Suspend not able to come back with keyboard input
I was trying to figure out why over the last month or so I have not had success being able to come back from suspend. I was following this thread and rolled back https://discord.com/channels/1072614816579063828/1415975161017929859/1420931072811733064
However, I was unable to sucessfully suspend. The fans & lights are on. I've done troubleshooting via chatgpt, to get me at least here that it could be the gpu?
this is the output of
journalctl -b -1 | grep -i "suspend|resume"
https://paste.centos.org/view/f2ceb114
here is my device information
https://paste.centos.org/view/dbb718058 Replies
What motherboard do you have? Can you also post the output of
cat /proc/acpi/wakeup
and lspci -k
Device S-state Status Sysfs node
GPP3 S4 *disabled
GPP4 S4 *disabled
GPP5 S4 *disabled
GPP6 S4 *disabled
GP17 S4 *enabled pci:0000:00:08.1
XHC0 S4 *enabled pci:0000:12:00.3
XHC1 S4 *enabled pci:0000:12:00.4
XHC2 S4 *enabled pci:0000:13:00.0
GPP0 S4 *enabled pci:0000:00:01.1
SWUS S4 *enabled pci:0000:01:00.0
SWDS S4 *enabled pci:0000:02:00.0
GPP1 S4 *enabled pci:0000:00:01.2
GPP2 S4 *disabled
GPP7 S4 *enabled pci:0000:00:02.1
UP00 S4 *enabled pci:0000:05:00.0
DP00 S4 *enabled pci:0000:06:00.0
NV00 S4 *disabled
DP08 S4 *disabled
EP00 S4 *disabled
DP10 S4 *disabled
WN00 S4 *disabled
DP18 S4 *disabled
LN00 S4 *disabled
DP20 S4 *enabled pci:0000:06:04.0
NV00 S4 *disabled
DP28 S4 *enabled pci:0000:06:05.0
DP30 S4 *enabled pci:0000:06:06.0
EP00 S4 *disabled
DP38 S4 *enabled pci:0000:06:07.0
EP00 S4 *disabled
DP40 S4 *enabled pci:0000:06:08.0
DP48 S4 *enabled pci:0000:06:09.0
EP00 S4 *disabled
DP50 S4 *enabled pci:0000:06:0a.0
EP00 S4 *disabled pci:0000:0e:00.0
DP58 S4 *enabled pci:0000:06:0b.0
EP00 S4 *disabled pci:0000:0f:00.0
DP60 S4 *enabled pci:0000:06:0c.0
XH00 S4 *enabled pci:0000:10:00.0
DP68 S4 *enabled pci:0000:06:0d.0
SA00 S4 *disabled pci:0000:11:00.0
GPP8 S4 *disabled
motherboard: MSI MEG X670E ACE
I know the other thread was a gigabyte one, but my issue seemed so similar.
Worth disabling gpp0 to see if hat fixes the issue. https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate#PC_will_not_wake_from_sleep_on_A520I_and_B550I_motherboards. You'll want to use
echo GPP0 | sudo tee /proc/acpi/wakeup
instead of the command in that guide unless you change to the root user first. After that doublecheck if GPP0 is set to disabled and try to suspend if it is. If that fixes the issue you can either make a systemd service or udev rule to make it permanent as per the guide.oh my God that did it
It's usually that or an nvidia card causing that isue
cool! i followed the instructions and made the first part
thank you so much for the help!
Shoot I tried it again and it didn't work. I swear it worked the first time. I double checked and that GPP0 is still disabled in reboot.