I am currently using i3wm (with no display manager) and can’t seem to wake from suspend/hibernate. I used to be able to switch TTYs and restart X11 when the system would become unresponsive after suspending automatically. Right now I get a system crash (system does not respond to anything, and I need to hold down the power button).
Looking at journalctl I found that the nvidia-sleep.sh
May 06 22:27:15 Arch-Desktop nvidia-sleep.sh[13808]: /usr/bin/nvidia-sleep.sh: line 20: echo: write error: Input/output error
May 06 22:27:15 Arch-Desktop systemd[1]: nvidia-suspend.service: Main process exited, code=exited, status=1/FAILURE
May 06 22:27:15 Arch-Desktop systemd[1]: nvidia-suspend.service: Failed with result 'exit-code'.
May 06 22:27:15 Arch-Desktop systemd[1]: Failed to start NVIDIA system suspend actions.
May 06 22:27:15 Arch-Desktop systemd[1]: Dependency failed for Suspend.
May 06 22:27:15 Arch-Desktop systemd[1]: Dependency failed for Suspend
I tried to change the permissions of the effected file but that did not help.
Can I get some help on this issue?