Comment 7 for bug 236247

Revision history for this message
OGT (oguerra70) wrote :

I have a Kernel 2.6.27 which includes already the driver for Multitech modem (ti_usb_3410_5052).

If I load the driver manually by doing /sbin/modprobe ti_usb_3410_5052 it loads without any problem, but when I plug the usb multitech modem device it seems that is not using the driver.

1) /sbin/modprobe ti_usb_3410_5052

usbcore: registered new interface driver usbserial
usbserial: USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
usbserial: USB Serial support registered for TI USB 3410 1 port adapter
usbserial: USB Serial support registered for TI USB 5052 2 port adapter
usbcore: registered new interface driver ti_usb_3410_5052
ti_usb_3410_5052: TI USB 3410/5052 Serial Driver v0.9

2) When I plug the device I can see in the log this:

usb 2-1: new full speed USB device using uhci_hcd and address 3
usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: New USB device found, idVendor=06e0, idProduct=f111
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1: Product: TUSB3410 Serial Port
usb 2-1: Manufacturer: Texas Instruments

3) I have realized in the /dev appear two new devices:
crw-rw---- 1 root root 249, 6 2009-04-07 15:25 usbdev2.3_ep01
crw-rw---- 1 root root 249, 7 2009-04-07 15:25 usbdev2.3_ep00

After a few research I putted the file /etc/hotplug.d/usb/ti_usb_3410_5052.hotplug

But it seems that is not recognizing the device after it's plugged, also I created the files
   /etc/udev/rules.d/026_ti_usb_3410.rules

Until now I'm totally lost and I don't know what should I do and make the device to work, I don't see errors but the device is not claming for the driver.

Any suggestion?

Thanks in advance.