Operating System - Linux
1825931 Members
2836 Online
109689 Solutions
New Discussion

Re: spurious interrupt message

 
K.C. Chan
Trusted Contributor

spurious interrupt message

Does any one know what this mean, "spurious interrupt 8259A interrupt: IRQ7". What device is the system yakking about? Any suggestion? Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: spurious interrupt message

K.C. Chan
Trusted Contributor

Re: spurious interrupt message

This is on AMD athon CPU and running RH7.3 with a compiled kernel version of 2.4.20; default kernel that came with redhat 7.3 is running ok; why does the new kernel yak about this spurious interrupt message? Any idea? Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
Stuart Browne
Honored Contributor

Re: spurious interrupt message

Sometimes debugging messages make it through the release cycle.

Other times it's an obscure branch of code which in 'normal operation' wouldn't get reached, but some misclaneous piece of hardware causes code to go down there.

It's a common enough occurance for the diverse range of developers that maintain the kernel source tree.

Since the people who maintain the release cycle might not have the exact piece of hardware which aggrivates the message to show up, these things slip though.

Recent example is with Compaq ML330's on-board SCSI controller and RH7.3 displayed a imilar message.

I don't beleive it's anything to be concerned about, so short of modifying kernel source code yourself (you feel up to that?), just ignore it.
One long-haired git at your service...