2

After the first suspend it wakes up just fine - it's the second suspend after which the screen stays blank and keyboard doesn't react (although the power LED starts glowing). It happens if I close the laptop's lid or do a manual suspend via the system menu.

I have a recent Thinkpad T14s with a Ryzen CPU, Ubuntu 22.04 is the only OS (if that's important).

What I tried:

Anyone has an idea what might help here?

Kris
  • 141
  • 7

2 Answers2

2

I stumbled over this Reddit post. There is a "Sleep State" switch in the BIOS of some Thinkpads (including mine): Config ➜ Power ➜ Sleep State ➜ "Linux" / "Windows 10". I just turned it from "Windows" to "Linux" and it works now.

Kris
  • 141
  • 7
0

I had a similar problem, that when PC sleep, it can NOT wake up again.. After a lot of Search, I fornd that problem is caused by kernel version (which is not stable).. I recommend 6.5.0-28-generic which is more stable.. Here is the steps:

  • reboot pc
  • go to advanced options for ubuntu
  • choose an older version (6.5.0-28-generic recommended)

If you do not have 6.5.0-28-generic, you can install it by writting the following in the terminal:

  • sudo apt install linux-image-6.5.0-28-generic linux-headers-6.5.0-28-generic
  • sudo update-grub
  • Reboot and Use It

after that, when you enter in the terminal the following command:

  • uname -r expected result is:
  • 6.5.0-28-generic