Skip to content
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

Wrong rules value in installing the Arduino IDE 2 on linux instructions #2341

Open
Zen-cronic opened this issue Dec 19, 2024 · 0 comments
Open

Comments

@Zen-cronic
Copy link

Zen-cronic commented Dec 19, 2024

Problem

When following the current installation steps, the board can't be communicated via the port: Permission denied on /dev/ttyACM0.

This is because the idVendor attribute in the rules section is different (2341) from the board's info (2a03).

Running lsusb gives:
Bus 003 Device 009: ID 2a03:0043 ... Arduino Uno Rev3

Arduino IDE version

2.3.4

Operating system

Ubuntu 24.04.01

Solution

Users should be instructed to check the idVendor value by running the above command and adding that to 99-arduino.rules.
OR should add 2a03 instead.

E.g., SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", GROUP="plugdev", MODE="0666"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant