[Home]

Summary:ASTERISK-00084: Loading wct1xxp module when wcfxs is configured gives an error, but then works
Reporter:Justin E (jeckhouse)Labels:
Date Opened:2003-08-11 17:23:16Date Closed:2004-09-25 02:40:14
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I have a box with a T100P & TDM400P. My zaptel.conf looks like this:
span=1,1,0,esf,b8zs
bchan=1-23
dchan=24
fxoks=25-26

When I do a modprobe wct1xxp I get this error:
[root@FMT-03 root]# modprobe wct1xxp
ZT_CHANCONFIG failed on channel 25: No such device or address (6)
/lib/modules/2.4.20-19.8bigmem/misc/wct1xxp.o: post-install wct1xxp
failed /lib/modules/2.4.20-19.8bigmem/misc/wct1xxp.o: insmod wct1xxp failed

And then I do modprobe wcfxs, and everything seems to load ok.
Comments:By: John Todd (jtodd) 2003-08-11 17:26:50

This is a particularly vexing problem, since it gives a "failure" error message, even though the modprobe works.  Try explaining that one to customers.  :)

By: x martinp (martinp) 2003-08-12 22:08:26

This is not related to asterisk .... look in /etc/modules.conf for post-install messages. You don't want that message to pop up remove the post-install lines with ztcfg ... but then after you modprobe your modules you need to run ztcfg to get the configs to the drivers.... If you don't like the errors I propose using this: "modprobe zaptel; insmod wct1xxp; modprobe wcfxs"