[SOLVED] Wake from suspend not working on Artix...computer never turns back on

Which Linux distro are you using?
Artix Linux (with Cinnamon desktop)

Which release version?
rolling release, last updated today

Which kernel are you using?
6.18.2-artix2-1

Which BIOS version are you using?
latest available

Which Framework Laptop 13 model are you using?
Core i7-1165G7


I recently switched from Arch to Artix to (1) get better support for XLibre, (2) replace KDE with another DE before KDE goes Wayland-only, and (3) get rid of systemd. It’s been pretty smooth so far, but I’ve noticed a pretty big problem with suspend. If the computer suspends, I can’t get it to wake up again without opening it up, disconnecting both batteries (main and CMOS), and putting it all back together. I wasn’t having this problem with Arch (or with Gentoo before it), which suggests something’s changed with the Artix installation. For now, I’ve gone into power settings and disabled suspend everywhere I can, but it’d be nice to get this running right.


Update: found the fix in the Artix forum: edit /etc/elogind/sleep.conf.d/10-elogind.conf to add the following:

SuspendMode=deep s2idle
MemorySleepMode=deep
SuspendState=freeze

1 Like