Just to add another piece of info, I wrote a simple script to report lid
state every 5 seconds while I open and close the lid to see if kernel
properly sets/detects lid's state. The script is:

for i in {1..10}
do
        cat /proc/acpi/button/lid/*/state
        sleep 5
done


The results were:

state:      open
state:      open
state:      open
state:      closed
state:      closed
state:      closed
state:      closed
state:      closed
state:      closed
state:      open

It seems like acpi detects/sets the lid state properly.

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

Title:
  Closing laptop lid doesn't trigger suspend mode

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

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

Reply via email to