Dahdi_genconfig – “Empty configuration — no spans”

I’m relly new in asterisk and dahdi.
I installed elastix from elastix.org (stable version), and updatet the linux (CentOS 5),
Now I have:
Asterisk 11.7.0 built by palosanto @ rpmbuild64-2.elastix.palosanto.com on a x86_64 running Linux on 2014-02-04 09:45:23 UTC
DAHDI Version: 2.9.0 Echo Canceller:

I tried install my hardver but that was unsuccess
My card: atcom.cn/AX400P.html

If i run “dahdi_hardware”, answer:

pci:0000:04:05.0 wctdm- e159:0001 Wildcard TDM400P REV I

but “dahdi_scan” doesn’t show anything.

Some help:

# dahdi_hardware 
pci:0000:04:05.0     wctdm-       e159:0001 Wildcard TDM400P REV I
# dahdi_scan 
# modprobe dahdi
# modprobe wctdm
# dahdi_genconf 
Empty configuration -- no spans
Empty configuration -- no spans
Empty configuration -- no spans

# dahdi_cfg -vvv
DAHDI Tools Version - 2.9.0.1

DAHDI Version: 2.9.0
Echo Canceller(s): 
Configuration
======================


Channel map:


0 channels to configure.
# lsmod | grep dahdi
dahdi                 258004  3 wctdm
crc_ccitt              35265  1 dahdi
# lsmod | grep wctdm
wctdm                  74096  0 
dahdi                 258004  3 wctdm
#lspci
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 10)
00:01.0 PCI bridge: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port (rev 10)
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 01)
04:05.0 Network controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface
#dmesg | grep dahdi
dahdi: Version: 2.9.0
dahdi: Telephony Interface Registered on major 196
dahdi: Warning: Span WCTDM/4 didn't specify a spantype. Please fix driver!
dahdi: disable_span: span 1
dahdi: Warning: Span WCTDM/4 didn't specify a spantype. Please fix driver!
dahdi: disable_span: span 1
dahdi: Warning: Span WCTDM/4 didn't specify a spantype. Please fix driver!
dahdi: disable_span: span 1
# /etc/init.d/dahdi restart
Unloading DAHDI hardware modules: done
Loading DAHDI hardware modules:
  wctdm:                                                   [  OK  ]

Running dahdi_cfg:                                         [  OK  ]

Where am I going wrong? Why is dahdi_genconf not seeing the card, when
dahdi_hardware does see it?

Thanks for any suggestions,

Arpad