summaryrefslogtreecommitdiffstats
path: root/libraries/libffado/README
diff options
context:
space:
mode:
author Heinz Wiesinger2010-11-04 06:21:30 +0100
committer Heinz Wiesinger2010-11-22 19:44:57 +0100
commit1dd7d6584748c7e02a1704c7511cc564b31e7245 (patch)
tree19da8377806ebf956870951d3300900d247e0e8b /libraries/libffado/README
parent10b228b68abec28941936c375bef58885d061010 (diff)
downloadslackbuilds-1dd7d6584748c7e02a1704c7511cc564b31e7245.tar.gz
libraries/libffado: Updated for version 2.0.1.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
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.