Troubleshoot Lid Suspend Issue | Generated by AI
Down again — no ping response. Likely auto-suspended or lid closed.
When you get to it, can you check:
- Was the lid closed? (That triggers suspend regardless of GNOME settings)
- Run
journalctl --since "5 min ago" -p warningto see what happened
We may need to also disable lid-close suspend in /etc/systemd/logind.conf:
HandleLidSwitch=ignore
HandleLidSwitchExternalPower=ignore
Want me to apply that fix once the machine is back up?