Comment 5 for bug 64059

Revision history for this message
eldorel (eldorel) wrote : Re: Wrong device-names in udev

Amusingly, the udev permissions line listed above does not work. For thos of you who find this later here's the file i used.

vim /etc/udev/rules.d/51-zaptel.rules

# Section for Zaptel devices
KERNEL="zapctl", NAME="zap/ctl", GROUP="asterisk", OWNER="asterisk"
KERNEL="zaptimer", NAME="zap/timer", GROUP="asterisk", OWNER="asterisk"
KERNEL="zapchannel", NAME="zap/channel", GROUP="asterisk", OWNER="asterisk"
KERNEL="zappseudo", NAME="zap/pseudo", GROUP="asterisk", OWNER="asterisk"
KERNEL="zap0-9*", NAME="zap/%n", GROUP="asterisk", OWNER="asterisk"

this was tested and works on both servers, will all of my cards. (so far. No warranty and all that...)

Greg