Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as confirmed and let them handle it from here.
Thanks for taking the time to make Ubuntu better!

** Changed in: zapata (Ubuntu)
       Status: New => Confirmed

** Summary changed:

- Wrong device-names in udev
+ Wrong device-names in udev - Unable to open master device '/dev/zap/ctl'

** Tags added: bitesize

** Description changed:

  After loading modules zaptel and wcte11xp new devices are created:
  
  zap14       zap2        zap25       zap30       zap8
  zap1        zap15       zap20       zap26       zap31       zap9
  zap10       zap16       zap21       zap27       zap4        zapchannel
  zap11       zap17       zap22       zap28       zap5        zapctl
  zap12       zap18       zap23       zap29       zap6        zappseudo
  zap13       zap19       zap24       zap3        zap7        zaptimer
  
  But zttest, zttmonitor and chap_zap (asterisk) are expecting:
  
  /dev/zap/*
  
  As described here there are some files needed in /etc/udev/rules.d/ to
  get this to work:
  
  http://asterisk.gnuinter.net/files/digium/zaptel/README.udev
  
  Something like this would do the work:
  
- [EMAIL PROTECTED]:/etc/udev/rules.d$ cat 51-zaptel.rules
- # Section for Zaptel device - Permissions
- zap/*:asterisk:asterisk:05700
+ vim /etc/udev/rules.d/51-zaptel.rules
  
- # Section for Zaptel device
- KERNAL="zapctl", NAME="zap/ctl"
- KERNAL="zaptimer", NAME="zap/timer"
- KERNAL="zapchannel", NAME="zap/channel"
- KERNAL="zappseudo", NAME="zap/pseudo"
- KERNAL="zap0-9*", NAME="zap/%n"
- [EMAIL PROTECTED]:/etc/udev/rules.d$
+ # 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"

-- 
Wrong device-names in udev - Unable to open master device '/dev/zap/ctl'
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to