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/dbb71805
9 Replies
biebel
biebel2mo ago
What motherboard do you have? Can you also post the output of cat /proc/acpi/wakeupand lspci -k
chlor8
chlor8OP2mo ago
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
chlor8
chlor8OP2mo ago
chlor8
chlor8OP2mo ago
motherboard: MSI MEG X670E ACE I know the other thread was a gigabyte one, but my issue seemed so similar.
biebel
biebel2mo ago
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.
chlor8
chlor8OP2mo ago
oh my God that did it
biebel
biebel2mo ago
It's usually that or an nvidia card causing that isue
chlor8
chlor8OP2mo ago
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. something is up with my gpu I think 1611: Sep 29 20:46:34 bazzite kernel: printk: Suspending console(s) (use no_console_suspend to debug) 1612: Sep 29 20:46:34 bazzite kernel: queueing ieee80211 work while going to suspend 1615: Sep 29 20:46:34 bazzite kernel: PM: suspend devices took 0.128 seconds 1640: Sep 29 20:46:34 bazzite kernel: amdgpu 0000:03:00.0: PM: pci_pm_suspend_noirq(): amdgpu_pmops_suspend_noirq [amdgpu] returns -62 1641: Sep 29 20:46:34 bazzite kernel: amdgpu 0000:03:00.0: PM: dpm_run_callback(): pci_pm_suspend_noirq returns -62 1642: Sep 29 20:46:34 bazzite kernel: amdgpu 0000:03:00.0: PM: failed to suspend async noirq: error -62 1643: Sep 29 20:46:34 bazzite kernel: PM: noirq suspend of devices failed 1644: Sep 29 20:46:34 bazzite kernel: xhci_hcd 0000:10:00.0: xHC error in resume, USBSTS 0x401, Reinit
chlor8
chlor8OP2mo ago
Ended up putting in a bug on github if anyone sees this https://github.com/ublue-os/bazzite/issues/3275
GitHub
Unable to return from suspend issues on MSI / AMD setup · Issue #3...
Describe the bug I am trying to use the suspend feature, but when I try and use my keyboard or mouse - it does not wake up. Main syptoms Monitor powers off. Fans and LEDs stay on. Power button does...

Did you find this page helpful?