LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Linux error message (https://www.linuxquestions.org/questions/linux-hardware-18/linux-error-message-26443/)

to_vijayarun 07-24-2002 12:53 AM

Linux error message
 
hi guys,
i need ur help.
i see this error very commonly ' SPURIOUS 8259A interrupt: IRQ7
i recently compiled my version of kernel 2.4.18.
what does this error means & how do i find what device requires IRQ 7

thanx.

trickykid 07-24-2002 02:55 AM

Re: Linux error message
 
Quote:

Originally posted by root
hi guys,
i need ur help.
i see this error very commonly ' SPURIOUS 8259A interrupt: IRQ7
i recently compiled my version of kernel 2.4.18.
what does this error means & how do i find what device requires IRQ 7

thanx.

Try either the command:

dmesg

or

cat /proc/interrupts

or if you think its a pci device

cat /proc/pci

abrakadabra 07-26-2002 02:31 PM

Hi root, just a few questions here. Since when did you start getting this error? did you add any hardware/software to your system? IRQ 7 is usually for a parallel port (LPT1) I/O Address 378h. So, if your system is complaining in IRQ 7, I'd check what device is using or conflicting with it. Also, like trickykid suggested check your /proc directory for additional information or clues.

good luck!

:study:


All times are GMT -5. The time now is 11:35 PM.