Gary, I am using TE110P card with [EMAIL PROTECTED] an I had some trouble to setup corectly, maybe my experiance helps you > Excuse my ignorance here, but I am desperately trying to isolate the IRQ for > my TE110P card (shown below as t1xxp) Ive gone into my bios and disabled all TE110P card should use wcte11xp drivers I am not sure about t1xxp (maybe someone know if this is same under /proc/interrupts) 1. Edit /etc/init.d/zaptel and add driver for TE110p, and removed ztdummy from there MODULES="torisa tor2 wct4xxp wct1xxp wcte11xp wcfxo wcfxs wcusb" RMODULES="wcusb wcfxs wcfxo wcte11xp wct1xxp wct4xxp tor2 torisa" 2. Edit /usr/src/zaptel/wcte11xp.c and add some lines to look like: static struct pci_device_id t1xxp_pci_tbl[] = { { 0xe159, 0x0001, 0x71fe, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" }, { 0xe159, 0x0001, 0x79fe, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" }, { 0xe159, 0x0001, 0x795e, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" }, { 0xe159, 0x0001, 0x79de, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" }, { 0xe159, 0x0001, 0x797e, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" }, { 0 } }; 3. cd /usr/src/zaptel; make clean; make install for this asterisk should be down (I suppouse) 4. /etc/init.d/zaptel restart > I am running on an HP Compaq D530s with Fedora Core 1, here is my I use CentOS (it should be similar) Mario [EMAIL PROTECTED] _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users