Re: [asterisk-users] Unable to open master device '/dev/zap/ctl'

2008-01-17 Thread Tzafrir Cohen
On Wed, Jan 16, 2008 at 10:09:54PM -0500, Walter Willis wrote: > any version of asterisk not create nodes into /proc/zap > create to command, view into make file how to create nodes Do you suggest to use mknod manually? This will work. Unless you use udev. And almost everybody use it. What is th

[asterisk-users] Unable to open master device '/dev/zap/ctl'

2008-01-17 Thread ast guy
*Walter Willis, *Thanks a lot, got the commands from zap Makefile and it worked, now can create conference room, my question still stands why it didn't create itself. Will go through make file to get an answer to that. Anyone else facing the issue can resolve by running following commands

[asterisk-users] Unable to open master device '/dev/zap/ctl'

2008-01-17 Thread ast guy
there is no /proc/zap folder .. can you tell how can I create /dev nodes. I have tested the same configurations on FC5 and these device links were created ... drwxr-xr-x 2 root root 160 Jan 17 10:59 . drwxr-xr-x 13 root root 3640 Jan 17 11:00 .. crw--- 1 root root 196, 1 Jan 17 10

Re: [asterisk-users] Unable to open master device '/dev/zap/ctl'

2008-01-16 Thread Walter Willis
any version of asterisk not create nodes into /proc/zap create to command, view into make file how to create nodes On Jan 16, 2008 8:48 PM, Walter Willis <[EMAIL PROTECTED]> wrote: > create nodes and links /proc/zap > > > > On Jan 16, 2008 3:39 PM, Chris Bagnall <[EMAIL PROTECTED]> wrote: > > > M

Re: [asterisk-users] Unable to open master device '/dev/zap/ctl'

