On 21/11/2012 18:08, Uwe Klein wrote:
udev is the "automatic" device instantiator invoked
from inside the kernel on demand ( i.e. some device
found, some event seen .... )

Thanks, Uwe. I can't say that the function is obvious from the name, though!

look into /etc/udev/rules.d/
what rules do you see?

uwe

Two files:

pi@raspberrypi ~ $ ls /etc/udev/rules.d
40-scratch.rules  99-input.rules

pi@raspberrypi ~ $ cat /etc/udev/rules.d/40-scratch.rules
ATTRS{idVendor}=="0694", ATTRS{idProduct}=="0003", SUBSYSTEMS=="usb", ACTION=="add", MODE="0666", GROUP="plugdev"

pi@raspberrypi ~ $ cat /etc/udev/rules.d/99-input.rules
SUBSYSTEM=="input", GROUP="input", MODE="0660"

I don't think that I needed to edit either of these files.
--
Cheers,
David
Web: http://www.satsignal.eu

_______________________________________________
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions

Reply via email to