summaryrefslogtreecommitdiff
path: root/README.udev
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-23 01:50:29 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-23 01:50:29 +0000
commit16229832fadb117e9ae9aa89d285da65bdabb292 (patch)
tree8be63b0da4e6eb2e2a66b0047bb9341ee027401b /README.udev
parent1add711d222621bc7c6735e78302de28692ecff9 (diff)
Fix Udev docs (bug #3133) to be more detailed
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@517 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README.udev')
-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