You are not logged in.

#1 2021-12-23 16:57:06

pharoah
Member
Registered: 2020-08-06
Posts: 5

Arduino IDE only listing serial port. No ttyUSB or ttyACM ports.

Hello, I cannot seem to connect my Arduino Nano to my Arch PC. When I go to Tools > Port I only get a Serial port /dev/ttyS0.

I see my Nano listed under lsusb. First was without it plugged in, second is with it plugged in (QinHeng).

➜  ~ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 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 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 1bcf:0c31 Sunplus Innovation Technology Inc. SPIF30x Serial-ATA bridge
Bus 001 Device 006: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 275d:0ba6  USB OPTICAL MOUSE 
Bus 003 Device 002: ID 413c:2111 Dell Computer Corp. Dell USB Wired Entry Keyboard
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
➜  ~ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 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 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 1bcf:0c31 Sunplus Innovation Technology Inc. SPIF30x Serial-ATA bridge
Bus 001 Device 018: ID 1a86:7523 QinHeng Electronics CH340 serial converter
Bus 001 Device 006: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 275d:0ba6  USB OPTICAL MOUSE 
Bus 003 Device 002: ID 413c:2111 Dell Computer Corp. Dell USB Wired Entry Keyboard
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

I've added myself to the uucp group as the wiki suggested.

➜  ~  sudo usermod -a -G uucp mk

Result of uname -a.

➜  ~ uname -a
Linux arch 5.15.7-arch1-1 #1 SMP PREEMPT Wed, 08 Dec 2021 14:33:16 +0000 x86_64 GNU/Linux

I've installed arduino and arduino-avr-core from the repos. My Arduino version is arduino-1:1.8.17-1 which should be the latest.
I did try it with another PC which ran Ubuntu 20.04 and it does show and I uploaded code without an issue.

Do let me know if there's anything else I need to post. Thanks.

Offline

#2 2021-12-23 17:08:42

pharoah
Member
Registered: 2020-08-06
Posts: 5

Re: Arduino IDE only listing serial port. No ttyUSB or ttyACM ports.

I think I missed this command where you can see I don't have any ttyACM or ttyUSB ports:

