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
