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





------- Comment #11 from [EMAIL PROTECTED]  2008-01-01 17:53 -------
>> If you kill acpid and cat /proc/acpi/event,
>> do you see lid events on each lid action?
>cat  /proc/acpi/event
>seems about: 40 in 40 seconds show a lid message like this:
>video C055 00000080 00000000
>button/lid C1E9 00000080 00000259
It seems that GPE 0x1D is keeping on firing. Does this exist on a working
kernel?
Please set CONFIG_ACPI_DEBUG
and "echo 0x8800001f > /sys/module/acpi/parameters/debug_level"
and "echo 0x04 > /sys/module/acpi/parameters/debug_layer"
and attach the dmesg after closing and opening the lid.
Please do the same test in both a working kernel and a failed kernel.

>Always says that is closed, when I'm pressing or not in the id button.  
            Method (_LID, 0, NotSerialized)
            {
                Store (0x00, Local0)
                If (And (\_SB.C002.C003.C099, 0x2000))
                {
                    Store (0x01, Local0)
                }

                Return (Local0)
            }
            OperationRegion (C097, SystemIO, 0x1100, 0x3C)
            Field (C097, AnyAcc, NoLock, Preserve)
            {
                        Offset (0x0C),
                C098,   32,
                        Offset (0x2C),
                C099,   32,
                        Offset (0x38),
                C09A,   16
            }

Hmm, what does C099 stands for? Please attch the output of lspci -vvxxx.


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to