Fedora workstation(gnome) could not wakeup from sleep only black screen

no response after suspend shows only blackscreen

Yes, seems a lot of us are having this problem with kernel 6.11.x. See this thread:

I guess kernel 6.11 has this issue now. I can’t close on my laptop to sleep or suspend

Linux noob here. Just built my pc and installed fedora. Also running into this problem. Is the solution then to update or downgrade the kernel version?

Added gnome

just downgrade or switch to linux kernel 6.10 or lower will fix the issue

to list kernels use
rpm -qa kernel
sudo grubby --set-default-index=

set index from kernel order

in my case 6.8 was 1 , 2 was 6.11.4 and 3 was 6.11.5

fixed my issue

So I’m on Fedora 41, and I only have 2 kernels available, 6.11.4 and 6.11.5.

I tried installing an older kernel using the below command however I believe since I’m on 41 it was unsuccessful. I guess maybe my best option is to power down instead of suspend in the meantime and wait for a kernel update? It seems like a few people are having issues like this I would like to think it gets updated.

cd $(mktemp -d) \
  && koji download-build --arch=x86_64 --arch=noarch kernel-n.nn.nn-nnn.fcnn \
  && rm *debug*.rpm *uki*.rpm \
  && sudo dnf install *

you can install LTS kernel from copr repository

sudo dnf copr enable @neurofedora/neurofedora-extra
sudo dnf install kernel-longterm

then switch to that kernel