Skip to content

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

Open
@Zen-cronic

Description

@Zen-cronic

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions