Digium TE220B - DHDI 0 channels to configure

Hey ,
I’m rather new to Freepbx.
I’ve purchased a Digium TE220B to use with our dual PRI .
I’m trying to find out whether the card is properly configured .
I’ve tried to follow some guides (http://www.cadvision.com/blanchas/Asterisk/ConfiguringT1LineDahdi.html)
but I see no channels to configure.
on my dmesg I get :

dahdi: Telephony Interface Registered on major 196
dahdi: Version: 2.4.1.2
ACPI: PCI Interrupt 0000:04:08.0[A] -> GSI 18 (level, low) -> IRQ 185
wct4xxp 0000:04:08.0: Found TE2XXP at base address febffc00, remapped to f8cdac00

wct4xxp 0000:04:08.0: DMA memory base of size 2048 at f665e000. Read: f665e400 and Write f665e000
wct4xxp 0000:04:08.0: Firmware Version: c01a016c
wct4xxp 0000:04:08.0: Burst Mode: On
wct4xxp 0000:04:08.0: Octasic Optimizations: Enabled
wct4xxp 0000:04:08.0: FALC Framer Version: 2.1 or earlier
wct4xxp 0000:04:08.0: Board ID: 00
wct4xxp 0000:04:08.0: Reg 0: 0x3665e400
wct4xxp 0000:04:08.0: Reg 1: 0x3665e000
wct4xxp 0000:04:08.0: Reg 2: 0x00000000
wct4xxp 0000:04:08.0: Reg 3: 0x00000000
wct4xxp 0000:04:08.0: Reg 4: 0x00000101
wct4xxp 0000:04:08.0: Reg 5: 0x00000000
wct4xxp 0000:04:08.0: Reg 6: 0xc01a016c
wct4xxp 0000:04:08.0: Reg 7: 0x00001000
wct4xxp 0000:04:08.0: Reg 8: 0x00000000
wct4xxp 0000:04:08.0: Reg 9: 0x00ff0001
wct4xxp 0000:04:08.0: Reg 10: 0x0000004a
wct4xxp 0000:04:08.0: Found a Wildcard: Wildcard TE220 (4th Gen)
wct4xxp 0000:04:08.0: TE2XXP: Launching card: 0
dahdi_transcode: Loaded.
INFO-xpp: revision Unknown MAX_XPDS=64 (8*8)
INFO-xpp: FEATURE: without BRISTUFF support
INFO-xpp: FEATURE: with PROTOCOL_DEBUG
INFO-xpp: FEATURE: with sync_tick() from DAHDI

and when I run dahdi_cfg -vv
[root@PBX ~]# dahdi_cfg -vv
DAHDI Tools Version - 2.4.1

DAHDI Version: 2.4.1.2
Echo Canceller(s):
Configuration

Channel map:

0 channels to configure.

also I see no echo cancelling when there is a module present on the card.

what am I doing wrong ?
Thanks !

hi

if you install the latest FREEPBX , you can register the Dahdi cards in freepbx gui under tools menu

or

in cli
type dahdi_genconf -vvvvv ( this will automatically detect your card model and installs the appropriate drivers for that card)

then type : dahdi_cfg -vvvv ( to make sure driver is installed properly)

if the above command shows all the channesl then goto asteirsk cli

in asterisk cli type module reload chan_dahdi.so

br
[email protected]