Tom,

I removed the battery and did as you said to test the acpi.  Everything
worked.  I did get an error for badname.aml and it correctly loaded the
DSDT.aml

I did dmesg | grep DSDT and got the date you said that I should NOT
have.

dmesg | grep DSDT
[    0.000000] ACPI: DSDT 00000000daff1000 0AD57 (v02 LENOVO  IVB-CPT 00000000 
INTL 20061109)
[    0.130542] ACPI: EC: Look up EC in DSDT

Here is my original edit to the DSDT.dsl file:  Is this correct?  Do I
need the two slash marks after Sleep (50)?

  Method (WAEC, 0, NotSerialized)
        {
            Name (CUNT, 0x1E)
            While (LNotEqual (^PCI0.LPCB.EC0.BYFG, Zero))
            {
                Sleep (0x05)
                Decrement (CUNT)
                If (LEqual (CUNT, Zero))
                {
                    Store (Zero, ^PCI0.LPCB.EC0.BYFG)
                    Store (Zero, ^PCI0.LPCB.EC0.DRFG)
                    Break
                }
            }
            Sleep (50) //
        }

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1093217

Title:
  Ubuntu 12.04/12.10/13.04 10-20min boot delay (From 3.2.0.29->3.8.0.19)
  [Lenovo IdeaPad Z580]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1093217/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to