Unable to Access USB Device
Posted: 17 Nov 2020, 23:14
Hi ,
I connect Arduino to USB port but I can see it only in the connected devices list but no /dev/tty* ports are instantiated, making it impossible to access it.
Info from DMESG:
[92330.807974] usb 1-4: new full-speed USB device number 8 using xhci_hcd
[92330.980820] usb 1-4: New USB device found, idVendor=1a86, idProduct=7523
[92330.983440] usb 1-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[92330.986003] usb 1-4: Product: USB2.0-Serial
[root@NAS ~]# lsusb
Bus 001 Device 008: ID 1a86:7523
[root@NAS ~]# ls /dev/ttyACM*
ls: cannot access '/dev/ttyACM*': No such file or directory
[root@NAS ~]# ls /dev/ttyUSB*
ls: cannot access '/dev/ttyUSB*': No such file or directory
Is there any way to associate it to a usb port?
Thank you
I connect Arduino to USB port but I can see it only in the connected devices list but no /dev/tty* ports are instantiated, making it impossible to access it.
Info from DMESG:
[92330.807974] usb 1-4: new full-speed USB device number 8 using xhci_hcd
[92330.980820] usb 1-4: New USB device found, idVendor=1a86, idProduct=7523
[92330.983440] usb 1-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[92330.986003] usb 1-4: Product: USB2.0-Serial
[root@NAS ~]# lsusb
Bus 001 Device 008: ID 1a86:7523
[root@NAS ~]# ls /dev/ttyACM*
ls: cannot access '/dev/ttyACM*': No such file or directory
[root@NAS ~]# ls /dev/ttyUSB*
ls: cannot access '/dev/ttyUSB*': No such file or directory
Is there any way to associate it to a usb port?
Thank you