Suddenly, putting system to sleep started failing, here is the entire /var/log/syslog
https://gist.github.com/umpirsky/f3e1a8d32217ad4b8fb3186124866d69
I disabled all entries in /proc/acpi/wakeup
, it didn't help.
Ubuntu 22.04.4 LTS
Any idea why this started happening? Thanks.
The cause of system sleep failing may be a recent kernel update.
To check:
Advanced Options for Ubuntu
.linux-modules-5.15.0-117-generic
kernel as you've confirmed that this older kernel worked for you).To not have the working, older kernel be deleted after an update:
Install Synaptic Package manager:
Start Synaptic.
Go to Status, Installed (manual) and make sure you do not see
linux-modules-5.15.0-117-generic
.Go to Status, Installed and find
linux-modules-5.15.0-117-generic
.Mark the package, click the Package menu on top of page and remove the check from Automatically installed:
Check the package in Status, Installed (manual).