Hi All, I am getting the following error when trying to register this USB device. I don't get a /dev/ttyUSB0 device registered, although dmesg shows that the device is attached and it downloads new firmware, but then has an error.
Anyone know what is wrong? I am using a 2.6.27 kernel and it looks like the right driver is loaded as lsmod shows a ti_usb_3410_5052 module and a usbserial module loaded. ---------------------------------------------------------------------------------------------------- dmesg is: usb 3-1: new full speed USB device using uhci_hcd and address 4 usb 3-1: configuration #1 chosen from 1 choice ti_usb_3410_5052 3-1:1.0: TI USB 3410 1 port adapter converter detected firmware: requesting ti_usb-3410.bin usb 3-1: reset full speed USB device using uhci_hcd and address 4 usb 3-1: device firmware changed ti_usb_3410_5052: probe of 3-1:1.0 failed with error -5 usb 3-1: New USB device found, idVendor=0451, idProduct=f430 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 3-1: Product: MSP-FET430UIF JTAG Tool usb 3-1: Manufacturer: Texas Instruments usb 3-1: SerialNumber: TUSB3410572A8D00655DFF84 usb 3-1: USB disconnect, address 4 usb 3-1: new full speed USB device using uhci_hcd and address 5 usb 3-1: configuration #1 chosen from 2 choices ti_usb_3410_5052 3-1:1.0: TI USB 3410 1 port adapter converter detected ti_usb_3410_5052: probe of 3-1:1.0 failed with error -5 usb 3-1: New USB device found, idVendor=0451, idProduct=f430 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 3-1: Product: MSP-FET430UIF JTAG Tool usb 3-1: Manufacturer: Texas Instruments usb 3-1: SerialNumber: TUSB3410572A8D00655DFF84 ------------------------------------------------------------------------------------------ Any help appreciated. Thanks, Bernie
