This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Serial to USB Drivers

Other Parts Discussed in Thread: AM3715, TUSB1210

I am using a TI/Mistral AM3715 / 3430 EVM. In menuconfig I have enabled

EHCI HCD
Root Hub Transaction Translator
Improved Transaction Translator
Inventra Highspeed Dual ROle Controller - Omap 343x
USB Mass Storage support
USB Modem (CDC ACM) support
USB Serial converter support
USB Generic
USB FTDI
USB Prolific 2303

This all builds and runs fine. Using the ECHI-Host USB port on the EVM:

If I plug in a USB to Serial lead - an FTDI device or Prolific 2303 device - I get the message "hub1-0:1.0: Cannot enable port 2. Maybe the USB cable is bad?"

If I plug in a USB Flash stick it get enumerated and works OK.

If I plug in a USB Hub that gets recognised fine.

If I plug the FTDI and Prolific USB To Serial devices into the hub, they are are both recognised OK and their respective drivers are loaded.

So why don't they work when plugged in directly? It's puzzling!