All of lore.kernel.org
 help / color / mirror / Atom feed
* Spurious 8259A Interrupt IRQ 7
@ 2003-06-22 22:20 war
  2003-06-22 22:47 ` Alan Cox
  2003-06-23  6:11 ` Felipe Alfaro Solana
  0 siblings, 2 replies; 5+ messages in thread
From: war @ 2003-06-22 22:20 UTC (permalink / raw)
  To: linux-kernel

Jun 22 09:29:51 p500 kernel: spurious 8259A interrupt: IRQ7.

# cat /proc/interrupts 
           CPU0       
  0:    6486628          XT-PIC  timer
  1:          6          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  4:     647546          XT-PIC  serial
  5:          0          XT-PIC  Crystal audio controller
  8:          1          XT-PIC  rtc
  9:    3548883          XT-PIC  eth2, eth3
 11:    2601852          XT-PIC  ide2, ide3, eth0, eth1
 12:         38          XT-PIC  PS/2 Mouse
 14:     121950          XT-PIC  ide0
 15:         25          XT-PIC  ide1
NMI:          0 
LOC:    6486487 
ERR:         11
MIS:          0

Is there anyway to narrow down what could be causing this error, as nothing uses IRQ7?

The system is a Dell Optiplex GX1 \bp.

http://docs.us.dell.com/docs/systems/d_gx1p/irq.htm

It says IRQ7 is the parallel port.

I have the parallel port disabled on \b\b\bin the bios.

http://www.ussg.iu.edu/hypermail/linux/kernel/0301.2/0960.html

An earlier thread on LKML, a lot of different opn\binions as to if this is a serious problem or not and what to do about it.

Should I take each board out and run the system until I see the message again?

I've only seen this message once.

Today that is.

Using all PCI nics.

kern.warn:Jun 10 23:30:43 p500 kernel: spurious 8259A interrupt: IRQ7.
kern.warn:Jun 11 22:29:44 p500 kernel: spurious 8259A interrupt: IRQ7.
kern.warn:Jun 14 20:24:34 p500 kernel: spurious 8259A interrupt: IRQ7.
kern.warn:Jun 20 00:10:24 p500 kernel: spurious 8259A interrupt: IRQ7.

Could this have anything to do with using the onboard ISA Sound card?

(It uses IRQ5).

I am using Kernel 2.4.21.

 linux-2.4.21.tar.bz2 . . . . . . Jun 13 14:52  27865k

And those logs go back to the 10th, before I was running 2.4.20, so it is nothing to do with the kernel.

What did *I* change?

The only I\bthing I've recently change w\b\bd was: I went from 3 ISA boae\brds to PCI

and took out an ol d\b\bd ATA/100 board and put in a ATA/133 board (Promise) (both)

the 3isas were 5\b3com 90\b\b509s, 2 TP only, 1 aui,bnc,tp

it is the same configuration now but with PCI and 3com 905bs (2), and 1 3com 900 combo (pci)

here is lspci output

00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0e.0 Unknown mass storage controller: Promise Technology, Inc. 20269 (rev 02)
00:0f.0 PCI bridge: Digital Equipment Corporation DECchip 21152 (rev 03)
00:11.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 24)
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c)
02:09.0 Ethernet controller: 3Com Corporation 3c900 Combo [Boomerang]
02:0a.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
02:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)

what would be the best way to determine what is causing his \b\b\b\bthis problem?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Spurious 8259A Interrupt IRQ 7
  2003-06-22 22:20 Spurious 8259A Interrupt IRQ 7 war
@ 2003-06-22 22:47 ` Alan Cox
  2003-06-22 23:01   ` war
  2003-06-22 23:27   ` war
  2003-06-23  6:11 ` Felipe Alfaro Solana
  1 sibling, 2 replies; 5+ messages in thread
From: Alan Cox @ 2003-06-22 22:47 UTC (permalink / raw)
  To: war; +Cc: Linux Kernel Mailing List

IRQ7 is raised if an interrupt appears and then vanishes again before it
can be serviced. For 2.4.20/21 at least it can occur from the IDE layer
and maybe others


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Spurious 8259A Interrupt IRQ 7
  2003-06-22 22:47 ` Alan Cox
@ 2003-06-22 23:01   ` war
  2003-06-22 23:27   ` war
  1 sibling, 0 replies; 5+ messages in thread
From: war @ 2003-06-22 23:01 UTC (permalink / raw)
  To: Alan Cox; +Cc: Linux Kernel Mailing List

I will put my old ATA/100 board (Promise ATA/100 TX1) back in the box and
remove the ATA/133 (Promise TX2) and see if there are any more of these
spurious msgs.


On Sun, 22 Jun 2003, Alan Cox wrote:

> IRQ7 is raised if an interrupt appears and then vanishes again before it
> can be serviced. For 2.4.20/21 at least it can occur from the IDE layer
> and maybe others
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Spurious 8259A Interrupt IRQ 7
  2003-06-22 22:47 ` Alan Cox
  2003-06-22 23:01   ` war
@ 2003-06-22 23:27   ` war
  1 sibling, 0 replies; 5+ messages in thread
From: war @ 2003-06-22 23:27 UTC (permalink / raw)
  To: Alan Cox; +Cc: Linux Kernel Mailing List

