Hi,
I have two WCT100P cards installed on a suse 9.0 box. Installation
for Zaptel complains of some unresolved dependencies. The zaptel and
wct1xxp modules load without any errors. ztcfg give no problems.
The problem is when I start asterisk I get the following error and
asterisk shuts down
-----------------------------------------------------------------------------------------------------
Nov 24 21:28:15 WARNING[18825]: chan_zap.c:765 zt_open: Unable to
specify channel 1: No such device or address
Nov 24 21:28:15 ERROR[18825]: chan_zap.c:6195 mkintf: Unable to open
channel 1: No such device or address
here = 0, tmp->channel = 1, channel = 1
Nov 24 21:28:15 ERROR[18825]: chan_zap.c:9139 setup_zap: Unable to
register channel '1-23'
Nov 24 21:28:15 WARNING[18825]: loader.c:334 ast_load_resource:
chan_zap.so: load_module failed, returning -1
== Unregistered channel type 'Tor'
== Unregistered channel type 'Zap'
Nov 24 21:28:15 WARNING[18825]: loader.c:429 load_modules: Loading
module chan_zap.so failed!
----------------------------------------------------------------------------------------------------
My /etc/zaptel.conf file reads
loadzone=us
defaultzone=us
span=1,0,0,d4,b8zs
bchan=1-23
dchan=24
span=2,0,0,d4,b8zs
bchan=25-47
dchan=48
The /etc/asterisk/zapata.conf reads
context = default
switchtype = national
signalling = pri_cpe
group = 1
channel => 1-23
context = default
switchtype = national
signalling = pri_cpe
group = 2
channel => 25-47
I don't know if it is some configuration error, or some problem with
zaptel and suse9.0.
I would really be grateful if someone could help me in this regards.
Thanks and regards,
- Ashish Shinde
Ashish Shinde wrote:> Hi, > I have two WCT100P cards installed on a suse 9.0 box. Installation > for Zaptel complains of some unresolved dependencies. The zaptel and > wct1xxp modules load without any errors. ztcfg give no problems. >I'm running a TDM400P on SuSE 9.1 stock install without any problems. When I compiled the zap drivers I didn't get the unresolved dependencies issues though, so therein might lie your problem. <snip>> Nov 24 21:28:15 WARNING[18825]: chan_zap.c:765 zt_open: Unable to > specify channel 1: No such device or address > Nov 24 21:28:15 ERROR[18825]: chan_zap.c:6195 mkintf: Unable to open > channel 1: No such device or address > here = 0, tmp->channel = 1, channel = 1 > Nov 24 21:28:15 ERROR[18825]: chan_zap.c:9139 setup_zap: Unable to > register channel '1-23' > Nov 24 21:28:15 WARNING[18825]: loader.c:334 ast_load_resource: > chan_zap.so: load_module failed, returning -1 > == Unregistered channel type 'Tor' > == Unregistered channel type 'Zap' > Nov 24 21:28:15 WARNING[18825]: loader.c:429 load_modules: Loading > module chan_zap.so failed!I'm not sure about the config file since I don't have the same card, but the output above typically happens when the modules don't load up correctly, or there's some other hardware issue at play. Start debugging one step at a time, maybe you should reinstall the drivers taking care of the unresolved dep issues. Flynn
Ashish Shinde wrote:>Hi, > I have two WCT100P cards installed on a suse 9.0 box. Installation >for Zaptel complains of some unresolved dependencies. The zaptel and >wct1xxp modules load without any errors. ztcfg give no problems. > > The problem is when I start asterisk I get the following error and >asterisk shuts down > >----------------------------------------------------------------------------------------------------- >Nov 24 21:28:15 WARNING[18825]: chan_zap.c:765 zt_open: Unable to >specify channel 1: No such device or address >Nov 24 21:28:15 ERROR[18825]: chan_zap.c:6195 mkintf: Unable to open >channel 1: No such device or address >here = 0, tmp->channel = 1, channel = 1 >Nov 24 21:28:15 ERROR[18825]: chan_zap.c:9139 setup_zap: Unable to >register channel '1-23' >Nov 24 21:28:15 WARNING[18825]: loader.c:334 ast_load_resource: >chan_zap.so: load_module failed, returning -1 > == Unregistered channel type 'Tor' > == Unregistered channel type 'Zap' >Nov 24 21:28:15 WARNING[18825]: loader.c:429 load_modules: Loading >module chan_zap.so failed! >---------------------------------------------------------------------------------------------------- > > >I had a similar problem, but I could solve it by: cd /usr/src/linux make cloneconfig && make dep and continued with: cd /usr/local/src/asterisk/zaptel/ make clean make install> My /etc/zaptel.conf file reads > > loadzone=us > defaultzone=us > span=1,0,0,d4,b8zs > bchan=1-23 > dchan=24 > > span=2,0,0,d4,b8zs > bchan=25-47 > dchan=48 > > The /etc/asterisk/zapata.conf reads > context = default > switchtype = national > signalling = pri_cpe > group = 1 > channel => 1-23 > > context = default > switchtype = national > signalling = pri_cpe > group = 2 > channel => 25-47 > > I don't know if it is some configuration error, or some problem with >zaptel and suse9.0. > I would really be grateful if someone could help me in this regards. > >Thanks and regards, > - Ashish Shinde >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > >-- Ronald Wiplinger (CEO of ELMIT) http://www.elmit.com +886 (0) 939--77-55-16 - I'm a SpamCon Foundation Member, #694, Verify it at http://www.spamcon.org PS: Spam prevention! Our system is protected with a spam prevention program. If you send us an e-mail, our system will send you a confirmation message back. Just reply to this confirmation message please. After receiving this confirmation message, our system will send the hold message (one) and all future messages (after the received confirmation message) to me without asking you again.
I am running * on Suse 9.0. What errors did you get with Zaptel relative to the unresolved dependencies? What is the output of ztcfg -v? Lyle ----- Original Message ----- From: "Ashish Shinde" <omkarashish@gmail.com> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Thursday, November 25, 2004 2:24 AM Subject: [Asterisk-Users] Zaptel on Suse 9.0> Hi, > I have two WCT100P cards installed on a suse 9.0 box. Installation > for Zaptel complains of some unresolved dependencies. The zaptel and > wct1xxp modules load without any errors. ztcfg give no problems. > > The problem is when I start asterisk I get the following error and > asterisk shuts down > > -----------------------------------------------------------------------------------------------------> Nov 24 21:28:15 WARNING[18825]: chan_zap.c:765 zt_open: Unable to > specify channel 1: No such device or address > Nov 24 21:28:15 ERROR[18825]: chan_zap.c:6195 mkintf: Unable to open > channel 1: No such device or address > here = 0, tmp->channel = 1, channel = 1 > Nov 24 21:28:15 ERROR[18825]: chan_zap.c:9139 setup_zap: Unable to > register channel '1-23' > Nov 24 21:28:15 WARNING[18825]: loader.c:334 ast_load_resource: > chan_zap.so: load_module failed, returning -1 > == Unregistered channel type 'Tor' > == Unregistered channel type 'Zap' > Nov 24 21:28:15 WARNING[18825]: loader.c:429 load_modules: Loading > module chan_zap.so failed! > ----------------------------------------------------------------------------------------------------> > My /etc/zaptel.conf file reads > > loadzone=us > defaultzone=us > span=1,0,0,d4,b8zs > bchan=1-23 > dchan=24 > > span=2,0,0,d4,b8zs > bchan=25-47 > dchan=48 > > The /etc/asterisk/zapata.conf reads > context = default > switchtype = national > signalling = pri_cpe > group = 1 > channel => 1-23 > > context = default > switchtype = national > signalling = pri_cpe > group = 2 > channel => 25-47 > > I don't know if it is some configuration error, or some problem with > zaptel and suse9.0. > I would really be grateful if someone could help me in this regards. > > Thanks and regards, > - Ashish Shinde > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >