On Wed, Jul 04, 2007 at 12:58:47AM -0400, Wai Wu wrote:
> I have a X100P and a TE110P in my Asterisk box. I can either get the
> X100P or the TE110P to work, but never both. Here's my zaptel.conf
> 
>  span=1,0,0,d4,ami
>  e&m=1-24
>  fxsls=25
> 
> When I load wcte11xp and wcfxo, I will get this error.
> 
> [EMAIL PROTECTED] etc]# 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 

The error message is from the post-install operation, which is an
automatic run of ztcfg . 

As you have more than one card, that post-install action is actually
unnecessary. Just make sure you have a propr zaptel init.d script . IIRC
you should remove/rem-out the offending lines from /etc/modules.conf
(this is kernel 2.4).

Now edit /etc/sysonfig/zaptel . Rem-out all the MODULES= lines and set:

MODULES="wcte11xp wcfxo"

Then try running:

  /etc/init.d/zaptel restart

-- 
               Tzafrir Cohen       
icq#16849755                    jabber:[EMAIL PROTECTED]
+972-50-7952406           mailto:[EMAIL PROTECTED]       
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to