Suspend / Resume support

bhunachicken

Active member
I've had my laptop for about a year, and have never been able to bring the machine out of suspend. I'm trying to work out if this is a Clevo thing or a Linux thing.

Laptop is an AMD 4600U, 15.6" INITIA, 32GB RAM.

Whenever I suspend, the machine switches off (keyboard lights off, etc.), and the power light begins to blink.

However, pressing the power button, keyboard, mouse, etc. does nothing. I have to hold the power button to turn it off and then restart.

Running:

journalctl -b -1 -e

displays the follow, so all looks good.

Code:
Apr 29 09:37:21 <hostname> NetworkManager[825]: <info>  [1651221441.0526] device (p2p-dev-wlo1): state change: disconnected -> un>
Apr 29 09:37:21 <hostname> NetworkManager[825]: <info>  [1651221441.0527] manager: NetworkManager state is now ASLEEP
Apr 29 09:37:21 <hostname> NetworkManager[825]: <info>  [1651221441.0529] device (wlo1): state change: activated -> deactivating >
Apr 29 09:37:21 <hostname> dbus-daemon[824]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='>
Apr 29 09:37:21 <hostname> systemd[1]: Starting Network Manager Script Dispatcher Service...
Apr 29 09:37:21 <hostname> dbus-daemon[824]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Apr 29 09:37:21 <hostname> systemd[1]: Started Network Manager Script Dispatcher Service.
Apr 29 09:37:21 <hostname> kernel: wlo1: deauthenticating from a0:04:60:43:fe:7c by local choice (Reason: 3=DEAUTH_LEAVING)
Apr 29 09:37:21 <hostname> wpa_supplicant[851]: wlo1: CTRL-EVENT-DISCONNECTED bssid=a0:04:60:43:fe:7c reason=3 locally_generated=1
Apr 29 09:37:21 <hostname> wpa_supplicant[851]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Apr 29 09:37:21 <hostname> NetworkManager[825]: <info>  [1651221441.2533] device (wlo1): state change: deactivating -> disconnect>
Apr 29 09:37:21 <hostname> avahi-daemon[821]: Withdrawing address record for fe80::3673:2ee7:c977:51bf on wlo1.
Apr 29 09:37:21 <hostname> avahi-daemon[821]: Leaving mDNS multicast group on interface wlo1.IPv6 with address fe80::3673:2ee7:c9>
Apr 29 09:37:21 <hostname> avahi-daemon[821]: Interface wlo1.IPv6 no longer relevant for mDNS.
Apr 29 09:37:21 <hostname> wpa_supplicant[851]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-9999 noise=9999 txrate=0
Apr 29 09:37:21 <hostname> NetworkManager[825]: <info>  [1651221441.2962] dhcp4 (wlo1): canceled DHCP transaction
Apr 29 09:37:21 <hostname> NetworkManager[825]: <info>  [1651221441.2963] dhcp4 (wlo1): activation: beginning transaction (timeou>
Apr 29 09:37:21 <hostname> NetworkManager[825]: <info>  [1651221441.2963] dhcp4 (wlo1): state changed no lease
Apr 29 09:37:21 <hostname> NetworkManager[825]: <info>  [1651221441.2964] dhcp6 (wlo1): canceled DHCP transaction
Apr 29 09:37:21 <hostname> avahi-daemon[821]: Withdrawing address record for 192.168.1.128 on wlo1.
Apr 29 09:37:21 <hostname> avahi-daemon[821]: Leaving mDNS multicast group on interface wlo1.IPv4 with address 192.168.1.128.
Apr 29 09:37:21 <hostname> avahi-daemon[821]: Interface wlo1.IPv4 no longer relevant for mDNS.
Apr 29 09:37:21 <hostname> systemd-resolved[790]: wlo1: Bus client set default route setting: no
Apr 29 09:37:21 <hostname> systemd-resolved[790]: wlo1: Bus client reset DNS server list.
Apr 29 09:37:21 <hostname> NetworkManager[825]: <info>  [1651221441.3250] device (wlo1): supplicant interface state: completed ->>
Apr 29 09:37:21 <hostname> NetworkManager[825]: <info>  [1651221441.3252] device (wlo1): state change: disconnected -> unmanaged >
Apr 29 09:37:21 <hostname> wpa_supplicant[851]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Apr 29 09:37:21 <hostname> wpa_supplicant[851]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Apr 29 09:37:21 <hostname> wpa_supplicant[851]: nl80211: deinit ifname=p2p-dev-wlo1 disabled_11b_rates=0
Apr 29 09:37:21 <hostname> systemd[1]: Reached target Sleep.
Apr 29 09:37:21 <hostname> systemd[1]: Starting Record successful boot for GRUB...
Apr 29 09:37:21 <hostname> systemd[1]: Starting System Suspend...
Apr 29 09:37:21 <hostname> systemd[1]: grub-common.service: Deactivated successfully.
Apr 29 09:37:21 <hostname> systemd[1]: Finished Record successful boot for GRUB.
Apr 29 09:37:21 <hostname> systemd-sleep[15224]: Entering sleep state 'suspend'...

I'm currently using kernel:

5.15.0-27-generic

Any thoughts as to the cause / solution?
 

ajgreeny

Member
What distro are you using? You have given us a lot of detailed info but not that one bit of information that may be very useful
 

Mnemonic

Bronze Level Poster
I had similar issues on my Defiance II a while back. The workaround for me was to open the lid (which would start the laptop again, but with a black screen), then pressed ALT + CTRL + F2, then ALT + CTRL + F1. That would bring everything back to life. I now have a laptop with a Ryzen 7 4800H, and everything "just works" (on Arch Linux, 5.17 kernel). It looks like there's gonna be a lot more AMD fixes/support in the 5.18 kernel (which is due to drop any day now).

Try installing the 5.17 kernel, it has a whole bunch of AMD fixes/patches.
 
Top