Can't have an AEX410 working with 5.6.13

I am trying to reinstall my AEX410 under fedora 32 5.6.13 kernel.
AEX410 is equipped of a red module in 1 and a green in 3; 2 and 4 are free.

[root@ns init.d]# ./dahdi start
Loading DAHDI hardware modules:
wctdm24xxp: [ OK ]

/usr/share/dahdi/waitfor_xpds: line 106: astribank_is_starting: command not found
using ‘/etc/dahdi/assigned-spans.conf’
Running dahdi_cfg: 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 vari
ant)
RBS signaling is being used on a E1 CCS span
Signaling is being assigned to channel 16 of an E1 CAS span
[FAILED]

system.conf

fxsks = 1
fxoks = 3

[root@ns dahdi]# dahdi_genconf
Empty configuration – no spans
Empty configuration – no spans
Empty configuration – no spans

I can’t understand what wrong.
Could you help me please?

OK, they forgot :wink: those cards!
Go to “drivers/dahdi/wctdm24xxp”
Edit base.c

static DEFINE_PCI_DEVICE_TABLE(wctdm_pci_tbl) = {
{ 0xd161, 0x2400, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wctdm2400 },
{ 0xd161, 0x8002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcaex800 },
{ 0xd161, 0x8003, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcaex2400 },
{ 0xd161, 0x8005, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wctdm410 },
{ 0xd161, 0x8006, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcaex410 },
{ 0xd161, 0x8007, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcha80000 },
{ 0xd161, 0x8008, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wchb80000 },
{ 0 }
};

Compile, install and everything will be normal again.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.