You are not logged in.
I've had the same issue with a similar setup. I downgraded some packages and the behavior stopped, here's the command for this workaround:
sudo pacman -U https://archive.archlinux.org/packages/s/systemd/systemd-257.9-1-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/s/systemd-libs/systemd-libs-257.9-1-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/s/systemd-sysvcompat/systemd-sysvcompat-257.9-1-x86_64.pkg.tar.zst
Offline
I am experiencing issues with suspend after a recent system upgrade. In my case, the system suspends, it keeps suspended as long as I want, but when I tried to wake it up, it doesn't. There's no video output and the keybindings e.g. `systemctl poweroff` doesn't work. I tried logging into a TTY (ctrl+alt+fkeys) but the keybinding doesn't work.
I tried debugging the issue with `sudo journalctl -b -1` but couldn't find any relevant information. I tried many things like installing other kernels (e.g. `linux-lts`) and other versions of nvidia (e.g. `nvidia-open`), but the issue persisted. And I also tried downgraded many packages: linux, linux-headers, nvidia, etc.
Today I saw this issue and tried to downgrade to systemd 257.9 (`sudo downgrade systemd systemd-libs systemd-sysvcompat`), and it seems it fixed the problem.
It can be unrelated, since my laptop (Thinkpad p14s AMD Gen 2) doesn't have suspend issues, but it's an AMD iGPU, and my desktop has a Nvidia RTX 4090.
Offline
Offline