Arduino UNO on COM3 [Not Connected]
Hi guys, I can't connect my Arduino to my computer. The ON light is on, so it has power. The device just doesn't connect. I have a newer Alienware laptop. The device doesn't even show up in the device manager.
groups command, then look at which group you need to be in with ls -l /dev/ttyACM*, ls -l /dev/S* or ls -ls /dev/USB* (replace the * with your port number), then use this command:- sudo usermod -a -G <group> <username> and add your user to the necessary groups.Arduino Bot • Submit bugs on GitHub!
ls -l /dev/ttyACM*ls -l /dev/S*ls -ls /dev/USB*sudo usermod -a -G <group> <username>