tdm2400p problem

Hi,

Recently,i brought a tdm2406p board, i installed in pc, that already has a te205p, and a tdm404p… i set up zaptel.conf as follows

span=1,1,0,ccs,hdb3,crc4
bchan=1-15,17-31
dchan=16
fxsks=32-55

then run ztcfg… then zttool… appears first the tdm2400p and second te205p…

in zapata.conf:

switchtype=euroisdn
signalling=pri_cpe
;group = 1
channel=>1-15,17-31

switchtype=national
signalling=fxs_ks
channel=>32-55

when i run asterisk the pc hangs. i reboot and then try to run asterisk in verbose mode, and hangs charging chan_zap.so…whats wrong?.

Check IRQ Status first with cat /proc/interupts

I solved just defining in zaptel.conf tdm2400p first, as i told when i run zttool tdm2400p appears first and te205p second; and then the te205p channels, as follows:

fxsks=1-24
span=1,1,0,ccs,hdb3,crc4
bchan=25-39,41-55
dchan=40

in zapata.conf:

switchtype=national
signalling=fxs_ks
channel=>1-24

switchtype=euroisdn
signalling=pri_cpe
channel=>25-39,41-55

and worked fine.

Note: i also checked IRQ with cat /proc/interupts but locks normal.