[Asterisk-Users] Problem - installing TDM400P module

2003-12-23 Thread tony banks
Hello 

When I tried loading TDM400P module using insmod command, I get following error 
messages. Is there some problem with my asterisk installation. Please advise. Thanks 
Tony

$insmod wcfxs
Using /lib/modules/2.4.20-8/misc/wcfxs.o
/lib/modules/2.4.20-8/misc/wcfxs.o: unresolved symbol zt_ec_chunk
/lib/modules/2.4.20-8/misc/wcfxs.o: unresolved symbol zt_unregister
/lib/modules/2.4.20-8/misc/wcfxs.o: unresolved symbol zt_hooksig
/lib/modules/2.4.20-8/misc/wcfxs.o: unresolved symbol zt_transmit
/lib/modules/2.4.20-8/misc/wcfxs.o: unresolved symbol zt_receive
/lib/modules/2.4.20-8/misc/wcfxs.o: unresolved symbol zt_register




Re: [Asterisk-Users] Problem - installing TDM400P module

2003-12-23 Thread bam
You could try

$ modprobe zaptel
$ modprobe wcfxs
You need the zaptel bits first.

At 09:52 23/12/03, you wrote:

$insmod wcfxs
Using /lib/modules/2.4.20-8/misc/wcfxs.o
/lib/modules/2.4.20-8/misc/wcfxs.o: unresolved symbol zt_ec_chunk


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problem - installing TDM400P module

2003-12-23 Thread Patrick
On Tue, 2003-12-23 at 10:52, tony banks wrote:
 Hello 
 
 When I tried loading TDM400P module using insmod command, I get following error 
 messages. Is there some problem with my asterisk installation. Please advise. Thanks 
 Tony
 
 $insmod wcfxs
 Using /lib/modules/2.4.20-8/misc/wcfxs.o
 /lib/modules/2.4.20-8/misc/wcfxs.o: unresolved symbol zt_ec_chunk
 /lib/modules/2.4.20-8/misc/wcfxs.o: unresolved symbol zt_unregister
 /lib/modules/2.4.20-8/misc/wcfxs.o: unresolved symbol zt_hooksig
 /lib/modules/2.4.20-8/misc/wcfxs.o: unresolved symbol zt_transmit
 /lib/modules/2.4.20-8/misc/wcfxs.o: unresolved symbol zt_receive
 /lib/modules/2.4.20-8/misc/wcfxs.o: unresolved symbol zt_register
 
 

That looks like a Red Hat kernel that has a local root exploit iirc so
you may wan to upgrade that one. If you haven't done that already, make
sure you have the kernel sources installed. Get a fresh copy of zaptel,
libpri  asterisk from cvs and then try again. I think the error means
that you are trying to load zaptel modules that were build for a
different kernel.

Patrick

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users