http://bugzilla.kernel.org/show_bug.cgi?id=11691





------- Comment #22 from [EMAIL PROTECTED]  2008-10-12 18:08 -------
Hi, Terry
    "acpi.power_nocheck=1" is a boot option(kernel parameters). And it should
be added to kernel cmdline parameters.

    From the acpidump it seems that the problem is related with your BIOS.
    >PowerResource (FN00, 0x00, 0x0000)
        {
            Method (_STA, 0, Serialized)
            {
                If (LEqual (FANS, Zero))
                {
                    Return (Zero)
                }
                Else
                {
                    Return (One)
                }
            } // the _STA method of power resource can't return the correct
status of power resource

            Method (_ON, 0, Serialized)
            {
            }

            Method (_OFF, 0, Serialized)
            {
            }//bogus definition of _ON/_OFF ACPI method

     Will you please also try the two patches in
http://bugzilla.kernel.org/show_bug.cgi?id=9485#C20,C21 and see whether the
problem still exists?(Of course the patch set in comment #1 is still required.
And they should be applied firstly. The boot option of "acpi.power_nocheck=1"
is also needed).
    thanks.



-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to