South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 0451:3410 Texas Instruments, Inc. TUSB3410 Microcontroller
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
[ 35.100867] usbcore: registered new interface driver usbserial
[ 35.100885] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
[ 35.100908] usbcore: registered new interface driver usbserial_generic
[ 35.100910] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial Driver core
[ 35.118380] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial support registered for TI USB 3410 1 port adapter
[ 35.118397] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial support registered for TI USB 5052 2 port adapter
[ 35.118425] ti_usb_3410_5052: probe of 2-2:1.0 failed with error -5
[ 35.118432] usbcore: registered new interface driver ti_usb_3410_5052
[ 35.118435] /build/buildd/linux-2.6.24/drivers/usb/serial/ti_usb_3410_5052.c: TI USB 3410/5052 Serial Driver v0.9
[ 35.266803] ACPI: PCI Interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 21
[ 35.266935] PCI: Setting latency timer of device 0000:00:11.5 to 64
[ 35.782147] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 22
[ 521.130386] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial deregistering driver TI USB 3410 1 port adapter
[ 521.130424] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial deregistering driver TI USB 5052 2 port adapter
[ 521.130440] usbcore: deregistering interface driver ti_usb_3410_5052
[ 554.937613] usbcore: deregistering interface driver usbserial_generic
[ 554.937653] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial deregistering driver generic
[ 554.937669] usbcore: deregistering interface driver usbserial
[ 563.188614] usbcore: registered new interface driver usbserial
[ 563.188892] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
[ 563.189140] usbserial_generic 2-2:1.0: generic converter detected
[ 563.189416] usb 2-2: generic converter now attached to ttyUSB0
[ 563.189637] usbcore: registered new interface driver usbserial_generic
[ 563.189642] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial Driver core
@Kasbah: The one immediate problem I see is the modprobe being in the wrong order. The modprobe command should be executed before the device is even plugged in, as it informs the kernel what to expect from a device with vendor id = x and product id = y (x=0451 and y=3410 in this case). This should be done between startup and the device being plugged in. If the device has already been plugged in you'll either have to rrmod the usbserial and ti_usb_3410_5052 drivers (best done before unplugging and might not solve the issue) or reboot.
I kindof gave up on the linux driver for a while (Had more important things to do and found that using my linux_laptop synergy sharing the keyboard and windows ICS on the dialing machine worked for me). Some possible solutions I'm planning on looking at are newer kernels (built by me) or older kernels (2.4 series or earlier 2.6). I don't hold that much hope though.