[Asterisk-Users] Need help configuring TE100P and 3 X100P clone
with MD3200 chipset
steve at daviesfam.org
steve at daviesfam.org
Tue May 2 07:54:00 MST 2006
On Tue, 2 May 2006, Wai Wu wrote:
> [root at asterix root]# modprobe zaptel
> [root at 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 at 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 at 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
More information about the asterisk-users
mailing list