เปลี่ยน PCI MD3200 Intel Internal Modem เป็น X100P เจอมาจาก http://www.asteriskguru.com/board/intel-v9...highlight=x100p

ให้แก้ไฟล์ zaptel/wcfxo.c
แก้ code จาก

static struct pci_device_id wcfxo_pci_tbl[] __devinitdata = {
   { 0xe159, 0x0001, 0x8085, PCI_ANY_ID, 0, 0, (unsigned long) &wcx101p },
   { 0x1057, 0x5608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcx100$ };

เปลี่ยนเป็น

static struct pci_device_id wcfxo_pci_tbl[] __devinitdata = {
   { 0xe159, 0x0001, 0x8085, PCI_ANY_ID, 0, 0, (unsigned long) &wcx101p },
   { 0xe159, 0x0001, 0x8086, PCI_ANY_ID, 0, 0, (unsigned long) &wcx101p },
   { 0x1057, 0x5608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcx100$ };


ใครมีแล้วก็ไม่ต้องชื้อ X100P