Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1416  / 2 Years ago, wed, april 6, 2022, 8:05:56

I'm running Ubuntu 20.04 on an Acer Thinkpad A475. Suspend and shutdown have stopped working properly. When I suspend, the laptop won't wake, forcing me to hold the power button until it turns off, then start it up again. When I try to shutdown or restart, the same problem happens. The screen goes black, but the power button remains lit and I have to hold the power button to make the laptop turn off.


I've been googling this problem for several days. One suggestion to diagnose the problem was to power down the laptop, wait a half hour, then forcefully power down by holding the power button, then after restarting, run sudo journalctl -b -1 -e. This is the result:


Dec 30 09:53:24 schwartz-lenovo systemd[1]: Unmounting /run/snapd/ns...
Dec 30 09:53:24 schwartz-lenovo systemd[1]: run-snapd-ns.mount: Succeeded.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Unmounted /run/snapd/ns.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Stopped target Local File Systems (Pre).
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Stopped target Swap.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Deactivating swap /dev/disk/by-id/nvme-THNSF5512GPUK_TOSHIBA_X76S115GTR4T-part5...
Dec 30 09:53:24 schwartz-lenovo systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Stopped Create Static Device Nodes in /dev.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: systemd-sysusers.service: Succeeded.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Stopped Create System Users.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: systemd-remount-fs.service: Succeeded.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Stopped Remount Root and Kernel File Systems.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Reached target Shutdown.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: dev-disk-byx2did-nvmex2dTHNSF5512GPUK_TOSHIBA_X76S115GTR4Tx2dpart5.swap: Succeeded.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Deactivated swap /dev/disk/by-id/nvme-THNSF5512GPUK_TOSHIBA_X76S115GTR4T-part5.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: dev-disk-byx2dpartuuid-6ae277d0x2d05.swap: Succeeded.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Deactivated swap /dev/disk/by-partuuid/6ae277d0-05.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: dev-disk-byx2did-nvmex2deui.00080d020033412cx2dpart5.swap: Succeeded.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Deactivated swap /dev/disk/by-id/nvme-eui.00080d020033412c-part5.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: dev-disk-byx2dpath-pcix2d0000:04:00.0x2dnvmex2d1x2dpart5.swap: Succeeded.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:04:00.0-nvme-1-part5.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: dev-nvme0n1p5.swap: Succeeded.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Deactivated swap /dev/nvme0n1p5.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: dev-disk-byx2duuid-f1b5903fx2d71c6x2d44bax2da496x2d89d18f080500.swap: Succeeded.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Deactivated swap /dev/disk/by-uuid/f1b5903f-71c6-44ba-a496-89d18f080500.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Reached target Unmount All Filesystems.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Reached target Final Step.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: systemd-reboot.service: Succeeded.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Finished Reboot.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Reached target Reboot.
Dec 30 09:53:24 schwartz-lenovo systemd[1]: Shutting down.
Dec 30 09:53:24 schwartz-lenovo systemd-shutdown[1]: Syncing filesystems and block devices.
Dec 30 09:53:24 schwartz-lenovo systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Dec 30 09:53:24 schwartz-lenovo systemd-journald[276]: Journal stopped

I've tried looking for missing drivers, with ubuntu-drivers devices, but the result is blank. I've seen that this could be also be a GPU or kernel issue. Any help you can provide in finding a solution would be greatly appreciated.


UPDATE
Shutdown and Restart both work when booted into recovery mode, and suspend is closer to working. When booting into recovery mode I get a warning saying "some graphic drivers require a full graphical boot and so will fail when resuming from recover", so maybe this is a graphics driver problem? I've made sure my graphics driver is up to date. My graphics card is an AMD Radeon R7 Graphics and the driver is AMD GPU.


More From » 20.04

 Answers
0

I was able to fix this (after trying lots of different fixes and progressively making this worse) by getting a fresh install of Ubuntu 20.04 LTS and choosing to use kernel 5.11.0-27-generic (which came with the install) instead of the newer 5.11.0-43-generic that is the default at the time of writing. So maybe it was a kernel problem all along and I just needed to try an older version (I only tried as old as 5.11.0-38), or maybe there was some other lingering issue as well that the fresh install wiped out.


[#896] Thursday, April 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
aciousoun

Total Points: 178
Total Questions: 110
Total Answers: 98

Location: Lithuania
Member since Fri, Sep 4, 2020
4 Years ago
;