➜  ~ ls -l /dev/
total 0
lrwxrwxrwx  1 root root            15 Dec 23 17:10 android -> bus/usb/001/013
lrwxrwxrwx  1 root root            15 Dec 23 17:10 android3 -> bus/usb/001/013
lrwxrwxrwx  1 root root            15 Dec 23 17:10 android_adb -> bus/usb/001/013
crw-r--r--  1 root root       10, 235 Dec 23 14:17 autofs
drwxr-xr-x  2 root root           220 Dec 23 14:17 block
drwxr-xr-x  2 root root           120 Dec 23 14:17 bsg
crw-------  1 root root       10, 234 Dec 23 14:17 btrfs-control
drwxr-xr-x  3 root root            60 Dec 23 14:17 bus
drwxr-xr-x  2 root root          4460 Dec 23 17:34 char
crw-------  1 root root        5,   1 Dec 23 14:17 console
lrwxrwxrwx  1 root root            11 Dec 23 14:17 core -> /proc/kcore
drwxr-xr-x  6 root root           120 Dec 23 14:17 cpu
crw-------  1 root root       10, 125 Dec 23 14:17 cpu_dma_latency
crw-------  1 root root       10, 203 Dec 23 14:17 cuse
drwxr-xr-x  7 root root           140 Dec 23 14:17 disk
drwxr-xr-x  2 root root            60 Dec 23 14:17 dma_heap
drwxr-xr-x  3 root root           100 Dec 23 14:17 dri
crw-------  1 root root      241,   0 Dec 23 14:17 drm_dp_aux0
crw-------  1 root root      241,   1 Dec 23 14:17 drm_dp_aux1
crw-rw----  1 root video      29,   0 Dec 23 14:17 fb0
lrwxrwxrwx  1 root root            13 Dec 23 14:17 fd -> /proc/self/fd
brw-rw----  1 root disk        2,   0 Dec 23 14:17 fd0
crw-rw-rw-  1 root root        1,   7 Dec 23 14:17 full
crw-rw-rw-  1 root root       10, 229 Dec 23 14:17 fuse
crw-------  1 root root      237,   0 Dec 23 14:17 hidraw0
crw-------  1 root root      237,   1 Dec 23 14:17 hidraw1
crw-------  1 root root      237,   2 Dec 23 14:17 hidraw2
crw-------  1 root root       10, 228 Dec 23 14:17 hpet
drwxr-xr-x  3 root root             0 Dec 23 14:18 hugepages
crw-------  1 root root       10, 183 Dec 23 14:17 hwrng
drwxr-xr-x  4 root root           500 Dec 23 17:34 input
crw-rw-rw-  1 root render    236,   0 Dec 23 14:17 kfd
crw-r--r--  1 root root        1,  11 Dec 23 14:17 kmsg
crw-rw-rw-  1 root kvm        10, 232 Dec 23 14:18 kvm
lrwxrwxrwx  1 root root            15 Dec 23 17:10 libmtp-1-3.3 -> bus/usb/001/013
lrwxrwxrwx  1 root root            28 Dec 23 14:17 log -> /run/systemd/journal/dev-log
crw-rw----  1 root disk       10, 237 Dec 23 14:17 loop-control
drwxr-xr-x  2 root root            60 Dec 23 14:17 mapper
crw-r-----  1 root kmem        1,   1 Dec 23 14:17 mem
drwxrwxrwt  2 root root            40 Dec 23 14:17 mqueue
drwxr-xr-x  2 root root            60 Dec 23 14:17 net
crw-rw-rw-  1 root root        1,   3 Dec 23 14:17 null
crw-------  1 root root       10, 144 Dec 23 14:17 nvram
crw-r-----  1 root kmem        1,   4 Dec 23 14:17 port
crw-------  1 root root      108,   0 Dec 23 14:17 ppp
crw-------  1 root root       10,   1 Dec 23 14:17 psaux
crw-rw-rw-  1 root tty         5,   2 Dec 23 18:06 ptmx
drwxr-xr-x  2 root root             0 Dec 23 14:17 pts
crw-rw-rw-  1 root root        1,   8 Dec 23 14:17 random
crw-rw-r--+ 1 root rfkill     10, 242 Dec 23 14:17 rfkill
lrwxrwxrwx  1 root root             4 Dec 23 14:17 rtc -> rtc0
crw-------  1 root root      249,   0 Dec 23 14:17 rtc0
brw-rw----  1 root disk        8,   0 Dec 23 14:17 sda
brw-rw----  1 root disk        8,   1 Dec 23 14:17 sda1
brw-rw----  1 root disk        8,  16 Dec 23 14:17 sdb
brw-rw----  1 root disk        8,  17 Dec 23 14:17 sdb1
brw-rw----  1 root disk        8,  32 Dec 23 14:17 sdc
brw-rw----  1 root disk        8,  33 Dec 23 14:17 sdc1
brw-rw----  1 root disk        8,  48 Dec 23 14:17 sdd
brw-rw----  1 root disk        8,  49 Dec 23 16:07 sdd1
crw-rw----  1 root disk       21,   0 Dec 23 14:17 sg0
crw-rw----  1 root disk       21,   1 Dec 23 14:17 sg1
crw-rw----  1 root disk       21,   2 Dec 23 14:17 sg2
crw-rw----  1 root disk       21,   3 Dec 23 14:17 sg3
drwxrwxrwt  2 root root            40 Dec 23 18:06 shm
crw-------  1 root root       10, 231 Dec 23 14:17 snapshot
drwxr-xr-x  3 root root           380 Dec 23 14:17 snd
lrwxrwxrwx  1 root root            15 Dec 23 14:17 stderr -> /proc/self/fd/2
lrwxrwxrwx  1 root root            15 Dec 23 14:17 stdin -> /proc/self/fd/0
lrwxrwxrwx  1 root root            15 Dec 23 14:17 stdout -> /proc/self/fd/1
crw-rw-rw-  1 root tty         5,   0 Dec 23 17:47 tty
crw--w----  1 root tty         4,   0 Dec 23 14:17 tty0
crw--w----  1 root tty         4,   1 Dec 23 14:18 tty1
crw--w----  1 root tty         4,  10 Dec 23 14:17 tty10
crw--w----  1 root tty         4,  11 Dec 23 14:17 tty11
crw--w----  1 root tty         4,  12 Dec 23 14:17 tty12
crw--w----  1 root tty         4,  13 Dec 23 14:17 tty13
crw--w----  1 root tty         4,  14 Dec 23 14:17 tty14
crw--w----  1 root tty         4,  15 Dec 23 14:17 tty15
crw--w----  1 root tty         4,  16 Dec 23 14:17 tty16
crw--w----  1 root tty         4,  17 Dec 23 14:17 tty17
crw--w----  1 root tty         4,  18 Dec 23 14:17 tty18
crw--w----  1 root tty         4,  19 Dec 23 14:17 tty19
crw--w----  1 mk   tty         4,   2 Dec 23 14:18 tty2
crw--w----  1 root tty         4,  20 Dec 23 14:17 tty20
crw--w----  1 root tty         4,  21 Dec 23 14:17 tty21
crw--w----  1 root tty         4,  22 Dec 23 14:17 tty22
crw--w----  1 root tty         4,  23 Dec 23 14:17 tty23
crw--w----  1 root tty         4,  24 Dec 23 14:17 tty24
crw--w----  1 root tty         4,  25 Dec 23 14:17 tty25
crw--w----  1 root tty         4,  26 Dec 23 14:17 tty26
crw--w----  1 root tty         4,  27 Dec 23 14:17 tty27
crw--w----  1 root tty         4,  28 Dec 23 14:17 tty28
crw--w----  1 root tty         4,  29 Dec 23 14:17 tty29
crw--w----  1 root tty         4,   3 Dec 23 14:17 tty3
crw--w----  1 root tty         4,  30 Dec 23 14:17 tty30
crw--w----  1 root tty         4,  31 Dec 23 14:17 tty31
crw--w----  1 root tty         4,  32 Dec 23 14:17 tty32
crw--w----  1 root tty         4,  33 Dec 23 14:17 tty33
crw--w----  1 root tty         4,  34 Dec 23 14:17 tty34
crw--w----  1 root tty         4,  35 Dec 23 14:17 tty35
crw--w----  1 root tty         4,  36 Dec 23 14:17 tty36
crw--w----  1 root tty         4,  37 Dec 23 14:17 tty37
crw--w----  1 root tty         4,  38 Dec 23 14:17 tty38
crw--w----  1 root tty         4,  39 Dec 23 14:17 tty39
crw--w----  1 root tty         4,   4 Dec 23 14:17 tty4
crw--w----  1 root tty         4,  40 Dec 23 14:17 tty40
crw--w----  1 root tty         4,  41 Dec 23 14:17 tty41
crw--w----  1 root tty         4,  42 Dec 23 14:17 tty42
crw--w----  1 root tty         4,  43 Dec 23 14:17 tty43
crw--w----  1 root tty         4,  44 Dec 23 14:17 tty44
crw--w----  1 root tty         4,  45 Dec 23 14:17 tty45
crw--w----  1 root tty         4,  46 Dec 23 14:17 tty46
crw--w----  1 root tty         4,  47 Dec 23 14:17 tty47
crw--w----  1 root tty         4,  48 Dec 23 14:17 tty48
crw--w----  1 root tty         4,  49 Dec 23 14:17 tty49
crw--w----  1 root tty         4,   5 Dec 23 14:17 tty5
crw--w----  1 root tty         4,  50 Dec 23 14:17 tty50
crw--w----  1 root tty         4,  51 Dec 23 14:17 tty51
crw--w----  1 root tty         4,  52 Dec 23 14:17 tty52
crw--w----  1 root tty         4,  53 Dec 23 14:17 tty53
crw--w----  1 root tty         4,  54 Dec 23 14:17 tty54
crw--w----  1 root tty         4,  55 Dec 23 14:17 tty55
crw--w----  1 root tty         4,  56 Dec 23 14:17 tty56
crw--w----  1 root tty         4,  57 Dec 23 14:17 tty57
crw--w----  1 root tty         4,  58 Dec 23 14:17 tty58
crw--w----  1 root tty         4,  59 Dec 23 14:17 tty59
crw--w----  1 root tty         4,   6 Dec 23 14:17 tty6
crw--w----  1 root tty         4,  60 Dec 23 14:17 tty60
crw--w----  1 root tty         4,  61 Dec 23 14:17 tty61
crw--w----  1 root tty         4,  62 Dec 23 14:17 tty62
crw--w----  1 root tty         4,  63 Dec 23 14:17 tty63
crw--w----  1 root tty         4,   7 Dec 23 14:17 tty7
crw--w----  1 root tty         4,   8 Dec 23 14:17 tty8
crw--w----  1 root tty         4,   9 Dec 23 14:17 tty9
crw-rw----  1 root uucp        4,  64 Dec 23 14:17 ttyS0
crw-rw----  1 root uucp        4,  65 Dec 23 14:17 ttyS1
crw-rw----  1 root uucp        4,  74 Dec 23 14:17 ttyS10
crw-rw----  1 root uucp        4,  75 Dec 23 14:17 ttyS11
crw-rw----  1 root uucp        4,  76 Dec 23 14:17 ttyS12
crw-rw----  1 root uucp        4,  77 Dec 23 14:17 ttyS13
crw-rw----  1 root uucp        4,  78 Dec 23 14:17 ttyS14
crw-rw----  1 root uucp        4,  79 Dec 23 14:17 ttyS15
crw-rw----  1 root uucp        4,  80 Dec 23 14:17 ttyS16
crw-rw----  1 root uucp        4,  81 Dec 23 14:17 ttyS17
crw-rw----  1 root uucp        4,  82 Dec 23 14:17 ttyS18
crw-rw----  1 root uucp        4,  83 Dec 23 14:17 ttyS19
crw-rw----  1 root uucp        4,  66 Dec 23 14:17 ttyS2
crw-rw----  1 root uucp        4,  84 Dec 23 14:17 ttyS20
crw-rw----  1 root uucp        4,  85 Dec 23 14:17 ttyS21
crw-rw----  1 root uucp        4,  86 Dec 23 14:17 ttyS22
crw-rw----  1 root uucp        4,  87 Dec 23 14:17 ttyS23
crw-rw----  1 root uucp        4,  88 Dec 23 14:17 ttyS24
crw-rw----  1 root uucp        4,  89 Dec 23 14:17 ttyS25
crw-rw----  1 root uucp        4,  90 Dec 23 14:17 ttyS26
crw-rw----  1 root uucp        4,  91 Dec 23 14:17 ttyS27
crw-rw----  1 root uucp        4,  92 Dec 23 14:17 ttyS28
crw-rw----  1 root uucp        4,  93 Dec 23 14:17 ttyS29
crw-rw----  1 root uucp        4,  67 Dec 23 14:17 ttyS3
crw-rw----  1 root uucp        4,  94 Dec 23 14:17 ttyS30
crw-rw----  1 root uucp        4,  95 Dec 23 14:17 ttyS31
crw-rw----  1 root uucp        4,  68 Dec 23 14:17 ttyS4
crw-rw----  1 root uucp        4,  69 Dec 23 14:17 ttyS5
crw-rw----  1 root uucp        4,  70 Dec 23 14:17 ttyS6
crw-rw----  1 root uucp        4,  71 Dec 23 14:17 ttyS7
crw-rw----  1 root uucp        4,  72 Dec 23 14:17 ttyS8
crw-rw----  1 root uucp        4,  73 Dec 23 14:17 ttyS9
crw-rw----  1 root kvm        10, 126 Dec 23 14:17 udmabuf
crw-------  1 root root       10, 239 Dec 23 14:17 uhid
crw-rw----+ 1 root root       10, 223 Dec 23 14:17 uinput
crw-rw-rw-  1 root root        1,   9 Dec 23 14:17 urandom
crw-------  1 root root       10, 240 Dec 23 14:17 userio
crw-------  1 root root       10, 124 Dec 23 14:17 vboxdrv
crw-rw-rw-  1 root root       10, 123 Dec 23 14:17 vboxdrvu
crw-------  1 root root       10, 122 Dec 23 14:17 vboxnetctl
drwxr-x---  4 root vboxusers       80 Dec 23 14:17 vboxusb
crw-rw----  1 root tty         7,   0 Dec 23 14:17 vcs
crw-rw----  1 root tty         7,   1 Dec 23 14:17 vcs1
crw-rw----  1 root tty         7,   2 Dec 23 14:17 vcs2
crw-rw----  1 root tty         7,   3 Dec 23 14:17 vcs3
crw-rw----  1 root tty         7,   4 Dec 23 14:17 vcs4
crw-rw----  1 root tty         7,   5 Dec 23 14:17 vcs5
crw-rw----  1 root tty         7,   6 Dec 23 14:17 vcs6
crw-rw----  1 root tty         7, 128 Dec 23 14:17 vcsa
crw-rw----  1 root tty         7, 129 Dec 23 14:17 vcsa1
crw-rw----  1 root tty         7, 130 Dec 23 14:17 vcsa2
crw-rw----  1 root tty         7, 131 Dec 23 14:17 vcsa3
crw-rw----  1 root tty         7, 132 Dec 23 14:17 vcsa4
crw-rw----  1 root tty         7, 133 Dec 23 14:17 vcsa5
crw-rw----  1 root tty         7, 134 Dec 23 14:17 vcsa6
crw-rw----  1 root tty         7,  64 Dec 23 14:17 vcsu
crw-rw----  1 root tty         7,  65 Dec 23 14:17 vcsu1
crw-rw----  1 root tty         7,  66 Dec 23 14:17 vcsu2
crw-rw----  1 root tty         7,  67 Dec 23 14:17 vcsu3
crw-rw----  1 root tty         7,  68 Dec 23 14:17 vcsu4
crw-rw----  1 root tty         7,  69 Dec 23 14:17 vcsu5
crw-rw----  1 root tty         7,  70 Dec 23 14:17 vcsu6
drwxr-xr-x  2 root root            60 Dec 23 14:17 vfio
crw-------  1 root root       10, 127 Dec 23 14:17 vga_arbiter
crw-------  1 root root       10, 137 Dec 23 14:17 vhci
crw-rw----+ 1 root kvm        10, 238 Dec 23 14:17 vhost-net
crw-rw-rw-  1 root kvm        10, 241 Dec 23 14:17 vhost-vsock
crw-rw-rw-  1 root root        1,   5 Dec 23 14:17 zero

