From 975b8d7c19303eac5f5f920d94839d04ff79ea1e Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 23 Dec 2004 20:33:04 +0000 Subject: update readme.udev (bug #3133) git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@518 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- README.udev | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3