Bug 2148
Summary: | ACPI: No IRQ known ... - using IRQ 255 | ||
---|---|---|---|
Product: | ACPI | Reporter: | Bjarni R (bre) |
Component: | Config-Interrupts | Assignee: | Len Brown (lenb) |
Status: | CLOSED CODE_FIX | ||
Severity: | low | CC: | acpi-bugzilla, kewav53608, riyeb98406, singletonclyde9 |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.2, 2.6.3 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | the fix |
Description
Bjarni R
2004-02-19 08:49:50 UTC
For your cardbus IRQ issue, please try the patch in http://bugme.osdl.org/attachment.cgi?id=1629&action=view. Created attachment 2682 [details]
the fix
Comments were correct, code was incorrect.
Here's the fix -- and it works:
pci_link-0414 [26] acpi_pci_link_set : Link disabled
ACPI: Unable to set IRQ for PCI Interrupt Link [PRQ7] (likely buggy ACPI BIOS).
Aborting ACPI-based IRQ routing. Try pci=noacpi or acpi=off
pci_irq-0262 [23] acpi_pci_irq_lookup : Invalid IRQ link routing entry
pci_irq-0316 [22] acpi_pci_irq_derive : Unable to derive IRQ for device
0000:02:07.0
ACPI: No IRQ known for interrupt pin A of device 0000:02:07.0 - using IRQ 11
closing shipped in 2.6.6 and on top of 2.4.27-pre2 |