mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
dc8d8763bd
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
367 B
Text
10 lines
367 B
Text
You might want to add the following udev rule under /etc/udev/rules.d:
|
|
|
|
ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", MODE="0664", GROUP="plugdev"
|
|
|
|
so when you plug the Atmel chip to program, the device becomes
|
|
available to all the members of the "plugdev" group.
|
|
|
|
You will need to reboot your system or run the following command:
|
|
|
|
sudo udevadm control --reload
|