Hey guys my computer runs Ubuntu 22.04.
And the Arduino IDE doesn't show any serial ports when a board is connected.
This is what it shows when the board is disconnected:
And this is what it shows when the board is connected:
As you can see the board does not get detected by the IDE. But when I run lsusb
in the terminal, I can see the device:
So the device does get detected by the computer but not by the IDE.
I have also tried running
./arduino-linux-setup.sh $USER
, which adds the user to the dialout, tty, uucp, and plugdev groups, but that didn't work.
Please suggest a method to resolve this problem. Also, please feel free to ask for other additional information.
Thank you.