Computer wont wake after sleep

My computer appears to hang when attempting to put it to sleep. I can hear the fans still running and see drive activity. Yet according to the journal it goes to sleep. Seems to be a recent issue. I would say roughly a month ago this was working. I have tried the 5.4 kernel line and have the same issue as well.

uname -r
5.10.61-1-MANJARO

-- Journal begins at Sat 2021-07-31 18:10:11 PDT, ends at Tue 2021-09-07 06:24:34 PDT. --
Sep 06 11:52:31 mj kernel: PM: suspend entry (deep)
Sep 06 11:52:31 mj systemd-sleep[12536]: Suspending system...
░░ Subject: System sleep state suspend entered
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ The system has now entered the suspend sleep state.
Sep 06 11:52:30 mj systemd[1]: Starting System Suspend...
░░ Subject: A start job for unit systemd-suspend.service has begun execution
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ A start job for unit systemd-suspend.service has begun execution.
░░ 
░░ The job identifier is 3153.
Sep 06 11:52:30 mj systemd[1]: Reached target Sleep.
░░ Subject: A start job for unit sleep.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░ 
░░ A start job for unit sleep.target has finished successfully.
░░ 
░░ The job identifier is 3154.
Sep 06 11:52:30 mj kscreenlocker_greet[12518]: Qt: Session management error: networkIdsList argument is NULL
Sep 06 11:52:30 mj kded5[1365]: plasma-nm: Network connectivity limited, scheduling notification
Sep 06 11:52:30 mj kded5[1365]: plasma-nm: Not emitting connection deactivated notification as we're about to suspend
Sep 06 11:52:30 mj kernel: r8169 0000:02:00.0 enp2s0: Link is Down
Sep 06 11:52:30 mj NetworkManager[549]: <info>  [1630954350.4088] device (enp2s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: '>
Sep 06 11:52:30 mj avahi-daemon[546]: Interface enp2s0.IPv4 no longer relevant for mDNS.

Hello @notzippy :wink:

Please post the full log:

journalctl --boot -1 | sed -n -r "/Starting.+Suspend/,/Finished.+Suspend/p"

OK here it is

journalctl --boot -1 | sed -n -r "/Starting.+Suspend/,/Finished.+Suspend/p"
Sep 06 11:52:30 mj systemd[1]: Starting System Suspend...
Sep 06 11:52:31 mj systemd-sleep[12536]: Suspending system...
Sep 06 11:52:31 mj kernel: PM: suspend entry (deep)

I had lot of problems in past to wake up my system.
Not only manjaro but several distros, if not all distros.
I don’t have any issue anymore since kernel 5.11 or 5.12, I don’t remember, without changing anything.

I would advice you to give a try with the last kernel e.g. 5.14.
I am not with 5.14 yet, but everything is fine with 5.13 on my side

Nothing more? Weird…

Try to tinker with your UEFI or BIOS, maybe you need to set something there?

Also try different kernels like @yannssolo suggest.

:crossed_fingers:

1 Like

Thanks for the replies.

Tried a new kernel (5.13.1) - no difference
Tried resetting BIOS - no difference

Im going to try booting from a usb and see if that allows the pc to suspend properly, if it does at least I have something to work back from. Ill post results as I find them here…

1 Like

I think @megavolt meant to try changing settings in the BIOS related to power management and sleep. (Check for supported “power” or “sleep” states, such as S3, S4, S5, etc.)

Check other menus in your BIOS as well.

While we’re at it, which GPU / driver are you using? Is this a desktop or laptop?

Sorry for the late reply, I have an old ATI HD 6970 graphics card. I’m leaning toward that being the issue since even when I reboot into the Manjaro on USB install disk it fails to wake. Im going to blame this on old hardware and mark resolved

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.