OK, I reverted back to BIOS P2.20 and attempted to create the DSDT.
I patched the "Generic (BIOS 2.20)" and ALC892 Audio and got two errors after hitting fix.
The first error was," 2375, Warning, ResourceTag larger than Field (Tag: 64 bits, Field: 32 bits)
Method (_SRS, 1, Serialized)
{
CreateWordField (Arg0, One, IRQ0)
FindSetRightBit (IRQ0, Local0)
Decrement (Local0)
Store (Local0, PCRC)
}
The second error was, " 10511, error, _HID suffix must be all hex digits (GH)"
Device (_SB.PCI0.DOCK)
{
Name (_HID, "ABCDEFGH")
Name (_CID, EisaId ("PNP0C15"))
Name (_UID, 0x02)
Method (_STA, 0, NotSerialized)
{
Return (Zero)
}
}
Any clues?
-=Mark=-