* Re: loosing interrupt 12 under Linux-2.4.Re: loosing interrupt 12 under Linux-2.4.[2-6]
@ 2001-07-10 8:39 Jon Burgess
0 siblings, 0 replies; only message in thread
From: Jon Burgess @ 2001-07-10 8:39 UTC (permalink / raw)
To: linux-kernel
I had a similar problem which was caused by an interaction between the BIOS and
Linux. The Ethernet NIC was assigned IRQ 12 by the BIOS because it had the PS/2
mouse disabled, however the kernel found the mouse and used IRQ12 for both the
mouse and the Ethernet card. The result was that the Ethernet card didn't work
properly and the system would occasionally freeze. The solution was to enable
the PS/2 mouse in the BIOS.
I didn't investigate the problem further once I had found a solution but my
guess is that there were two things at fault here:
- BIOS was at fault for not properly disabling the PS/2 device in the SuperIO
whiuch would have freed IRQ12.
- I think it might be an error for a PCI device (the NIC) to share an IRQ with
an ISA device (PS/2 mouse). Perhaps the kernel should flag this?
Jon
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-07-10 8:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-10 8:39 loosing interrupt 12 under Linux-2.4.Re: loosing interrupt 12 under Linux-2.4.[2-6] Jon Burgess
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox