Skip to content

Using USB ASP as a regular user

Hello,

To use your USB Asp as a regular user (non root) you must add the following rule to /etc/udev/rules.d

Execute:

$ sudo pico /etc/udev/rules.d/99-usbasp.rules

Add:

SUBSYSTEM==”usb”, ENV{DEVTYPE}==”usb_device”, SYSFS{idVendor}==”16c0″, SYSFS{idProduct}==”05dc”, MODE=”0666″

Save the file, reboot and you will be able to use USB Asp as a non-root.

Matheus

Published inArduino

1,458 Comments

  1. Reading this prompted a small note in my reference file, and a stop at progresswithsignalpath prompted another, the rare site that contributes useful nuggets to my own working knowledge rather than just consuming my attention is worth the time investment many times over compared to the usual pile of forgettable scroll content.

Leave a Reply

Your email address will not be published. Required fields are marked *