TE121P Card problem

i have the new Digium TE121P card (PCI express), but the sistem dont recognice this.
i have next zaptel asterisk etc. versions:

rpm -aq | grep zaptel

zaptel-modules-1.2.22.1-1.2.6.9_34.0.2.ELsmp
zaptel-1.2.22.1-1

rpm -aq | grep asterisk

asterisk-addons-1.2.4_1.2.12.1-1.294
asterisk-1.2.22-1
asterisk-sounds-1.2.1-1

lspci

[root@ask-copesa ~]# lspci
03:08.0 Ethernet controller: Digium, Inc.: Unknown device 8000 (rev 11)
0a:01.0 Ethernet controller: Digium, Inc.: Unknown device 0800 (rev 11)

lsmod

Module Size Used by
zttranscode 12552 0
md5 8001 1
ipv6 240225 25
autofs4 22597 0
i2c_dev 14273 0
i2c_core 25921 1 i2c_dev
sunrpc 142757 1
ztdummy 7748 0
wctdm 35520 0
wcfxo 15264 0
wcte12xp 39616 0
wcte11xp 25120 0
wct1xxp 17952 0
wct4xxp 225856 0
tor2 91680 0
ipt_REJECT 10561 2
ipt_state 5825 1
ip_conntrack 45573 1 ipt_state
ipt_LOG 10049 2
iptable_filter 6721 1
ip_tables 21441 4 ipt_REJECT,ipt_state,ipt_LOG,iptable_filter
dm_mirror 28449 0
dm_mod 59973 1 dm_mirror
joydev 14209 0
uhci_hcd 32729 0
ehci_hcd 31813 0
wctdm24xxp 79040 8
zaptel 198328 38 zttranscode,ztdummy,wctdm,wcfxo,wcte12xp,wcte11xp,wct1xxp,wct4xxp,tor2,wctdm24xxp
oslec 13208 1 zaptel
crc_ccitt 6081 1 zaptel
3c59x 41213 0
mii 9153 1 3c59x
tg3 95173 0
ext3 118729 2
jbd 59481 1 ext3
ata_piix 13381 3
libata 57885 1 ata_piix
sd_mod 20545 4
scsi_mod 116941 2 libata,sd_mod

and

ztcfg -vv

Zaptel Configuration

SPAN 1: CAS/HDB3 Build-out: 0 db (CSU)/0-133 feet (DSX-1)

Channel map:

Channel 01: FXS Kewlstart (Default) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Slaves: 02)
Channel 03: FXS Kewlstart (Default) (Slaves: 03)
Channel 04: FXS Kewlstart (Default) (Slaves: 04)
Channel 05: FXS Kewlstart (Default) (Slaves: 05)
Channel 06: FXS Kewlstart (Default) (Slaves: 06)
Channel 07: FXS Kewlstart (Default) (Slaves: 07)
Channel 08: FXS Kewlstart (Default) (Slaves: 08)
Channel 09: CAS / User (Default) (Slaves: 09)
Channel 10: CAS / User (Default) (Slaves: 10)
Channel 11: CAS / User (Default) (Slaves: 11)
Channel 12: CAS / User (Default) (Slaves: 12)
Channel 13: CAS / User (Default) (Slaves: 13)
Channel 14: CAS / User (Default) (Slaves: 14)
Channel 15: CAS / User (Default) (Slaves: 15)
Channel 16: CAS / User (Default) (Slaves: 16)
Channel 17: CAS / User (Default) (Slaves: 17)
Channel 18: CAS / User (Default) (Slaves: 18)
Channel 19: CAS / User (Default) (Slaves: 19)
Channel 20: CAS / User (Default) (Slaves: 20)
Channel 21: CAS / User (Default) (Slaves: 21)
Channel 22: CAS / User (Default) (Slaves: 22)
Channel 23: CAS / User (Default) (Slaves: 23)
Channel 24: D-channel (Default) (Slaves: 24)
Channel 25: CAS / User (Default) (Slaves: 25)
Channel 26: CAS / User (Default) (Slaves: 26)
Channel 27: CAS / User (Default) (Slaves: 27)
Channel 28: CAS / User (Default) (Slaves: 28)
Channel 29: CAS / User (Default) (Slaves: 29)
Channel 30: CAS / User (Default) (Slaves: 30)
Channel 31: CAS / User (Default) (Slaves: 31)
Channel 32: CAS / User (Default) (Slaves: 32)
Channel 33: CAS / User (Default) (Slaves: 33)
Channel 34: CAS / User (Default) (Slaves: 34)
Channel 35: CAS / User (Default) (Slaves: 35)
Channel 36: CAS / User (Default) (Slaves: 36)
Channel 37: CAS / User (Default) (Slaves: 37)
Channel 38: CAS / User (Default) (Slaves: 38)
Channel 39: CAS / User (Default) (Slaves: 39)

39 channels configured.

ZT_CHANCONFIG failed on channel 9: No such device or address (6)

What is the problem?

Thanks.

Hello,

It is most likely that the drivers for the cards were loaded in the opposite order of their configuration in zaptel.conf.

Try:
modprobe -r wcte12xp wctdm24xxp
Then:
modprobe wctdm24xxp
modprobe wcte12xp

If you are still stuck, please contact the Support department via:
support@digium.com

Cheers.