Sonntag, 13. Februar 2011

Writing udev rules in 2011

There are many tutorials on how to write udev-rules. Unfortunately, most of them seem to be out of date. In 2011,
 udevinfo 

is not of much help.
Try instead:
 udevadm info --name=/dev/video0 --attribute-walk 

replacing video0 by whatever device you are interested in.

Keine Kommentare: