An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031223/62cf404e/attachment.htm -------------- next part -------------- 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
Michael T Farnworth
2003-Dec-23 03:13 UTC
[Asterisk-Users] Problem - installing TDM400P module
On 23 Dec 2003, 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_registerThe wcfxs module depends upon the zaptel module. You are probably better to do: modprobe wcfxs Michael> > >
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
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