Also, I am not sure how the IO-APIC & IRQ routing work, however, with the
ATA/100 TX1 (first generation promise controller, the interrupts are
shared differently.

Whether this makes a difference or has anything to do with the spurious
interrupts/messages, I am not sure.

Before:

# cat /proc/interrupts
CPU0
0: 6486628 XT-PIC timer
1: 6 XT-PIC keyboard
2: 0 XT-PIC cascade
4: 647546 XT-PIC serial
5: 0 XT-PIC Crystal audio controller
8: 1 XT-PIC rtc
9: 3548883 XT-PIC eth2, eth3
11: 2601852 XT-PIC ide2, ide3, eth0, eth1
12: 38 XT-PIC PS/2 Mouse
14: 121950 XT-PIC ide0
15: 25 XT-PIC ide1
NMI: 0
LOC: 6486487
ERR: 11
MIS: 0

After:

           CPU0
  0:      22081          XT-PIC  timer
  1:          6          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  4:       2061          XT-PIC  serial
  5:          0          XT-PIC  Crystal audio controller
  8:          1          XT-PIC  rtc
  9:       4233          XT-PIC  eth2, eth3
 10:         37          XT-PIC  ide2, ide3
 11:       2071          XT-PIC  eth0, eth1
 12:         38          XT-PIC  PS/2 Mouse
 14:       6037          XT-PIC  ide0
 15:         24          XT-PIC  ide1
NMI:          0
LOC:      22032
ERR:          0
MIS:          0

Now to see if I get any more of these spurious interrupts...

On Sun, 22 Jun 2003, Alan Cox wrote:

> IRQ7 is raised if an interrupt appears and then vanishes again before it
> can be serviced. For 2.4.20/21 at least it can occur from the IDE layer
> and maybe others
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Spurious 8259A Interrupt IRQ 7
  2003-06-22 22:20 Spurious 8259A Interrupt IRQ 7 war
  2003-06-22 22:47 ` Alan Cox
@ 2003-06-23  6:11 ` Felipe Alfaro Solana
  1 sibling, 0 replies; 5+ messages in thread
From: Felipe Alfaro Solana @ 2003-06-23  6:11 UTC (permalink / raw)
  To: war; +Cc: LKML

On Mon, 2003-06-23 at 00:20, war@lucidpixels.com wrote:
> Jun 22 09:29:51 p500 kernel: spurious 8259A interrupt: IRQ7.

I'm also seeing this on my NEC Chrom@ laptop, just at the very end of
the boot stage, just before X starts up.

> # cat /proc/interrupts 
>            CPU0       
>   0:    6486628          XT-PIC  timer
>   1:          6          XT-PIC  keyboard
>   2:          0          XT-PIC  cascade
>   4:     647546          XT-PIC  serial
>   5:          0          XT-PIC  Crystal audio controller
>   8:          1          XT-PIC  rtc
>   9:    3548883          XT-PIC  eth2, eth3
>  11:    2601852          XT-PIC  ide2, ide3, eth0, eth1
>  12:         38          XT-PIC  PS/2 Mouse
>  14:     121950          XT-PIC  ide0
>  15:         25          XT-PIC  ide1
> NMI:          0 
> LOC:    6486487 
> ERR:         11
> MIS:          0
> 
> Is there anyway to narrow down what could be causing this error, as nothing uses IRQ7?
> 
> The system is a Dell Optiplex GX1 \bp.
> 
> http://docs.us.dell.com/docs/systems/d_gx1p/irq.htm
> 
> It says IRQ7 is the parallel port.
> 
> I have the parallel port disabled on \b\b\bin the bios.
> 
> http://www.ussg.iu.edu/hypermail/linux/kernel/0301.2/0960.html
> 
> An earlier thread on LKML, a lot of different opn\binions as to if this is a serious problem or not and what to do about it.
> 
> Should I take each board out and run the system until I see the message again?
> 
> I've only seen this message once.
> 
> Today that is.
> 
> Using all PCI nics.
> 
> kern.warn:Jun 10 23:30:43 p500 kernel: spurious 8259A interrupt: IRQ7.
> kern.warn:Jun 11 22:29:44 p500 kernel: spurious 8259A interrupt: IRQ7.
> kern.warn:Jun 14 20:24:34 p500 kernel: spurious 8259A interrupt: IRQ7.
> kern.warn:Jun 20 00:10:24 p500 kernel: spurious 8259A interrupt: IRQ7.
> 
> Could this have anything to do with using the onboard ISA Sound card?
> 
> (It uses IRQ5).
> 
> I am using Kernel 2.4.21.
> 
>  linux-2.4.21.tar.bz2 . . . . . . Jun 13 14:52  27865k
> 
> And those logs go back to the 10th, before I was running 2.4.20, so it is nothing to do with the kernel.
> 
> What did *I* change?
> 
> The only I\bthing I've recently change w\b\bd was: I went from 3 ISA boae\brds to PCI
> 
> and took out an ol d\b\bd ATA/100 board and put in a ATA/133 board (Promise) (both)
> 
> the 3isas were 5\b3com 90\b\b509s, 2 TP only, 1 aui,bnc,tp
> 
> it is the same configuration now but with PCI and 3com 905bs (2), and 1 3com 900 combo (pci)
> 
> here is lspci output
> 
> 00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
> 00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
> 00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
> 00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
> 00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
> 00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
> 00:0e.0 Unknown mass storage controller: Promise Technology, Inc. 20269 (rev 02)
> 00:0f.0 PCI bridge: Digital Equipment Corporation DECchip 21152 (rev 03)
> 00:11.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 24)
> 01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c)
> 02:09.0 Ethernet controller: 3Com Corporation 3c900 Combo [Boomerang]
> 02:0a.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
> 02:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
> 
> what would be the best way to determine what is causing his \b\b\b\bthis problem?


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-06-23  5:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-22 22:20 Spurious 8259A Interrupt IRQ 7 war
2003-06-22 22:47 ` Alan Cox
2003-06-22 23:01   ` war
2003-06-22 23:27   ` war
2003-06-23  6:11 ` Felipe Alfaro Solana

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.