Arduino IDE on Pop OS 21.04

I have tried following the installation from https://www.arduino.cc/en/Guide/Linux

However, I get the following error when I run ls -l /dev/ttyACM*
ls: cannot access '/dev/ttyACM*': No such file or directory

It is the same result for ls -l /dev/ttyUSB*

The command sudo usermod -a -G dialout executed without error.

Due to this Tools -> Port option is disabled.

What do lsusb and dmesg say when you connect the board?

output of dmesg

[24607.028210] usb 1-5: new full-speed USB device number 11 using xhci_hcd
[24607.188431] usb 1-5: New USB device found, idVendor=4348, idProduct=55e0, bcdDevice=28.00
[24607.188435] usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[24616.790862] usb 1-5: USB disconnect, device number 11

output of lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0b05:1866 ASUSTek Computer, Inc. N-KEY Device
Bus 001 Device 012: ID 4348:55e0 WinChipHead
Bus 001 Device 003: ID 8087:0026 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

After a while the WinChipHead device (arduino device) disappears
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0b05:1866 ASUSTek Computer, Inc. N-KEY Device
Bus 001 Device 003: ID 8087:0026 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Forgot to ask, which board?

If the board disappears, there might be something wrong with the board. I doubt I can help you further.

It is uno r3. Let me check with another board.

You are absolutely correct. The board was faulty. Thank you.

You can let others know that your problem was solved by clicking thesolution checkbox under the most useful reply.

Done and Thank you once again.

1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.