2008-01-16 Thread Walter Willis
create nodes and links /proc/zap On Jan 16, 2008 3:39 PM, Chris Bagnall <[EMAIL PROTECTED]> wrote: > Make sure asterisk is in the "dialout" group in /etc/passwd > > The default gentoo ebuild of zaptel creates /dev/zap/* with group dialout, > and if you're using the gentoo ebuild of asterisk, it'

Re: [asterisk-users] Unable to open master device '/dev/zap/ctl'

2008-01-16 Thread Chris Bagnall
Make sure asterisk is in the "dialout" group in /etc/passwd The default gentoo ebuild of zaptel creates /dev/zap/* with group dialout, and if you're using the gentoo ebuild of asterisk, it'll run as asterisk:asterisk, so you need to make sure asterisk is a member of the dialout goup otherwise i

Re: [asterisk-users] Unable to open master device '/dev/zap/ctl'

2008-01-16 Thread Tzafrir Cohen
On Wed, Jan 16, 2008 at 03:55:08PM +0500, ast guy wrote: > Hi, > > I'm using zaptel-1.2.22.1 with asterisk-1.2.10 and following steps to > make zaptel working... > > OS is gentoo linux 2006.1 > > Hardware: > - > > :05:01.0 Communication controller: Tiger Jet Network Inc. Tiger3XX >

[asterisk-users] Unable to open master device '/dev/zap/ctl'

2008-01-16 Thread ast guy
Hi, I'm using zaptel-1.2.22.1 with asterisk-1.2.10 and following steps to make zaptel working... OS is gentoo linux 2006.1 Hardware: - :05:01.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface Subsystem: Unknown device 8085:0003 Flags: b

RE: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2006-01-16 Thread Kerry Garrison
mercial Discussion > Subject: [Asterisk-Users] Unable to open master device '/dev/zap/ctl' > > Hi, > > I'm running [EMAIL PROTECTED] with a TDM2400 > > When i try to load the wctd24xx always get the same error: > > Notice: Configuration file is /etc/zaptel.conf l

[Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2006-01-16 Thread Manuel Casal
Hi, I'm running [EMAIL PROTECTED] with a TDM2400 When i try to load the wctd24xx always get the same error: Notice: Configuration file is /etc/zaptel.conf line 0: Unable to open master device '/dev/zap/ctl' 1 error(s) detected I try to load the modules manualy: [EMAIL PROTECTED] ~]# modprobe

RE : [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2005-06-16 Thread f6hqz-m
05 21:26 À : Kumara Jayaweera; Asterisk Users Mailing List - Non-Commercial Discussion Objet : Re: [Asterisk-Users] Unable to open master device '/dev/zap/ctl' Seems like your linux doesn't see your zaptel hardware. You can try with "lspci -vvv" and watch for "Net

Re: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2005-06-15 Thread Shamsul Arefin
IF using Fedora Core 3. Make the following changes. To /etc/vdev/50-udev.rules # Section for zaptel device KERNEL="zapctl", NAME="zap/ctl" KERNEL="zaptimer", NAME="zap/timer" KERNEL="zapchannel", NAME="zap/channel" KERNEL="zappseudo", NAME="zap/pseudo" KERNEL="zap[0-9]*", NAME="zap/%n" a

Re: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2005-06-15 Thread Sebastian Silva
Seems like your linux doesn't see your zaptel hardware. You can try with "lspci -vvv" and watch for "Network controller: Tiger Jet Network". Hope this help Sebas Kumara Jayaweera wrote: Hi all, when I try to load asterisk I get this error [chan_zap.so] => (Zapata Telephony w/PRI) ==

[Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2005-06-15 Thread Kumara Jayaweera
Hi all, when I try to load asterisk I get this error [chan_zap.so] => (Zapata Telephony w/PRI) == Parsing '/etc/asterisk/zapata.conf': Found Jun 15 10:41:29 WARNING[3615]: chan_zap.c:869 zt_open: Unable to open '/dev/zap/channel': No such file or directory Jun 15 10:41:29 ERROR[3615]: chan_

Re: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2005-04-08 Thread Juan Luis Moyano
Sorry for the inconvenience, problem solved! I had left by mistake the defs26 USE flag enabled at /etc/portage/package.use, oops! Thanks for your help! -- Juan Luis Moyano Ben Hencke wrote: Does anything show up in /var/log/messages when you do the "modprobe zaptel" ? I get this line: Zapata Te

Re: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2005-04-08 Thread Juan Luis Moyano
I don't get the /dev/zap* files created.. I think the problem is in the loading of the zaptel module: # modprobe zaptel (no messages) #/etc/init.d/zaptel stop * ERROR: "zaptel" has not yet been started. so the module isn't loading, perhaps the problem is in the zaptel instalation. Any suggestio

Re: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2005-04-08 Thread Ben Hencke
Do you have /dev/zap* files? (not in subdirectory) If so, maybe something is wrong with the udev configs. If not, maybe the zaptel module is not loading. The /dev/zap/* files are created with the zaptel module before any card specific module. Do you have any messages when starting the zaptel modu

[Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2005-04-08 Thread Juan Luis Moyano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I installed asterisk (1.0.7) on my Gentoo (2.6.11-gentoo-r3) box with udev support, also installed zaptel (1.0.7). I have a TDM31B correctly installed. My problem comes right after I modprobe the card and I execute 'ztcfg -vv', it gives me the fo

RE: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2004-11-24 Thread Jose Hernandez
If you are using udev you will get a message during compile suggesting to read README.udev, I did not pay attention to this message. Anyways.. I did not get the error after creating a udev rules file in /etc/udev/rules.d with the rules in /usr/src/zaptel/README.udev /etc/udev/rules.d/zaptel.rules

RE: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2004-11-24 Thread Leandro Morgado
On Thu, 2004-11-25 at 00:10, Jose Hernandez wrote: > I added the rules to udev permissions file and changed zaptel.conf, > restarted. > I still get the same error; > > [EMAIL PROTECTED] frank]# ztcfg -vv > Zaptel Configuration > == > Channel map: > > Channel 01: FXS Kewlstart

RE: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2004-11-24 Thread Jose Hernandez
I added the rules to udev permissions file and changed zaptel.conf, restarted. I still get the same error; [EMAIL PROTECTED] frank]# ztcfg -vv Zaptel Configuration == Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) Channel 02: FXO Kewlstart (Default) (Slaves: 02

RE: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2004-11-24 Thread Kevin Walsh
Leandro Morgado [EMAIL PROTECTED] wrote: > On Wed, 2004-11-24 at 13:53, Dave Cotton wrote: > > On Wed, 2004-11-24 at 13:45 +, Leandro Morgado wrote: > > > Jose Hernandez wrote: > > > > > > > I installed TDM400P and X100P pci cards in a system running > > > > mandrake 10.1 official, kernel 2.6.

Re: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2004-11-24 Thread Leandro Morgado
On Wed, 2004-11-24 at 13:53, Dave Cotton wrote: > On Wed, 2004-11-24 at 13:45 +, Leandro Morgado wrote: > > Jose Hernandez wrote: > > > > >I installed TDM400P and X100P pci cards in a system running mandrake 10.1 > > >official, kernel 2.6.8.1-12mdksmp. > >

Re: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2004-11-24 Thread Dave Cotton
On Wed, 2004-11-24 at 13:45 +, Leandro Morgado wrote: > Jose Hernandez wrote: > > >I installed TDM400P and X100P pci cards in a system running mandrake 10.1 > >official, kernel 2.6.8.1-12mdksmp. This is not udev up to its tricks again? -- Dave Cotton <[

Re: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2004-11-24 Thread Leandro Morgado
Jose Hernandez wrote: I installed TDM400P and X100P pci cards in a system running mandrake 10.1 official, kernel 2.6.8.1-12mdksmp. I can compile zaptel, libpri, asterisk and modprobe (zaptel, wcfxs, wcfxo) without errors. Except that running ztcfg and asterisk fails. [EMAIL PROTECTED] asterisk]# zt

Re: [Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2004-11-23 Thread Adnan Ahmed
Jose Hernandez wrote: I installed TDM400P and X100P pci cards in a system running mandrake 10.1 official, kernel 2.6.8.1-12mdksmp. I can compile zaptel, libpri, asterisk and modprobe (zaptel, wcfxs, wcfxo) without errors. Except that running ztcfg and asterisk fails. [EMAIL PROTECTED] asterisk]# zt

[Asterisk-Users] Unable to open master device '/dev/zap/ctl'

2004-11-23 Thread Jose Hernandez
I installed TDM400P and X100P pci cards in a system running mandrake 10.1 official, kernel 2.6.8.1-12mdksmp. I can compile zaptel, libpri, asterisk and modprobe (zaptel, wcfxs, wcfxo) without errors. Except that running ztcfg and asterisk fails. [EMAIL PROTECTED] asterisk]# ztcfg Notice: Configura