Joerg Wunsch wrote:
As Russell Shaw wrote:

I just got a usb AVRISP. What permission should i fix?

You need read/write permission.

As these devices are created dynamically, you cannot do that with a
plain chmod, but you have to consult your systems dynamic device
facilitie's documentation.  Most Linux systems use udev for that
purpose, so you'd have to add another udev rule for the VID/PID pairs
you are interested in.

Hi,
The udev rules are intended for modifying the files in /dev only.

However, avrdude is reading stuff in /proc, which has no way
of configuring the permissions of dynamically created files
from what i can see.


_______________________________________________
avrdude-dev mailing list
avrdude-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to