Bug 477655
Summary: | Irq 16 disabled, mouse slow, can't shut down properly. | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tom Bjerck <tom> | ||||||||||||||||||
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||
Severity: | high | Docs Contact: | |||||||||||||||||||
Priority: | low | ||||||||||||||||||||
Version: | 10 | CC: | asender, contribs, cra, djaara, fedora, kernel-maint, quintela, redhat, redhat, tom | ||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||
Hardware: | i686 | ||||||||||||||||||||
OS: | Linux | ||||||||||||||||||||
Whiteboard: | |||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||
Last Closed: | 2009-04-14 12:49:45 UTC | Type: | --- | ||||||||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||||||||
Documentation: | --- | CRM: | |||||||||||||||||||
Verified Versions: | Category: | --- | |||||||||||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||
Embargoed: | |||||||||||||||||||||
Attachments: |
|
Description
Tom Bjerck
2008-12-22 18:19:36 UTC
Created attachment 327677 [details]
dmesg file
Created attachment 327678 [details]
/var/log/messages
Created attachment 327679 [details]
Output of lspci -nn
This error was produced on a Lenovo Thinkpad R61e. Created attachment 327680 [details]
Xorg.0.log.old
Created attachment 327718 [details]
Output of cat /proc/interrupts
No devices are plugged into any USB or PCMCIA slots. I am pretty sure my problem is connected to this one. I have a Dell Optiplex GX270, with the latest BIOS updates and a Maxtor SATA Disk. I was trying to install Fedora 10 in it, and everything was going ok, until I reboot for the first time. I got a "Disabling IRQ #18" message on the console, and after that the disk freezes, freezing also the whole shutdown process. After some debugging I found that I could easily reproduce the error by shutting down the network (service network stop), and sometimes can get the disk back to life by restarting the network (issuing a service network start). Created attachment 327990 [details]
dmesg
This dmesg has been generated in a boot with options "noapic irqpoll irqfixup"
Note that the noapic option only changed the trouble IRQ number, but solved no problem at all.
Also, note that I have no USB device connected, so the IRQ competition is only between e1000 and sata piix.
Created attachment 327991 [details]
Output of cat /proc/interrupts
Note the very high count of network/sata interrupts. They have raised a lot after the "service network stop" command. BTW, this remembers me: For some seconds the keyboard was not responsive after this command, probably because of the interrupt storm.
Created attachment 327992 [details]
Output of lspci -nn
Just in case...
As you can see, it just a plain simple Intel computer. If only Dell let me have some more BIOS options...
@Tom: you problem looks a lot like a dupe of Bug 474624 Tom, Could you please try each of the following kernel arguments and report : noirqdebug pci=msi --- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers I also am experiencing the same issue on Lenovo T61 Fedora 10 x86. Please email me if you require further details. Looks like a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=474624 pci=msi needs a newer kernel to fix this issue, probably 2.6.29, because the 2.6.27 kernel forcibly disables MSI on the GMA965 graphics chip, even with pci=msi. I'm closing this as a duplicate of #474624. *** This bug has been marked as a duplicate of bug 474624 *** |