You are not logged in.
Just an update: Suspend still completely broken for me on linux 6.2.8 on a Lenovo t14s gen2 (Ryzen 5850u).
linux 6.0.8 works properly
Offline
linux 6.0.8 works properly
What about linux-6.0.9.arch1-1 through linux-6.0.12.arch1-1? If the issue was introduec by linux 6.1 have you bisected between 6.0 and 6.1? Have you tested linux mainline 6.3-rc3? Are you following any upstream bug report?
Offline
I've been troubleshooting this issue for 2 days now and I would like to share the solution that worked for me on kernel 6.2.8-zen1-1-zen. In my case it seems to be a bios bug on my motherboard (Gigabyte b550i AORUS PRO AX). I went down too many rabbitholes, but eventually solve it when I searched google specifically for my motherboard
So what I did was using this systemd service:
[Unit]
Description=Workaround for Gigabyte B550 F13 bios sleep/wakeup bug
[Service]
Type=oneshot
ExecStart=/bin/sh -c "echo GPP0 > /proc/acpi/wakeup" && /bin/sh -c "echo PTXH >> /proc/acpi/wakeup"
[Install]
WantedBy = multi-user.target
and then
sudo cp biosWakeupWorkaround.service /etc/systemd/system/
sudo systemctl daemon-reload && sudo systemctl enable biosWakeupWorkaround.service
Source: https://www.reddit.com/r/gigabyte/comme … are_button
Last edited by soren90 (2023-03-28 08:59:08)
Offline
tomz17 wrote:linux 6.0.8 works properly
What about linux-6.0.9.arch1-1 through linux-6.0.12.arch1-1? If the issue was introduec by linux 6.1 have you bisected between 6.0 and 6.1? Have you tested linux mainline 6.3-rc3? Are you following any upstream bug report?
Unfortunately, have not had the time since to dig any deeper into this. 6.0.8 just happened to randomly be the last version I had in the cache before an update broke things. Just running 6.0.8 on that laptop for the time being. Will update when I have the time to spend a few hours on this.
Offline