Laptop can't wake from suspend

try with this parameter:
open this file:
etc/default/grub
and edit this line: GRUB_CMDLINE_LINUX_DEFAULT - inside the quotes add this parameter:
mem_sleep_default=deep
dont remove anything from there, just add it to existing one, save the file and update grub:
sudo update-grub
reboot and test

1 Like