Chez moi, sans brancher le câble usb:
kl@PBStretch:~$ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 1bcf:2c18 Sunplus Innovation Technology Inc.
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 045e:078c Microsoft Corp.
Bus 001 Device 003: ID 046d:c050 Logitech, Inc. RX 250 Optical Mouse
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
kl@PBStretch:~$ ls /dev/ttyUSB*
ls: impossible d'accéder à '/dev/ttyUSB*': Aucun fichier ou dossier de ce type
Avec le câble branché:
kl@PBStretch:~$ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 1bcf:2c18 Sunplus Innovation Technology Inc.
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 003: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 045e:078c Microsoft Corp.
Bus 001 Device 003: ID 046d:c050 Logitech, Inc. RX 250 Optical Mouse
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
kl@PBStretch:~$ ls /dev/ttyUSB*
/dev/ttyUSB0
Si rien ne change en branchant/débranchant le câble, ou votre Arduino, et/ou votre câble est naze.
Si le câble était destiné à charger quelque chose, essayez un autre.
Pour vérifier que le module est chargé (Le mien c'est un ftdi):
kl@PBStretch:~$ lsmod | grep ftdi
ftdi_sio 53248 0
usbserial 49152 2 cp210x,ftdi_sio
usbcore 253952 11 cp210x,uvcvideo,usbhid,ehci_hcd,ohci_pci,ftdi_sio,usbserial,xhci_pci,ohci_hcd,xhci_hcd,ehci_pci
Un dernier truc:
kl@PBStretch:~$ ls -l /dev/ttyUSB*
crw-rw---- 1 root dialout 188, 0 avril 8 08:50 /dev/ttyUSB0
kl@PBStretch:~$
Sur Debian, il faut appartenir au group "dialout". A vérifier pour CentOS