Hello. Just upgraded to Debian 10, Asterisk 13.28.1 and dahdi 3.0.0. The problem I have is with dahdi, which has stopped working.
root@pbx:/etc# dahdi_hardware
pci:0000:02:00.0 wctdm24xxp- d161:8005 Wildcard TDM410P
root@pbx:/etc# dahdi_cfg -vv
DAHDI Tools Version - 3.0.0
DAHDI Version: 3.0.0
Echo Canceller(s):
Configuration
======================
Channel map:
Channel 01: FXS Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 02)
2 channels to configure.
DAHDI_CHANCONFIG failed on channel 1: Invalid argument (22)
Selected signaling not supported
Possible causes:
FXS signaling is being used on a FXS interface (use a FXO signaling variant)
RBS signaling is being used on a E1 CCS span
Signaling is being assigned to channel 16 of an E1 CAS span
I know itâs old, but for the few occasions that itâs used, it was just fine.
Here is chan-dahdi.conf, which hasnât changed for years:
From lspci -v the system seems to think itâs an Ethernet controller:
02:00.0 Ethernet controller: Digium, Inc. Wildcard TDM410 4-port analog card (rev 11)
Subsystem: Digium, Inc. Wildcard TDM410 4-port analog card
Flags: bus master, medium devsel, latency 64, IRQ 3
I/O ports at cc00 [size=256]
Memory at fdeff000 (32-bit, non-prefetchable) [size=1K]
[virtual] Expansion ROM at fde00000 [disabled] [size=128K]
Capabilities: [c0] Power Management version 2
The TDM410 is not supported in DAHDI past the 2.x releases. The README file in the dahdi-linux package (or the âlinuxâ subdirectory if you downloaded the complete tarball) provides a list of the supported hardware.
In order to get my card to work the Debian 10 and the newest drivers and the standard configuration I used to use I had to do:
# cat /etc/modprobe.d/dahdi.conf
# You should place any module parameters for your DAHDI modules here
# Example:
#
# options wctdm24xxp latency=6
options dahdi auto_assign_spans=1
Alas, whatâs been posted after @david551 's posting is only leading the original poster astray. Iâm confident in the accuracy of my posting w.r.t. DAHDI versioning and hardware support.