Added help for Pen and updated some other docs
[supercollider.git] / HelpSource / Guides / Linux_udev_setup.schelp
blobb7c199ffb2aae191dbbda494ea1ae48f96e71664
1 title:: Linux Udev Setup
2 summary:: Suggestion on udev setup
3 categories:: Linux
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:
12 code::
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.