Bug 1120
Summary: | Kernel hangs when APIC/ACPI enabled | ||
---|---|---|---|
Product: | ACPI | Reporter: | Jonathan Heaney (agent_jdh) |
Component: | Config-Interrupts | Assignee: | Len Brown (lenb) |
Status: | CLOSED CODE_FIX | ||
Severity: | high | CC: | acpi-bugzilla, gj |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.0-test3-bk3 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 845 | ||
Attachments: |
Output of acpidmp
dmidecode output |
Description
Jonathan Heaney
2003-08-17 09:06:07 UTC
I really should be a bit more careful when filing bug reports... 1. System is VIA KT266A board, not AMD. 2. I went from bk1->bk3, NOT bk2->bk3, and from bk3->bk5 3. My mouse is a USB mouse, but USB stuff is compiled as modules. This bug is still present in 2.6.0-test3-bk6 and bk7. Yes, we're having problems with some via chips sets. Please confirm that cmdline "pci=noacpi" boots. If it doesn't, try "acpi=off". Can you attache the output of dmidecode? http://www.nongnu.org/dmidecode/ Also, if you're able to boot with ACPI enabled, attach a copy of /proc/acpi/dsdt If you can't boot with ACPI enabled, then attach a copy of acpidmp output. http://developer.intel.com/technology/iapc/acpi/downloads/pmtools- 20010730.tar.gz Created attachment 680 [details]
Output of acpidmp
As requested...
I've not tried the kernel boot parameters method for disabling acpi, I just
rebuilt my kernel without APIC or ACPI. When it boots I don't get the PCI VIA
IRQ Fixup lines for my USB ports.
Created attachment 681 [details]
dmidecode output
Again, as requested.
Just tried 2.6.0-test4, still the same problem, but I tried adding 'pci=noacpi' boot option as advised, and the kernel boots OK with no PCI VIA IRQ Fixup messages. *** Bug 1245 has been marked as a duplicate of this bug. *** I've tried the via patch indicated in the other threads with kernel 2.6.0-test5-bk8, but it still will not boot unless I use the 'pci=noacpi' option. btw Mobo is an Epox 8KHA+ with KT266A chipset. any chance to get the dmesg through serial port?
>PCI VIA IRQ Fixup for 0000:00:11:2 from 15 to 11
wield, though your IRQ15 is free, ACPI will not use it. I guess your box
didn't use ACPI as IRQ router.
Well I thought I'd been keeping an eye on the changelogs, but somewhere along the line this seems to have been fixed without me noticing. I'm using the mm-sources kernel (2.4.60-test9 based), and it boots fine without the pci=noacpi option. dmesg output shows "PCI: Using ACPI for IRQ routing". There was a new Bios released for my motherboard at the weekend - the only fix listed for it is w.r.t. the AMD Applebred CPU though, so I don't know if this has anything to do with it. Anyway, it works now, so I'm not touching anything :-) |