summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-23 20:33:04 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-23 20:33:04 +0000
commit975b8d7c19303eac5f5f920d94839d04ff79ea1e (patch)
tree7b22361ca775031ec9e06f3984bff73e3e4a5349
parent0b8190ca64542c8c9e95c7504427ca9e2c0fc085 (diff)
update readme.udev (bug #3133)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@518 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xREADME.udev11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.udev b/README.udev
index da3656a..7b560db 100755
--- a/README.udev
+++ b/README.udev
@@ -18,7 +18,7 @@ can send me an email (look to bottom of file for address).
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 @@ KERNEL="zap[0-9]*", NAME="zap/%n"
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@NOSPAMdigium.com