1 title:: Linux Udev Setup
2 summary:: Suggestion on udev setup
5 In the file code:: /etc/udev/udev.rules ::
7 (on Debian /etc/udev/rules.d/50-udev.rules)
9 (on Ubuntu this should be in /etc/udev/rules.d/20-names.rules)
11 make sure there is the following:
13 KERNEL=="event[0-9]*", NAME="input/%k", GROUP="audio"
15 i.e. add code:: GROUP="audio" :: to the lines, so that any user in the group "audio" can open the device.