<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>[root@pbx zaptel-1.2.13]# cat /proc/interrupts<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CPU0<br>&nbsp;&nbsp; 0:&nbsp;&nbsp; 82179609&nbsp;&nbsp;&nbsp;&nbsp;IO-APIC-edge&nbsp;&nbsp;timer
<br>&nbsp;&nbsp; 2:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XT-PIC&nbsp;&nbsp;cascade<br>&nbsp;&nbsp; 8:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;IO-APIC-edge&nbsp;&nbsp;rtc<br>&nbsp;&nbsp;14:&nbsp;&nbsp;&nbsp;&nbsp; 738454&nbsp;&nbsp;&nbsp;&nbsp;IO-APIC-edge&nbsp;&nbsp;ide0<br>&nbsp;&nbsp;74:&nbsp;&nbsp; 82142210&nbsp;&nbsp; IO-APIC-level&nbsp;&nbsp;wct2xxp<br>201:&nbsp;&nbsp;&nbsp;&nbsp; 745906&nbsp;&nbsp; IO-APIC-level&nbsp;&nbsp;megaraid<br>
209:&nbsp;&nbsp;&nbsp;&nbsp; 137704&nbsp;&nbsp; IO-APIC-level&nbsp;&nbsp;eth0<br>217:&nbsp;&nbsp;&nbsp;&nbsp; 177366&nbsp;&nbsp; IO-APIC-level&nbsp;&nbsp;eth1<br>NMI:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0<br>LOC:&nbsp;&nbsp; 82178536<br>ERR:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0<br>MIS:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0<br>__</blockquote></div><br>Well, remember that IRQs don&#39;t really exist about 15.&nbsp;&nbsp; So your wct2xxp, megaraid, eth0, and eth1 are all sharing an IRQ (or at least some of them are).&nbsp;&nbsp;&nbsp; Since the wct2xxp is not PCIe compliant (it&#39;s only PCI) and only runs at 33mhz (not 133mhz) it&#39;s having all kinds of issues.
<br><br><br>@David Cook:&nbsp; APIC does not work.&nbsp; APIC gives you exactly what this person is describing... you get shared IRQs running different cards.&nbsp;&nbsp; With 15 real IRQs, I can&#39;t understand why anyone would need to share any IRQs until absolutely necessary.&nbsp;&nbsp; What this says to me is that Dell (and now other manufacturers of servers) are taking a cheap route, and rather then running individual busses (or something along that line) they are daisy chaining NICs, PCIs, etc together and just putting them all on the same IRQ.&nbsp;&nbsp; Apparently PCIe is suppose to be ok with that.&nbsp; Unfortunately, there is alot of PCI equipment out there yet.... you would think they would at least offer some sort of backwards compatibility.
<br><br>Anyway.. yes the above example is EXACTLY where I&#39;ve seen issues with the Digium cards.&nbsp;&nbsp; Assuming the Digium is sharing with the NIC (or the RAID.. it doesn&#39;t matter)... when the NIC (or the RAID) start getting alot of activity on them, your audio is going to suffer.
<br>