Help on Sweex CA000022 X100P Clone

The CA000022 sweex should work with Zaptel It has an 537EP chipset (with the Si3018DAA)

But… I don’t get the card running. Could anyone put me in the right direction to get this card running.

I’m running on SuSe 9.3 (kernel 2.6). Using zaptel-1.0.9.2
The 'ztcfg; is failing on a ZT_CHANCONFIG failed on channel 1: No such device or address (6)

Output ‘ztcfg’ with maxmium logging:

Line 131: fxsks=1
Keyword: fxsks, Value: 1
Line 132: loadzone = nl
Keyword: loadzone, Value: nl
Line 143: defaultzone=nl
Keyword: defaultzone, Value: nl

About to open Master device
Configuring device 1
ZT_CHANCONFIG failed on channel 1: No such device or address (6)

I tried already other PCI slots. The CA000022 is not sharing any interupts (checked it in the BIOS)

The ‘lspci -n’ shows:

0000:01:0a.0 Class 0703: 8086:1080 (rev 04)

The ‘lspci’ shows:

0000:01:0a.0 Modem: Intel Corporation: Unknown device 1080 (rev 04)

I tried something with the pci_device_id struct in wcfxo.c, but without any results (added the fourth line).

static struct pci_device_id wcfxo_pci_tbl[] = {
{ 0xe159, 0x0001, 0x8085, PCI_ANY_ID, 0, 0, (unsigned long) &wcx101p },
{ 0xe159, 0x0001, 0x8086, PCI_ANY_ID, 0, 0, (unsigned long) &generic },
{ 0xe159, 0x0001, 0x8087, PCI_ANY_ID, 0, 0, (unsigned long) &generic },
–> { 0x8086, 0x1080, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcx100p },
{ 0x1057, 0x5608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcx100p },
{ 0 }
};

Thanks a lot!

it’s not clone card (other chipset - you need 537PU or 537PG, not 537EP).

You are right, the chipset on the card is an Intel FA82537EP

Strange… a voip-info.org article says that the 537EP should work. Did they made a mistake?