[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open
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 https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a direct subscriber of the bug. -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 100110] Re: 18 seconds ACPI delay while booting due to DSDT
please attach the acpidump output, with the latest pmtools at http://www.lesswatts.org/projects/acpi/utilities.php -- 18 seconds ACPI delay while booting due to DSDT https://bugs.launchpad.net/bugs/100110 You received this bug notification because you are a direct subscriber of the bug. -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open
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 You received this bug notification because you are a direct subscriber of the bug. -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open
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 You received this bug notification because you are a direct subscriber of the bug. -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open
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 https://bugs.launchpad.net/bugs/34389 You received this bug notification because you are a direct subscriber of the bug. -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open
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 notification because you are a direct subscriber of the bug. -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open
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 > /sys/module/acpi/parameters/trace_method_name 5. echo 1 > /sys/module/acpi/parameters/trace_state 6. cat /proc/acpi/button/lid/LID0/state 7. attach the dmesg output here. -- 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. -- ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open
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 subscriber of the bug. -- ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open
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. -- ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open
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 in _LID" http://launchpadlibrarian.net/24237214/DSDT.hex -- 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. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open
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 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. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
[Bug 34389] Re: Lid state is incorrect (closed) after resume with lid open
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 http://www.lesswatts.org/projects/acpi/utilities.php BTW, don't forget to add the model name of your laptop. -- 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. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H ___ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla