Frequently Asked Question

Laptop Wakes up From Suspend
Last Updated 6 years ago

List all devices that are allowed to wake the laptop up
cat /proc/acpi/wakeup


Disable any but lid for example the device XHC1
sudo sh -c "echo XHC1 > /proc/acpi/wakeup"


Add just this line to /etc/rc.local to enable on startup
sh -c "echo XHC1 > /proc/acpi/wakeup"

Please Wait!

Please wait... it will take a second!