简体   繁体   中英

FTDI only shows up in lsusb, not under /dev/ttyUSBx

I have an FTDI adapter which used to work just fine under pretty much any version of Ubuntu. Now, I reflashed my board and I am having trouble accessing the serial port. The adapter shows up with lsusb, but it doesn't show up under the serial ports with ls /dev/tty*

Does anyone know if there's an easy fix for that?

Thanks,

-Marc

Found the answer, you need to compile the ftdi_sio.ko file against your kernel (important to also update the local version in menuconfig) by hand and then import that. Afterwards everything works again...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM