So I took a chance with an X100P knock-off on eBay. I'm running Asterisk + FreePBX on a PowerMac G3 (beige desktop) using Slackintosh 10.2 and kernel <a href="http://2.6.16.16">2.6.16.16</a>. Everything has been fine up until now.
<br>I compile the 1.2.5 Zaptel drivers without a problem, get the udev configuration in, modprobe zaptel, and finally modprobe wcfxo. At this point, I get the message:<br><br>ZT_CHANCONFIG failed on channel 1: No such device or address (6)
<br>FATAL: Error running install command for wcfxo<br><br>dmesg gives me:<br><br>Zapata Telephony Interface Registered on major 196<br>Zaptel Version: 1.2.5 Echo Canceller: MG2<br>Failed to initailize DAA, giving up...<br>
wcfxo: probe of 0000:00:0e.0 failed with error -5<br><br>syslog tells me:<br><br>May 25 21:28:20 asterisk kernel: Failed to initailize DAA, giving up...<br>May 25 21:28:20 asterisk kernel: wcfxo: probe of 0000:00:0e.0 failed with error -5
<br><br>ztcfg -vv says:<br><br>Channel 01: FXS Kewlstart (Default) (Slaves: 01)<br>1 channels configured.<br>ZT_CHANCONFIG failed on channel 1: No such device or address (6)<br><br>and lspci -vv tells me this:<br><br>00:0e.0
 Communication controller: Motorola: Unknown device 5608<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Subsystem: Motorola: Unknown device 0000<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium &gt;TAbort- &lt;TAbort- &lt;MAbort- &gt;SERR- &lt;PERR-
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Latency: 32 (250ns min, 32000ns max)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Interrupt: pin A routed to IRQ 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Region 0: I/O ports at fe000800 [size=256]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Region 1: Memory at 81803000 (32-bit, non-prefetchable) [size=4K]
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Capabilities: [40] Power Management version 2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flags: PMEClk- DSI+ D1- D2+ AuxCurrent=0mA PME(D0+,D1-,D2+,D3hot+,D3cold-)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Status: D0 PME-Enable- DSel=0 DScale=0 PME-<br><br>
One of the reasons I'm running on a PowerMac is specifically because I've been told the X100P cards work well on this type of hardware, since it tends to not have problems with flawed PCI buses and IRQ sharing, but I'm starting to have my doubts. If anyone has experience with X100P cards on PPC, or have any other insights, it would be greatly appreciated.
<br>