[SOLVED] Suspend doesn't work on my Fedora Workstation 41
from mypasswordis1234@lemmy.world to linux@lemmy.ml on 16 Jan 13:14
https://lemmy.world/post/24343399

SOLVED

Edit: Solved using workaround of creating a systemd service that disables GPP0 wakeup: forums.linuxmint.com/viewtopic.php?t=364220&start…


Hey everyone!

The suspend feature has never worked on my system, so I always turned it off in the settings. But now, with the electricity prices going up in my country (we have the most expensive electricity in Europe, lol), I figured it’s a good time to tackle this.

When the system tries to go into sleep mode, it just wakes up right away, and the monitors don’t show anything (no signal). I’ve got a backlit keyboard and an RGB mouse, but they don’t light up during this, and the caps lock key doesn’t respond when I press it.

I’m on kernel 6.12.7 and I updated the BIOS a few days ago, but the problem is still there.

My hardware:

If anyone has any ideas on how to fix this, I would really appreciate your help!

#linux

threaded - newest

Nilz@sopuli.xyz on 16 Jan 13:18 next collapse

Just to chime in I’m facing the same issue on Arch with a 5950X and 6900XT on a X570 Aorus Ultra. It has never really worked for me either.

narc0tic_bird@lemm.ee on 16 Jan 13:24 next collapse

Does this happen with the network cable unplugged?

mypasswordis1234@lemmy.world on 16 Jan 15:21 collapse

Yes. I just checked it, and the same problem is still happening.

Concave1142@lemmy.world on 16 Jan 13:40 next collapse

I had an issue recently where my new PC build would not shut down. It would power itself back on on every shutdown immediately.

Checked the bios and found that I had Wake on PCIe (something like that) enabled. Soon as I disabled it, I was able to shut down my PC.

My assumption is that I was shutting down my PC and my monitor still being on was causing my Asus mobo to see it as a turn on event.

mypasswordis1234@lemmy.world on 16 Jan 15:28 collapse

All “Wake on” things are disabled in my UEFI settings.

To be sure, I also reset the UEFI to have “clean” settings, but that didn’t help, unfortunately.

<img alt="" src="https://lemmy.world/pictrs/image/fa8c6729-361d-4146-a1ff-a6fb68c190d0.png">

Sustolic@lemmy.world on 16 Jan 13:47 collapse

This is a specific issue with several of the amd 500 series gigabyte motherboards, the only workaround is to disable GPP0 wakeup

You have to disabled it again every reboot so you will have to find a way to disable it automatically on boot

mypasswordis1234@lemmy.world on 16 Jan 15:35 collapse

Thank you very much! It works now!!! I used the disable-gpp0-wakeup service workaround from here. Unfortunately, I can’t wake my computer with the keyboard or mouse, only with the power button, but I’ll figure that out on my own.

Thank you so much for pointing out the issue.

cc: @Nilz@sopuli.xyz

Nilz@sopuli.xyz on 17 Jan 13:24 collapse

Thank you!