-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Installing Arduino on Linux - guide errors #7163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is really not a good idea:
Doing the chmod can be useful in some cases for debugging, to doublecheck that there is indeed a permission problem, but it is never a meaningful solution. |
That's true, it's unsafe workaround, but atm I don't see any other way to get Arduino to work without IDE which throws this error: Such error happens for me on Linux Mint 18.1. |
The correct way to solve this on a modern Linux is (AFAIK) to use udev, and add a udev configuration file that tells the udev system how to handle USB-Arduinos (identified by their USB attributes). I use the following file as
which can distinguish between (most) different Arduinos. (Although the device seen by the Arduino IDE still is /dev/ttyUSB* or /dev/ACM*.) There "must" be am udev tutorial out there that can be either "stolen" or linked to... |
Why not provide an official udev's rule file? |
@q2dg the official udev rule has already been merged in Beta branch (just waiting to be merged officially) https://github.com/arduino/Arduino/blob/ide-1.9.x-beta/build/linux/dist/arduino-linux-setup.sh |
I'm going to close this and y'all will have to pull the beta branch or wait for the releas |
Hello! Using Ubuntu 18.04 here, I needed to include TAG+="uaccess" to get it working:
|
Hello,
Short remarks concerning this instructions: https://www.arduino.cc/en/guide/linux
To make Arduino work under Linux in some cases you have to use these 2 commands:
In the mentioned instructions, second line is missing. I believe it's worth adding.
Reference: https://arduino-er.blogspot.com.tr/2014/08/arduino-ide-error-avrdude-seropen-cant.html
from: Install the Arduino Software (IDE) on on Linux
to: Install the Arduino Software (IDE) on Linux
The text was updated successfully, but these errors were encountered: