TDM03B Install problems

We recently had one of our X100Ps go out and decided to replace it with a TDM03B. I am having some problems getting it installed. Here are the steps I have taken:

CVS checkout latest zaptel directory from digium cvs
make clean
make make install
modprobe zaptel
modprobe wctdm
make configure

I then went into zaptel.conf and added:
loadzone = us
defaultzone = us
fxsks=1,2,4-6
fxoks=3

I then went into zapata.conf and added:
signalling=fxs_ks
group=1
echocancel=yes
relaxdtmf=yes
context=x100p_incoming0
channel => 1-2
context=tdm
channel => 4-6

signalling=fxo_ks
group=2
context=TDM4_fax
channel => 3

As soon as I go to reboot the system, I get a message saying that it cannot find channel 3. Whenever I do a dmesg, I don’t see anything about the TDM like I am supposed to. Obvoiusly, none of the leds on the back of the card are lit either. I have no idea what I am doing wrong here as I believe I have followed all the necessary steps. Any help would be most appreciated.

Justin

Did you remember to run ztcfg after the installation as well? (I didn’t see that step in your message.)

voip-info.org/wiki-Asterisk+ … aptel.conf