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
avrdoper UDEV rules
-
- Posts: 10
- Joined: Wed Sep 12, 2007 7:57 pm
- Contact:
Re: avrdoper UDEV rules
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"