RE: Zapata failing, no FXO

I am having a problem with getting my TDM400 with one FXO module to load within Debian. Asterisk is compiled and seems functional aside from the lack of the FXO interface. The output of a couple commands is below… any help is appreciateed.

pbx:/etc/asterisk# modprobe -v wctdm
install /sbin/modprobe --ignore-install wctdm && /sbin/ztcfg
insmod /lib/modules/2.6.18-4-686/misc/wctdm.ko
FATAL: Error inserting wctdm (/lib/modules/2.6.18-4-686/misc/wctdm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error running install command for wctdm
pbx:/etc/asterisk#

pbx:/etc/asterisk# ztcfg
ZT_CHANCONFIG failed on channel 1: No such device or address (6)

And at the same time tail -f /var/log/messages

May 28 18:34:01 pbx kernel: wctdm: disagrees about version of symbol zt_receive
May 28 18:34:01 pbx kernel: wctdm: Unknown symbol zt_receive
May 28 18:34:01 pbx kernel: wctdm: disagrees about version of symbol zt_qevent_lock
May 28 18:34:01 pbx kernel: wctdm: Unknown symbol zt_qevent_lock
May 28 18:34:01 pbx kernel: wctdm: disagrees about version of symbol zt_ec_chunk
May 28 18:34:01 pbx kernel: wctdm: Unknown symbol zt_ec_chunk
May 28 18:34:01 pbx kernel: wctdm: disagrees about version of symbol zt_transmit
May 28 18:34:01 pbx kernel: wctdm: Unknown symbol zt_transmit
May 28 18:34:01 pbx kernel: wctdm: disagrees about version of symbol zt_unregister
May 28 18:34:01 pbx kernel: wctdm: Unknown symbol zt_unregister
May 28 18:34:01 pbx kernel: wctdm: disagrees about version of symbol zt_hooksig
May 28 18:34:01 pbx kernel: wctdm: Unknown symbol zt_hooksig
May 28 18:34:01 pbx kernel: wctdm: disagrees about version of symbol zt_register
May 28 18:34:01 pbx kernel: wctdm: Unknown symbol zt_register

I have already tried recompiling the drivers then asterisk a couple times. This was working before then the machine was formatted for an attempt at installing freePBX. Now it’s down atain.

I would really appreciate any help here.

Anyone have any ideas here?