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 -- Wrong device-names in udev https://bugs.launchpad.net/bugs/64059 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
