Wai Wu
2006-May-02 07:38 UTC
[Asterisk-Users] Need help configuring TE100P and 3 X100P clone with MD3200 chipset
I can either get the TE100P working or the 3 X100P clones working, but never both. I have the TE100P connected to a channel bank, and X100P clones to lines from the phone company. This is my zaptel.conf span=1,1,0,d4,ami fxsks=1-24 loadzone=us fxols=25-27 loadzone=us I then do [root@asterix root]# modprobe zaptel [root@asterix root]# modprobe wcte11xp ZT_CHANCONFIG failed on channel 25: No such device or address (6) /lib/modules/2.4.20-8/misc/wcte11xp.o: post-install wcte11xp failed /lib/modules/2.4.20-8/misc/wcte11xp.o: insmod wcte11xp failed [root@asterix root]# modprobe wcfxo ZT_CHANCONFIG failed on channel 25: Invalid argument (22) Did you forget that FXS interfaces are configured with FXO signalling and that FXO interfaces use FXS signalling? /lib/modules/2.4.20-8/misc/wcfxo.o: post-install wcfxo failed /lib/modules/2.4.20-8/misc/wcfxo.o: insmod wcfxo failed [root@asterix root]# What's wrong with configuration?
Kerry Garrison
2006-May-02 07:51 UTC
[Asterisk-Users] Need help configuring TE100P and 3 X100P clonewith MD3200 chipset
Are you seriously trying to run 4 cards in one system? The odds of getting that working are about the odds of Angelina Jolie showing up on my doorstep ready to whisk me off to....but I digress...you will have serious interrupt issues trying to get 4 cardss working in one system. I am surprised that you would fork for a PRI card but use cheap winmodems for analog lines. You will have much better luck tossing the "x100p" cards and using either SPA-3000's, a TDM400, or a Mediatrix 1204. Kerry Garrison Publisher - http://VOIPSpeak.net (949) 502-7819 x200 - kerryg@techdatapros.com http://www.techdatapros.com> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Wai Wu > Sent: Tuesday, May 02, 2006 7:38 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] Need help configuring TE100P and 3 > X100P clonewith MD3200 chipset > > > I can either get the TE100P working or the 3 X100P clones > working, but never both. I have the TE100P connected to a > channel bank, and X100P clones to lines from the phone company. > > > This is my zaptel.conf > > span=1,1,0,d4,ami > fxsks=1-24 > loadzone=us > > fxols=25-27 > loadzone=us > > I then do > > [root@asterix root]# modprobe zaptel > [root@asterix root]# modprobe wcte11xp > ZT_CHANCONFIG failed on channel 25: No such device or address (6) > /lib/modules/2.4.20-8/misc/wcte11xp.o: post-install wcte11xp failed > /lib/modules/2.4.20-8/misc/wcte11xp.o: insmod wcte11xp failed > [root@asterix root]# modprobe wcfxo ZT_CHANCONFIG failed on > channel 25: Invalid argument (22) Did you forget that FXS > interfaces are configured with FXO signalling and that FXO > interfaces use FXS signalling? > /lib/modules/2.4.20-8/misc/wcfxo.o: post-install wcfxo failed > /lib/modules/2.4.20-8/misc/wcfxo.o: insmod wcfxo failed > [root@asterix root]# > > What's wrong with configuration? > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
steve@daviesfam.org
2006-May-02 07:54 UTC
[Asterisk-Users] Need help configuring TE100P and 3 X100P clone with MD3200 chipset
On Tue, 2 May 2006, Wai Wu wrote:> [root@asterix root]# modprobe zaptel > [root@asterix root]# modprobe wcte11xp > ZT_CHANCONFIG failed on channel 25: No such device or address (6) > /lib/modules/2.4.20-8/misc/wcte11xp.o: post-install wcte11xp failed > /lib/modules/2.4.20-8/misc/wcte11xp.o: insmod wcte11xp failed > [root@asterix root]# modprobe wcfxo > ZT_CHANCONFIG failed on channel 25: Invalid argument (22) > Did you forget that FXS interfaces are configured with FXO signalling > and that FXO interfaces use FXS signalling? > /lib/modules/2.4.20-8/misc/wcfxo.o: post-install wcfxo failed > /lib/modules/2.4.20-8/misc/wcfxo.o: insmod wcfxo failed > [root@asterix root]# > > What's wrong with configuration?What's wrong is that configuration in your /etc/modprobe.conf is automatically running ztcfg when you load wcte11xp. The ztcfg fails because it is expecting all the card drivers to be loaded. So remove all the "install" lines from your /etc/modprobe.conf, then run ztcfg -vv manually once you have loaded all the drivers. Or, just ignore the error on loading wcte11xp and plow on loading wctdm. At that point the ztcfg should succeed. Steve
Josué Conti
2006-May-02 08:08 UTC
[Asterisk-Users] Need help configuring TE100P and 3 X100P clone with MD3200 chipset
Hi Wai Wu, is seeming that you have two problems. In the case of wcte11xp, I find that its board TE110P is unplugged of slot PCI, removes the board and restarts the server. Later it again board the TE110P in slot correctly and restarts the server, must resolv this problem. In the case of wcfxo, I find that this problem is in relation to the modules, if will be able effects one again "make clean" and one "make" and "make install" of asterisk. I wait to have helped. Regards 2006/5/2, Wai Wu <wwu@calltrol.com>:> > > I can either get the TE100P working or the 3 X100P clones working, but > never both. I have the TE100P connected to a channel bank, and X100P > clones to lines from the phone company. > > > This is my zaptel.conf > > span=1,1,0,d4,ami > fxsks=1-24 > loadzone=us > > fxols=25-27 > loadzone=us > > I then do > > [root@asterix root]# modprobe zaptel > [root@asterix root]# modprobe wcte11xp > ZT_CHANCONFIG failed on channel 25: No such device or address (6) > /lib/modules/2.4.20-8/misc/wcte11xp.o: post-install wcte11xp failed > /lib/modules/2.4.20-8/misc/wcte11xp.o: insmod wcte11xp failed > [root@asterix root]# modprobe wcfxo > ZT_CHANCONFIG failed on channel 25: Invalid argument (22) > Did you forget that FXS interfaces are configured with FXO signalling > and that FXO interfaces use FXS signalling? > /lib/modules/2.4.20-8/misc/wcfxo.o: post-install wcfxo failed > /lib/modules/2.4.20-8/misc/wcfxo.o: insmod wcfxo failed > [root@asterix root]# > > What's wrong with configuration? > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060502/35aabb22/attachment.htm
Possibly Parallel Threads
- Need help configuring TE100P and 3 X100Pclonewith MD3200 chipset
- Need help configuring TE100P and 3 X100P clonewith MD3200 chipset
- Need advice to get wcte11xp and wcfxo to load
- My first Asterisk - Not recognizing X100P clone
- Help: TE100P connecting to non PRI, ISDN interfaces