Page 1 of 1
avrdoper UDEV rules
Posted: Tue Apr 29, 2008 6:30 pm
by Guest
can someone please post udev rules for the avrdoper. The device is always owned by root and mode is 600 on my system. i dont know howto address the avrdoper in the udev rules.
best regards
Lucas
Re: avrdoper UDEV rules
Posted: Sat May 03, 2008 5:11 pm
by butrus.butrus
Anonymous wrote:can someone please post udev rules for the avrdoper. The device is always owned by root and mode is 600 on my system. i dont know howto address the avrdoper in the udev rules.
best regards
Lucas
Hi, this is my rule, I put those users who can use AVR-doper (and other peripherals) into the "io" group...
Code: Select all
SYSFS{idVendor}=="16c0",SYSFS{idProduct}=="05df",SYSFS{manufacturer}=="obdev.at",SYSFS{product}=="AVR-Doper", MODE="0660",GROUP="io"