I'm using avrdude to program an MCU. I have a USB programmer found at ugen4.2.
I can only use the programmer as root unless I run
After this is run I can use the programmer as a regular user fine.
Here is my devfs.conf and devfs.rules
I thought the rules were loaded on boot? Why is it only after start devfs as root that the programmer works for a normal user?
Cheers.
I can only use the programmer as root unless I run
Code:
/etc/rc.d/devfs start
Here is my devfs.conf and devfs.rules
Code:
> view /etc/devfs.rules
[usb_devices=10]
add path 'usb/*' mode 0777 group usb
add path 'da*s*' mode 0660 group usb
[system=11]
add path 'unlpt*' mode 0660 group cups
add path 'ulpt*' mode 0660 group cups
add path 'lpt*' mode 0660 group cups
Code:
> view /etc/devfs.rules
[snip]
perm da0s1 0666
perm usb/4.2.0 0777
I thought the rules were loaded on boot? Why is it only after start devfs as root that the programmer works for a normal user?
Cheers.