This is an RPi3B on which I have done a test using a new blank SDcard and downloading the Pi-OS image with GUI but without the extra applications (bare-bones GUI version). The RPi3B has its original SDcard still available and on that the problem does not exist.
So:
- I have made a first Pi-OS installation and done the sudo update/upgrade steps to get it current.
- Next I have attached two USB/RS232 converters to the top USB ports on the RPI.
Then:
Code: Select all
$ lsusb
Bus 001 Device 005: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 006: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBut then when I want to find which tty device they have been associated with:
Code: Select all
$ ll /dev/ttyUSB*
ls: cannot access '/dev/ttyUSB*': No such file or directoryCode: Select all
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Bus 001 Device 007: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ ll /dev/ttyUSB*
crw-rw---- 1 root dialout 188, 0 Aug 4 09:23 /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 1 Aug 4 09:23 /dev/ttyUSB1Why has this been removed from Pi-OS and how can I now access these serial devices?????