Skip to content

Instantly share code, notes, and snippets.

@mlabieniec
Created December 8, 2020 23:07
Show Gist options
  • Save mlabieniec/345935789e048e53d8b387ba1e4d30b1 to your computer and use it in GitHub Desktop.
Save mlabieniec/345935789e048e53d8b387ba1e4d30b1 to your computer and use it in GitHub Desktop.
Macbook Pro Ubuntu 20.10+ suspend fix
#!/bin/sh -e
# Disables the lid (you would need to use the power button)
# echo LID0 > /proc/acpi/wakeup
# Disables (I think) the yubikey usb which i think fires the wake event causing suspend to not work
echo XHC1 > /proc/acpi/wakeup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment