USB: not so universal. #13418
-
I had cause to use an ESP8266 today. My fairly high-end Lenovo laptop wasn't having any of it. $ ls /dev/tty* indicated no device. Tried two different boards with the same result. On my older Dell laptop both worked fine, and I've used ESP8266 boards on other machines and never before encountered a problem. By contrast an ESP32-S2 produces odd behaviour at the REPL on the Dell, but works fine on the Lenovo. Have other people experienced similar differences between PC's? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I had a problem when installing Ubuntu on a old Laptop. There was the Braille reader service which had stolen /dev/ttyUSB0. I had to disable the related service, but do not recall which one. Google helped me. Using Fedora Linux at the same machine I had no problem. |
Beta Was this translation helpful? Give feedback.
-
Would be interesting to see the dmesg output when plugging and unplugging the device. |
Beta Was this translation helpful? Give feedback.
-
@peterhinch That was the post that worked for me: https://askubuntu.com/questions/1403705/dev-ttyusb0-not-present-in-ubuntu-22-04 |
Beta Was this translation helpful? Give feedback.
@peterhinch That was the post that worked for me: https://askubuntu.com/questions/1403705/dev-ttyusb0-not-present-in-ubuntu-22-04