Improve Linux installation instructions or update install.sh with udev rules #951
Labels
os: linux
Specific to Linux operating system
topic: documentation
Related to documentation for the project
type: enhancement
Proposed improvement
Describe the request
The current installation instructions only mention to add the user to the dialout group to be able to access serial ports. On some (newer) distros this won't work anymore.
Instead you need to modify the udev rules. In my case I had to add:
SUBSYSTEMS=="usb-serial", TAG+="uaccess"
to/etc/udev/rules.d/01-ttyusb.rules
.It would be great if this information would be added to the install instructions or maybe even add this rule by
install.sh
itself.Describe the current behavior
If the current installation instructions are followed, serial ports can't be accessed on some distros because of a permission error.
Arduino IDE version
1.8.19
Operating system
Linux
Operating system version
Zorin OS 16.1 (based on Ubuntu 20.04)
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: