Raspberry Pi, lost /dev/ttyUSB0 when plugged in second FTDI cable
up vote 0 down vote favorite I had a RPi setup with 1 FTDI cable. I was able to use /dev/ttyUSB0 in code without issues When I plugged in a second FTDI cable, with the same vendor and product ID, /dev/ttyUSB1 never showed up, instead I lost /dev/ttyUSB0 lsusb shows that both devices are enumerated correctly. Now, even when I plug in just one FTDI cable, /dev/ttyUSB0 still does not show up! How can I get back the ttyUSB0 and ttyUSB1? Here is the output from dir /dev lsusb and dmesg Thanks, pi@raspberrypi:~ $ dir /dev autofs hwrng loop6 null ram2 serial1 tty13 tty23 tty33 tty43 tty53 tty63 vc-mem vcsa3 block initctl loop7 ptmx ram3 shm tty14 tty24 tty34 tty44 tty54 tty7 vcs vcsa4 bus input loop-control pts ram4 stderr tty15 tty25 tty35 tty45 tty55 tty8 vcs1 vcsa5 cachefiles kmsg mem ram0 ram5 stdin tty16 tty26 tty36 tty46 tty56 tty9 vcs2 vcsa6 char log memory_bandwidth ram1 ram6 stdout tty17 tty27 tty37 tty47 tty57 ttyAMA0 vcs3 vcsm console loop0 mmcblk0 ram10 ram7 tty ...