Thanks Kevin I seem to have every part working except the actual drivers. I am using RH7.2 which I thik does have kernel support for devfs.
When the device is plugged in I get the drivers acm and CDCEther are referenced in /proc/bus/usb/drivers. My syslog also reports the device but strangely does not 'attach' the drivers to it? <snip> usb-uhci.c: USB UHCI at I/O 0xd800, IRQ 10 usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 2 hub.c: USB hub found hub.c: 2 ports detected usb-uhci.c: v1.251:USB Universal Host Controller Interface driver hub.c: USB new device connect on bus2/1, assigned device number 2 usb.c: USB device 2 (vend/prod 0x7b0/0x6) is not claimed by any active driver. usb.c: registered new driver acm acm.c: v0.18:USB Abstract Control Model driver for USB modems and ISDN adapters CDCEther.c: CDCEther.c: v0.98.4 4 July 2001 Brad Hards and another usb.c: registered new driver CDCEther USB new device connect on bus2/2, assigned device number 3 usb.c: USB device 3 (vend/prod 0x458/0x3) is not claimed by any active driver. usb.c: registered new driver hid USB HID v1.00 Mouse [KYE Genius USB Wheel Mouse] on usb2:3.0 usb.c: registered new driver hiddev hid-core.c: v1.8 Andreas Gal, Vojtech Pavlik <[EMAIL PROTECTED]> hid-core.c: USB HID support drivers </snip> Any thoughts? Thanks Ken On Tue, 2002-02-19 at 18:48, Kevin P. Fleming wrote: > You need to include the USB CDC ACM driver into your kernel. If you are > using devfs, then when the TA is plugged in, you will find a device node at > /dev/usb/acm00 that is your link to the device. You can then treat it just > like a regular modem. If you are not using devfs, you will have to create a > device node in /dev for it, but I don't know what major/minor you'd have to > use, I've never done that... > > Fair warning, though, I tried using a 3Com/USR ISDN Pro TA via USB, and had > problems with reliable communications. Using the same TA on the same machine > via serial port works just fine, only slower. Some day I'll get some time to > try to debug the USB problem... > > ----- Original Message ----- > From: "Ken Walton" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, February 18, 2002 9:45 PM > Subject: [Linux-usb-users] USB ISDN TA > > > > Can anyone give me some advice as to installing the above device on a RH > > 7.2 system. My system seems to find the device bit I if I look in > > /proc/bus/usb/devices the device is mentioned without any drivers > > attached?! > > > > Any help appreciated. > > > > TIA > > > > Ken Walton > > -- > > > > Systems Engineer > > Digital Design Development > > kenw#ddd.co.za > > www.ddd.co.za > > Mobile: 082 5787937 > > > > _______________________________________________ > > [EMAIL PROTECTED] > > To unsubscribe, use the last form field at: > > https://lists.sourceforge.net/lists/listinfo/linux-usb-users > > > > > > > > > _______________________________________________ > [EMAIL PROTECTED] > To unsubscribe, use the last form field at: > https://lists.sourceforge.net/lists/listinfo/linux-usb-users -- Systems Engineer Digital Design Development kenw#ddd.co.za www.ddd.co.za Mobile: 082 5787937 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
