Hi everyone,
I've been working on a circuit for a project, however, I'm having some trouble with a FT232R (USB to UART) chip. I've been reading the forum to see possible issues with USB it has been pointed that the ehci was disabled in the latest firmware so the first step was to enable it:
This fixed the first usb issue and mounting a USB stick is not a problem anymore.
After some more research it looks like two other modules are required:
This load perfectly well but doesn't change anything, when I plug the circuit I get no device enumerated when using lsusb.
I checked and the chip is USB 2 full speed compatible. It also works perfectly fine on my pc.
Anyone having a solution, idea, experiencing the same problem ?
Regards
I've been working on a circuit for a project, however, I'm having some trouble with a FT232R (USB to UART) chip. I've been reading the forum to see possible issues with USB it has been pointed that the ehci was disabled in the latest firmware so the first step was to enable it:
Code:
sudo modprobe ehci-hcd
This fixed the first usb issue and mounting a USB stick is not a problem anymore.
After some more research it looks like two other modules are required:
Code:
sudo modprobe usbserial
sudo modprobe ftdi_sdio
This load perfectly well but doesn't change anything, when I plug the circuit I get no device enumerated when using lsusb.
I checked and the chip is USB 2 full speed compatible. It also works perfectly fine on my pc.
Anyone having a solution, idea, experiencing the same problem ?
Regards