mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Add readme for udev files
This commit is contained in:
parent
c10c3ed64f
commit
6f973e09d1
1 changed files with 9 additions and 0 deletions
9
tools/udev/README.md
Normal file
9
tools/udev/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
These files are intended to be copied to ` /etc/udev/rules.d/` on a GNU/Linux system,
|
||||
in order to grant permissions to access various devices to users in the audio group.
|
||||
|
||||
After doing so either reboot, or restart udevd as follows:
|
||||
|
||||
```
|
||||
sudo udevadm control --reload-rules
|
||||
sudo udevadm trigger
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue