/dev/ttyUSB0 problems in F26
I am connecting Rapsberry or Onion Omega2 into my USB ports but when I run screen /dev/ttyUSB0 I am not able to see ttyUSB0. Neither when I run lsusb nor lsmogd | grep serial I cannot find any device associated with the two I want to connect (in fact, the output is empty). If I run modinfo cp210x I found several lines of information which could tell me that I have serial drivers installed.
Looking in some forums I also found the script that shows you which devices are connected. https://unix.stackexchange.com/questi... . But again nothing showing neither my two devices.
I am using Fedora workstation 26 kernel 4.12.14-300.fc26.x86_64
Hi, is there any difference if you run the commands as root? Also have you look at journalctl at the moment of plugin the device? Maybe it's been recognised as serial instead of USB. Cheers
Please reboot Fedora the insert and remove the USB device then run
dmesg | grep -iE 'HCI|usb'
and post the output of that.@casep, Actually I have been testing as root and I have the same results. thejournalctl does not tell me anything, just remains without change.
@MettaCrawler I have the output but is too long to post it here. This is a temp link https://www.dropbox.com/s/3p8sfrw720i... Let me know if you can access. Thanks for replying.
Hi @jramoz15 I fail to see anything that looks like a USB unknown device from dmesg. Odd. When I worked with Arduino (similar thing) I only needed to add my user to tty to have access to it. But in your case I don't see recognised it at all. Have you managed to access it in a different environment? (You can use Fedora Pastebin https://paste.fedoraproject.org/ )