Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What does “stray IRQ” mean?

IRQ mean stray
0
10 Posted

What does “stray IRQ” mean?

0

Stray IRQs are indications of hardware IRQ glitches, mostly from hardware that removes its interrupt request in the middle of the interrupt request acknowledge cycle. One has three options for dealing with this: • Live with the warnings. All except the first 5 per irq are suppressed anyway. • Break the warnings by changing the value of MAX_STRAY_LOG from 5 to 0 in your platform’s (e.g. i386) intr_machdep.c file and rebuild the new kernel and all the warnings will be suppressed. • Break the warnings by installing parallel port hardware that uses IRQ 7 and the PPP driver for it (this happens on most systems), and install an ide drive or other hardware that uses IRQ 15 and a suitable driver for it.

0

Stray IRQs are indications of hardware IRQ glitches, mostly from hardware that removes its interrupt request in the middle of the interrupt request acknowledge cycle. One has three options for dealing with this: • Live with the warnings. All except the first 5 per irq are suppressed anyway. • Break the warnings by changing 5 to 0 in isa_strayintr() so that all the warnings are suppressed. • Break the warnings by installing parallel port hardware that uses irq 7 and the ppp driver for it (this happens on most systems), and install an ide drive or other hardware that uses irq 15 and a suitable driver for it.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.