0

How come when I try to push a sketch to my Arduino I see this error on the console? The subsequent sketch does not work.

avrdude: usbdev_open(): did not find any USB device "usb"

I've already added myself to the dialout group,

sudo usermod -aG dialout $USER

And, I did that after I confirmed the dialout group owns the device (in my case /dev/ttyACM0:

$ ls /dev/ttyACM0 -l
crw-rw---- 1 root dialout 166, 0 Oct 12 03:15 /dev/ttyACM0
asked Oct 12, 2015 at 8:14

2 Answers 2

0

This is because in the IDE I was using

  • Sketch → Upload Using Programmer [Ctrl + Shift + U]

However, I should have been using

  • Sketch → Upload [Ctrl + U]
answered Oct 12, 2015 at 8:14
0

Try "Tools> Port:> then select your board" Make sure your pc hasn't assigned new com port to the attached usb (Arduino)

answered Dec 11, 2015 at 11:20

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.