PDA

View Full Version : Usb connectivity with kernel26/knoppix 3.7



blackbird
12-21-2004, 10:01 PM
With Knoppix 3.4 my usb modem is working ok and is identified as /dev/usb/ttyACM0. Using Knoppix 3.7 and the Linux26 kernel I am unable to access the modem so far. I have searched high and low, but cannot find the device the kernel is using. The module cdc-acm is loaded. The program Usbview shows full details of the modem. If I cat /proc/bus/usb/devices I get to see details of the modem, but no reference to the usb device it is accessing. Dmesg just shows one line saying it has found some hardware, but nothing else. I have not looked at /var/log/messages - it is not running at boot anyway.
Can anyone help ?
I wonder if all of the correct usb modules are loaded for Linux26 ?

blackbird
12-23-2004, 07:07 AM
Still no progress with this. I cannot identify the device used by the modem while in Knoppix 3.7. Knoppix 3.4 says ttyACM0 in the logs.


Does anyone have a suggestion for some easy means of testing for the device - like sending some code or and instuction to the usb modem devices and looking for a response. I have not had any luck with minicom or wvdialconf.

Brian

blackbird
12-23-2004, 10:54 PM
From my Google research it appears that a the cdc.adm module may not be working properly. Either this or udev is not allocating a device for the usb modem properly. As this modem has a serial input as well as usb, I have switched to this. The modem is now working under Knoppix 3.7.

blackbird
12-25-2004, 11:28 PM
I am back on Knoppix 3.4. Using the serial cable (previous post) was only a partial solution. It restricted me to one 64k isdn channel and was dead slow. Just to remind you of my problem. Knoppix 3.4 will log a device name for my usb modem (/dev/usb/ttyACMO) while Knoppix 3.7 will not. It posts
usb 1-2: new full speed USB device using address 2
usbcore: registered new driver cdc-acm
drivers/usb/class/cdc-acm.c: V0.23
USB Abstract Control Model driver for USB modems and ISDN adapters.

I did some Googling and followed some posts about the new udev code for creating usb devices. But I am out of my depth understanding some of this. Also wondering if the sysfs is at fault. I cannot see any reference to usb modems in /etc/sysfs. Still searching for answers.

blackbird
12-27-2004, 10:56 PM
Is it possible to install udev while running from the Cdrom ? I would like to run apt-get install udev. Or can I use the Knoppix install software feature to install udev ?

rusty
12-28-2004, 01:05 AM
I had similar problems with a USB modem under Kanotix with the 2.6.9 kernel. I haven't tried Knoppix 3.7 but have had good luck with Mepis with a 2.6.7 kernel. There is a mailing list/forum of sorts at http://www.linux-usb.org/ if you want to pursue the thing.

HTH.