[Asterisk-cvs] zaptel README.udev,1.1,1.1.2.1
russell at lists.digium.com
russell at lists.digium.com
Thu Dec 23 15:37:27 CST 2004
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv1513
Modified Files:
Tag: v1-0
README.udev
Log Message:
update readme.udev (bug #3133)
Index: README.udev
===================================================================
RCS file: /usr/cvsroot/zaptel/README.udev,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- README.udev 16 Jul 2004 22:09:07 -0000 1.1
+++ README.udev 23 Dec 2004 20:33:04 -0000 1.1.2.1
@@ -18,7 +18,7 @@
If you're running udev on your system, you were probably directed
to read this file during compile. For udevd (the daemon responsible
for creation/deletion of device nodes), you will need to add the following
-lines to your udev rules.
+lines to your udev rules (ie, /etc/udev/rules.d/50-udev.rules):.
# Section for zaptel device
KERNEL="zapctl", NAME="zap/ctl"
@@ -30,5 +30,14 @@
This will take care of making all the automagic occur that needs to be
done so that udevd will make the right files for zaptel.
+And, You may wish to add these permissions to your permissions file
+(ie /etc/udev/permissions.d/50-udev.permissions), as some have found
+that the ctl device is inaccessible without the following:
+
+# zaptel devices
+zap/*:root:root:05700
+
+
+
Matthew Fredrickson
creslin at NOSPAMdigium.com
More information about the svn-commits
mailing list