Hi can anyone help. I just updated my CentOS and ran the command rebuild_zaptel and genzaptelconf with a Reboot in between each step. Now I have no Zaptel devices (I used to have 3 FXO X100P Cards) Summary of what happens below: (Zaptel.conf contains no card info after running this command.) Many thanks in advance, Richard ---- STOPPING ASTERISK Disconnected from Asterisk server Asterisk Stopped STOPPING FOP SERVER FOP Server Stopped Generating '/etc/zaptel.conf' Generating '/etc/asterisk/zapata-auto.conf' Notice: Configuration file is /etc/zaptel.conf line 0: Unable to open master device '/dev/zap/ctl' 1 error(s) detected STOPPING ASTERISK STOPPING FOP SERVER Unloading zaptel hardware drivers:. Removing zaptel module: [ OK ] Loading zaptel framework: [ OK ] Waiting for zap to come online...Error: missing /dev/zap! SETTING FILE PERMISSIONS chown: cannot access `/dev/zap': No such file or directory Permissions OK STARTING ASTERISK Asterisk Started STARTING FOP SERVER FOP Server Started Chan Extension Context Language MusicOnHold pseudo from-pstn en Verbosity is at least 3 -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 2358 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060109/95c433e0/winmail.bin
Richard, This also happened to me over the weekend. What happened to me was yum updatd two files found in /etc/udev/permissions.d/ and the other in /etc/udev/rules.d/ Yum makes backup copies of each of these files. All you need to do is copy the missing lines from both files and paste them back into the new ones. Then try rebuilding zaptel and reconfiguring. This worked for me... - Jason -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mr Asterisk Sent: Monday, January 09, 2006 8:33 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Lost my Zap's Hi can anyone help. I just updated my CentOS and ran the command rebuild_zaptel and genzaptelconf with a Reboot in between each step. Now I have no Zaptel devices (I used to have 3 FXO X100P Cards) Summary of what happens below: (Zaptel.conf contains no card info after running this command.) Many thanks in advance, Richard ---- STOPPING ASTERISK Disconnected from Asterisk server Asterisk Stopped STOPPING FOP SERVER FOP Server Stopped Generating '/etc/zaptel.conf' Generating '/etc/asterisk/zapata-auto.conf' Notice: Configuration file is /etc/zaptel.conf line 0: Unable to open master device '/dev/zap/ctl' 1 error(s) detected STOPPING ASTERISK STOPPING FOP SERVER Unloading zaptel hardware drivers:. Removing zaptel module: [ OK ] Loading zaptel framework: [ OK ] Waiting for zap to come online...Error: missing /dev/zap! SETTING FILE PERMISSIONS chown: cannot access `/dev/zap': No such file or directory Permissions OK STARTING ASTERISK Asterisk Started STARTING FOP SERVER FOP Server Started Chan Extension Context Language MusicOnHold pseudo from-pstn en Verbosity is at least 3
> Hi can anyone help. > > I just updated my CentOS and ran the command rebuild_zaptel and > genzaptelconf with a Reboot in between each step. > > Now I have no Zaptel devices (I used to have 3 FXO X100P Cards) > > Summary of what happens below: > (Zaptel.conf contains no card info after running this command.) >Sounds like the CentOS update over-wrote the changes that you need in the udev stuff. Check the udev readme in the zaptel source directory for what's needed.