summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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