These problems, 9/10 times is solved by using another kernel.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Are you using the dedicated GPU as your primary GPU or the integrated GPU? I've found using the dGPU as the primary can sometimes lead to suspend/resume issues.
Pretty sure it only has an integrated GPU
It is happening to me too on my surface tablet. Do you have TLP installed? Just out of curiosity
Yes I do. This is the same exact setup I had on my previous laptop and the previous one worked fine but this one does not. Would you advise I uninstall TLP?
According to this https://github.com/linux-surface/linux-surface/issues/1113 TLP is one of the culprits but I would rather the boot sequence and wake up from suspend process hang than uninstall TLP. Without it, intel boost keeps overheating my tablet and the battery becomes shit.
Just uninstalled it and it did not fix the issue sadly
I know it's not super helpful, but I'll add that this happens to me periodically on my EndeavourOS, Intel based desktop as well. Not even all of the time, just sometimes when it suspends. It seemed to get better when I changed my settings to hybrid sleep, but it just happened again yesterday, so I'm back to square one. Bookmarking to check for possible solutions later.
I have the same problem with shutdown occasionally too, using > sudo shutdown now solves the problem.
Interesting, I'll look in to that
I have this same problem when passing an AMD GPU to a virtual machine on my Linux desktop. It works the first time and then doesn’t initialize the card on reset. What you’re experiencing sounds an awful lot like the AMD Reset Bug. In my case a host machine restart resets the card. I’d suggest checking the bios to see if it’s got some kind of quick restart feature that is intended for Windows. Not being able to close the lid is unacceptable. You should return it if you can or run windows.
I have exactly the same issue (though in my case sometimes there are artifacts instead of just a black screen). I would love a solution but I never found one unfortunately
I have a similar issue but for me the black screen comes at random times when I open, close or move my windows or mouse.
I found a temporary fix for it by checking out the archwiki amdgpu page
But it still occurs , especially when I wake up my computer after suspending it.
Happens on my manjaro desktop too. Hope you find a solution.
I had a similar issue on a new out of the box HP Prodesk. Independently of the distro I was running it wouldn't want to wake up from standby. Turned out to be an (firmware?) issue with the SSD. After replacing it everything worked fine.
It's a wild guess, but try to disable Bluetooth or WiFi before suspending.
It's doesn't happen with all hardware, but it is a knowing issue.
Did not do anything sadly
I have seen this on HP laptop with WWAN device installed. Disabled device from Bios and problem went away.
Can you check dmesg and/or journald? What model Laptop is it?
I was able to figure out that it does not suspend at all when I close the lid or click the suspend button on Gnome. Only found this out because when going through YaST Services Manager and manually starting systemctl suspend, the laptop suspends just fine and wakes back up. So I'm starting to think it's more of a systemd issue? Any inputs?
Where do I go to check those? Sorry in advance I've never been the most knowledgeable about Linux
Edit: here is the exact laptop https://www.bestbuy.com/site/lenovo-yoga-7-16-wuxga-2-in-1-touch-screen-laptop-amd-ryzen-5-7535u-8gb-memory-512gbssd-arctic-grey/6533956.p?skuId=6533956
sudo dmesg | less
and something with journalctl
(not sure because I don't use that currently). There should be some other logs you can check in /var/log
too, kern.log
sounds useful (though that might just come from sysklogd).
journalctl -b -1 should get you logs from the last boot
I have/had a similar issue, but for an old nvidia laptop. What happens if you get it to suspend and resume again? Mine would come back the second time.
I can't even get it to resume again which is the problem lol
Yeah, but for mine, i could close the lid and it would suspend again, and then i could resume. Pressing the power button briefly also worked.
I don't have any advice, but I just wanted to confirm I have the same issue sometimes with my laptop running fedora.
If you use a recent release of Fedora (last 2-3 years). Try disabling WiFi and/or Bluetooth before suspending. There is an issue with some hardware, especially adapters. It doesn't happen everytime, and it's hard to accurately reproduce. Also, the symptoms can vary from black screen to sudo being stuck.
had the same issue on nobara and i always thought it was nvidia problems. for me the only solution was to use another distro :( sometimes ctrl + alt + F2 or F1 got me back to the login screen.
If it is powered on but blank screen, you can try terminating the user session from a terminal
https://linuxiac.com/how-to-terminate-user-session-in-linux/
Unfortunately does not work for me because the screen is black and the laptop is suspended and refuses to wake up