Last edited by pharoah (2021-12-23 17:13:23)

Offline

#3 2021-12-23 17:14:11

mpan
Member
Registered: 2012-08-01
Posts: 1,221
Website

Re: Arduino IDE only listing serial port. No ttyUSB or ttyACM ports.

See kernel messages in journalctl while connecting the device.

Last edited by mpan (2021-12-23 17:15:23)


Sometimes I seem a bit harsh — don’t get offended too easily!

Offline

#4 2021-12-23 17:31:48

pharoah
Member
Registered: 2020-08-06
Posts: 5

Re: Arduino IDE only listing serial port. No ttyUSB or ttyACM ports.

EDIT: i needed sudo to see kernel messages.

Here's a few entries of sudo journalctl -t kernel

Dec 23 18:23:48 arch kernel: usb 1-3.2: USB disconnect, device number 18
Dec 23 18:23:49 arch kernel: audit: type=1131 audit(1640280228.986:205): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=brltty-device@sys-devices-pci00>
Dec 23 18:23:49 arch kernel: audit: type=1131 audit(1640280229.469:206): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=brltty@-sys-devices-pci0000:00->
Dec 23 18:24:37 arch kernel: usb 1-3.2: new full-speed USB device number 19 using ehci-pci
Dec 23 18:24:37 arch kernel: usb 1-3.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.54
Dec 23 18:24:37 arch kernel: usb 1-3.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 23 18:24:37 arch kernel: usb 1-3.2: Product: USB2.0-Ser!
Dec 23 18:24:38 arch kernel: ch341 1-3.2:1.0: ch341-uart converter detected
Dec 23 18:24:38 arch kernel: ch341-uart ttyUSB0: break control not supported, using simulated break
Dec 23 18:24:38 arch kernel: usb 1-3.2: ch341-uart converter now attached to ttyUSB0
Dec 23 18:24:38 arch kernel: audit: type=1130 audit(1640280278.451:207): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=brltty-device@sys-devices-pci00>
Dec 23 18:24:39 arch kernel: audit: type=1130 audit(1640280279.188:208): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=brltty@-sys-devices-pci0000:00->
Dec 23 18:24:39 arch kernel: usb 1-3.2: usbfs: interface 0 claimed by ch341 while 'brltty' sets config #1
Dec 23 18:24:39 arch kernel: ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0
Dec 23 18:24:39 arch kernel: ch341 1-3.2:1.0: device disconnected
Dec 23 18:24:39 arch kernel: input: BRLTTY 6.4 Linux Screen Driver Keyboard as /devices/virtual/input/input21
Dec 23 18:29:29 arch kernel: usb 1-3.2: USB disconnect, device number 19
Dec 23 18:29:29 arch kernel: audit: type=1131 audit(1640280569.934:209): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=brltty-device@sys-devices-pci00>
Dec 23 18:29:30 arch kernel: audit: type=1131 audit(1640280570.020:210): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=brltty@-sys-devices-pci0000:00->
Dec 23 18:30:01 arch kernel: usb 1-3.2: new full-speed USB device number 20 using ehci-pci
Dec 23 18:30:01 arch kernel: usb 1-3.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.54
Dec 23 18:30:01 arch kernel: usb 1-3.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Dec 23 18:30:01 arch kernel: usb 1-3.2: Product: USB2.0-Ser!
Dec 23 18:30:01 arch kernel: ch341 1-3.2:1.0: ch341-uart converter detected
Dec 23 18:30:01 arch kernel: ch341-uart ttyUSB0: break control not supported, using simulated break
Dec 23 18:30:01 arch kernel: usb 1-3.2: ch341-uart converter now attached to ttyUSB0
Dec 23 18:30:01 arch kernel: audit: type=1130 audit(1640280601.478:211): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=brltty-device@sys-devices-pci00>
Dec 23 18:30:01 arch kernel: audit: type=1130 audit(1640280601.538:212): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=brltty@-sys-devices-pci0000:00->
Dec 23 18:30:01 arch kernel: usb 1-3.2: usbfs: interface 0 claimed by ch341 while 'brltty' sets config #1
Dec 23 18:30:01 arch kernel: ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0
Dec 23 18:30:01 arch kernel: ch341 1-3.2:1.0: device disconnected
Dec 23 18:30:02 arch kernel: input: BRLTTY 6.4 Linux Screen Driver Keyboard as /devices/virtual/input/input22
Dec 23 18:33:22 arch kernel: audit: type=1100 audit(1640280802.900:213): pid=21907 uid=1000 auid=1000 ses=4 msg='op=PAM:authentication grantors=pam_faillock,>
Dec 23 18:33:22 arch kernel: audit: type=1101 audit(1640280802.907:214): pid=21907 uid=1000 auid=1000 ses=4 msg='op=PAM:accounting grantors=pam_unix,pam_perm>
Dec 23 18:33:22 arch kernel: audit: type=1110 audit(1640280802.910:215): pid=21907 uid=1000 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_per>
Dec 23 18:33:22 arch kernel: audit: type=1105 audit(1640280802.933:216): pid=21907 uid=1000 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_>

Last edited by pharoah (2021-12-23 17:42:50)

Offline

#5 2021-12-23 17:43:19

pharoah
Member
Registered: 2020-08-06
Posts: 5

Re: Arduino IDE only listing serial port. No ttyUSB or ttyACM ports.

I fixed this now. I removed brltty and orca as suggested in this thread https://bbs.archlinux.org/viewtopic.php?id=269975

Offline

Board footer

Powered by FluxBB