summaryrefslogtreecommitdiffstats
path: root/libraries/libffado/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libffado/README')
-rw-r--r--libraries/libffado/README12
1 files changed, 10 insertions, 2 deletions
diff --git a/libraries/libffado/README b/libraries/libffado/README
index 0dad632806..2cd85e8c3a 100644
--- a/libraries/libffado/README
+++ b/libraries/libffado/README
@@ -7,5 +7,13 @@ considered less important. The most obvious example of a consumer
feature is AC3/DTS passthrough support, which is unsupported at
the moment.
-libffado requires libiec61883, libxml++ and scons, also available
-from SlackBuilds.org
+When using ffado as a normal user you might run into permission
+problems with access to /dev/raw1394. To solve that issue you
+can add the line
+
+KERNEL=="raw1394", GROUP="disk"
+
+to /lib/udev/rules.d/65-permissions.rules and make your user a
+member of the disk group.
+
+libffado requires libiec61883, libxml++ and scons.