Views:
16,874β
Votes: 9β
β
Solution
Tags:
18.04
suspend
battery
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1085901
Title:
Sleep mode drains battery very fast
ID:
/2018/10/21/Sleep-mode-drains-battery-very-fast
Created:
October 21, 2018
Edited: October 21, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
After resuming from suspend, use this command in the terminal:
journalctl -b | grep -i "should not be sleeping"
If you see this:
Oct 21 07:20:18 alien kernel: cache: parent cpu1 should not be sleeping
Oct 21 07:20:18 alien kernel: cache: parent cpu2 should not be sleeping
Oct 21 07:20:18 alien kernel: cache: parent cpu3 should not be sleeping
Oct 21 07:20:18 alien kernel: cache: parent cpu4 should not be sleeping
Oct 21 07:20:18 alien kernel: cache: parent cpu5 should not be sleeping
Oct 21 07:20:18 alien kernel: cache: parent cpu6 should not be sleeping
Oct 21 07:20:18 alien kernel: cache: parent cpu7 should not be sleeping
It could mean when you suspended the CPUβs were not put to sleep as per his bounty Q&A a couple of years ago: systemd suspends system but upon resume kernel then enters sleep and wake-up
If so, Iβm sad to report the problem persists to this day on my newest laptop just as it did on that older laptop.
Problem since 2012?
This old email chain: Re: Kernel stops at βPM: Preparing system for mem sleepβ, never makes it to βFreezing user space processes β¦ β has a similar problem.
From my log file today:
Oct 21 13:48:15 alien kernel: PM: Preparing system for sleep (mem)
Oct 21 13:48:16 alien acpid[964]: client 1171[0:0] has disconnected
Oct 21 13:48:32 alien kernel: Freezing user space processes ... (elapsed 0.003 seconds) done.
- Line 1 is normal
- Line 2 is abnormal and linked to old X11 crash bugs
- Line 3 is occurs after resuming but should have happened as part of suspend.
Some other interesting points is it often takes 5 to 8 seconds to suspend when it should be about 1 second. This bug is reported in many places too.
If you donβt have the same problem in the previous sections and, your laptop stays warm when suspended, then your fix maybe here: Ubuntu 18.04 - Dell XPS13 9370 no longer suspends on lid close