2004-04-08, 09:02 PM
The warnings I get while booting:
Quote:ACPI: Subsystem revision 20040326 ACPI-0562: *** Warning: Type override - [DEB_] had invalid type (Integer) for Scope operator, changed to (Scope)
ACPI-0562: *** Warning: Type override - [MLIB] had invalid type (Integer) for Scope operator, changed to (Scope)
ACPI-0562: *** Warning: Type override - [iO__] had invalid type (Integer) for Scope operator, changed to (Scope)
ACPI-0562: *** Warning: Type override - [DATA] had invalid type (String) for Scope operator, changed to (Scope)
ACPI-0562: *** Warning: Type override - [sIO_] had invalid type (String) for Scope operator, changed to (Scope)
ACPI-0562: *** Warning: Type override - [sB__] had invalid type (String) for Scope operator, changed to (Scope)
ACPI-0562: *** Warning: Type override - [PM__] had invalid type (String) for Scope operator, changed to (Scope)
ACPI-0562: *** Warning: Type override - [iCNT] had invalid type (String) for Scope operator, changed to (Scope)
ACPI-0562: *** Warning: Type override - [ACPI] had invalid type (String) for Scope operator, changed to (Scope)
ACPI-0562: *** Warning: Type override - [OSB4] had invalid type (String) for Scope operator, changed to (Scope)
ACPI-0562: *** Warning: Type override - [PM__] had invalid type (String) for Scope operator, changed to (Scope)
ACPI-0562: *** Warning: Type override - [bIOS] had invalid type (Integer) for Scope operator, changed to (Scope)
ACPI-0562: *** Warning: Type override - [CMOS] had invalid type (Integer) for Scope operator, changed to (Scope)
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [NRTH] (00:00)
PCI: Probing PCI hardware (bus 00)
ACPI: PCI Interrupt Routing Table [\_SB_.NRTH._PRT]
ACPI: PCI Root Bridge [PCI1] (00:00)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI1._PRT]
ACPI: PCI Interrupt Link [LN00] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN01] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN02] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN03] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN04] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN05] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN06] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN07] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN08] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN09] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN10] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN11] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN12] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN13] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN14] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LN15] (IRQs 3 4 5 7 9 11 12 14 15)
ACPI: PCI Interrupt Link [LNUS] (IRQs 10)
ACPI: Unable to set IRQ for PCI Interrupt Link [LNUS] (likely buggy ACPI BIOS). Aborting ACPI-based IRQ routing. Try pci=noacpi or acpi=off
With 'pci=noacpi' as kernel option, I still get the same error. Although acpi seems to work, because when I 'shutdown -h now' my servers' power is killed. When I add 'acpi=off' in the kernel option I get no errors on booting but on a 'shutdown -h now' I have to kill the power manually.
So, the thing is.. I dislike the error/warning of ACPI ... although it seems to work... I just feel the urge to fix it :)
-- TormentoR