[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2011-07-13 Thread Brad Figg
This bug was filed against a series that is no longer supported and so is being marked as Won't Fix. If this issue still exists in supported series, please file a new bug. ** Changed in: linux (Ubuntu) Status: Triaged = Won't Fix -- You received this bug notification because you are

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2011-01-12 Thread Jeremy Foshee
** Changed in: linux (Ubuntu) Assignee: TJ (intuitivenipple) = (unassigned) ** Changed in: linux (Ubuntu) Status: In Progress = Triaged -- You received this bug notification because you are a direct subscriber of the bug. https://bugs.launchpad.net/bugs/34389 Title: Lid state is

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2010-04-12 Thread Davidiam
Thank you! it is working now! -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a direct subscriber of the bug. --

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2010-04-07 Thread Davidiam
Rui Could you please fix my DSDT vaio vpcw120al, it detects de Lid state correct , open and close but at boot it always state close so if I unplug power cord it goes to sleep unless y intensionally close and open the lid before I unplug the cord then it works correctly , so apparently at boot

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2010-04-07 Thread Zhang Rui
Davidiam, please try the custom DSDT attached. ** Attachment added: custom DSDT: Fix a problem that LIDS is always set to 1 during initialization. http://launchpadlibrarian.net/43399250/dsdt.hex -- Lid state is incorrect (closed) after resume with lid open

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-10-25 Thread zhangx
I can also confirm this bug is still present with 2.6.31.13-386 kernel in Ubuntu 9.10rc on my Dell Inspiron 700m. -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a direct subscriber of the

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-04-12 Thread Zhang Rui
So, this is clearly a BIOS problem to me and we can not fix/workaround it in kernel. And I think users need to use the customized DSDT as a workaround. IMO, the bug can be closed. thanks, rui -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-04-10 Thread Joonas Saarinen
Wow, it really works now. Great job. :) -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a direct subscriber of the bug.

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-04-09 Thread Joonas Saarinen
Retested with 2.6.28 (Ubuntu source), dmesg attached. All the debug parameters are now present, yet the log looks pretty much the same as before... I can also test with an even more recent vanilla kernel if needed. For that I will need a .hex file again, because I couldn't see any initrd aml

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-04-09 Thread Zhang Rui
hah, I see what the problem is. this customized DSDT should fix the problem for you, please give it a try. ** Attachment added: customized DSDT http://launchpadlibrarian.net/25174939/DSDT.aml -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-04-06 Thread Zhang Rui
please try a new kernel, say 2.6.29. I'm not sure if the ACPI trace stuff is introduced in 2.6.24 or not, but try a vanilla 2.6.29 kernel would be a better choice here. -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389 You received this bug

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-04-06 Thread Zhang Rui
BTW, please clear acpi debug_level and debug_layer before the test. i.e. additional to the previous test, please 0.5. echo 0 /sys/module/acpi/parameters/debug_layer 0.6. echo 0 /sys/module/acpi/parameters/debug_level -- Lid state is incorrect (closed) after resume with lid open

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-04-05 Thread Joonas Saarinen
Ok. I compiled 2.6.24.6 with CONFIG_ACPI_DEBUG and CONFIG_ACPI_DEBUG_FUNC_TRACE, although /sys/module/acpi/parameters contains only acpica_version, debug_layer and debug_level. I did the test anyway. ** Attachment added: dmesg-lid.txt http://launchpadlibrarian.net/24839385/dmesg-lid.txt --

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-03-31 Thread Joonas Saarinen
The lid triggers events normally now, but /proc/acpi/button/lid/LID0/state prints always state: unsupported. -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a direct subscriber of the bug.

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-03-31 Thread Joonas Saarinen
Note that I always wake up the machine using the power button, not lid. I don't know if this makes a difference though... -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a direct subscriber of

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-03-31 Thread Zhang Rui
please make sure that CONFIG_ACPI_DEBUG is set in your kernel config file, and then try this test, 1. dmesg -c 2. echo 0x /sys/module/acpi/parameters/trace_debug_layer 3. echo 0x /sys/module/acpi/parameters/trace_debug_level 4. echo _LID

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-03-30 Thread Joonas Saarinen
Hmm, the patched DSDT seems to flood ACPI lid events all the time. -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a direct subscriber of the bug.

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-03-30 Thread Zhang Rui
yes, you are right, now how about this DSDT. ** Attachment added: DSDT.aml http://launchpadlibrarian.net/24553306/DSDT.aml -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a direct

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-03-29 Thread Zhang Rui
DSDT.aml attached. ** Attachment added: customized DSDT http://launchpadlibrarian.net/24496998/DSDT.aml -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a direct subscriber of the bug.

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-03-28 Thread Joonas Saarinen
Zhang: Actually, could I have that as an .aml file? -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a direct subscriber of the bug.

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-03-24 Thread Joonas Saarinen
Thanks. It seems that requires a kernel recompile, I will look on that soon when I have more time. Never mind the talk about /etc/acpi, I rechecked and it seems the problem is present no matter what script is used to suspend. -- Lid state is incorrect (closed) after resume with lid open

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-03-22 Thread Zhang Rui
joonas, could you please try this customized DSDT to see if it helps? the lid state is set correctly if using the (I believe now obsolete) /etc/acpi scripts. what do you mean? the problem only exists when acpid is stopped? ** Attachment added: customized DSDT -- always refresh the lid state

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-03-21 Thread Joonas Saarinen
By the way, the lid state is set correctly if using the (I believe now obsolete) /etc/acpi scripts. -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a direct subscriber of the bug.

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-03-21 Thread Joonas Saarinen
Here goes. Earlier I posted some more details in bug #44825 which was marked as a duplicate of this one. ** Attachment added: acpidump.txt http://launchpadlibrarian.net/24186654/acpidump.txt -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-03-02 Thread Zhang Rui
okay. I got some similar problems (wrong lid state) before, and have root caused that they're BIOS problems and some of them can be fixed by overriding the DSDT. so it would be great if anyone with this problem can attach the acpidump here so that I can see if this is a duplicate. -- Lid state

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-03-01 Thread Zhang Rui
The incorrect Lid state problem seems like a Linux/ACPI bug. it would be great if you guys can file a new bug report at http://bugzilla.kernel.org/enter_bug.cgi?product=ACPI as this is the place we use to track ACPI kernel bugs. please attach the acpidump output by using the latest pmtools at

[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open

2009-02-27 Thread TJ
** Summary changed: - Lid state is incorrect on Dell Inspiron 700m + Lid state is incorrect (closed) after resume with lid open -- Lid state is incorrect (closed) after resume with lid open https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a direct