this post was submitted on 07 Dec 2024
59 points (95.4% liked)

Linux

48665 readers
489 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

It should be that if i close the laptop and leave it, even overnight, it should only lose maybe 5% battery, but it actually loses all of it, as if it was on (it gets maybe 5 hrs of battery life)

I have it set to sleep after 5 minutes. What sorts of logs should I check to diagnose the problem?

Fedora 41 KDE spin on a 6th gen lenovo x1 carbon (intel i5-8650U)

aside from this, i really am enjoying linux on my new toy

thank you all

top 18 comments
sorted by: hot top controversial new old
[–] bobslaede@feddit.dk 21 points 2 weeks ago (3 children)

Some laptops have a BIOS setting for sleep mode. Windows or Linux. I have had a Lenovo with this setting.

[–] strawberry@kbin.earth 12 points 2 weeks ago (1 children)

okay initial testing its good

the whole time i was worried because the light on the lid (in the thinkpad logo) would keep blinking, making me think it wasnt asleep

i left the laptop for 2 hours and it only dropped 1%

thank you

[–] bobslaede@feddit.dk 2 points 2 weeks ago

I'll have to look for it because my laptop never went to sleep under Linux

[–] strawberry@kbin.earth 4 points 2 weeks ago

there is something about sleep something something and the options are windows and linux, so ill see if that fixes it

[–] Lem453@lemmy.ca 17 points 2 weeks ago

This is a deep sleep issue. A google search will show that many modern processors can't actually deep sleep (S3) and therefore the only option is to hibernate or shut it off.

To find out if you can, sleep the computer, wake it up then run:

journalctl | grep S3

There should be a line about what type of sleep is available and another line about what type of sleep your computer was just in.

If S3 is not listed as an available sleep mode you might get lucky and be able to turn it on in the bios. If you can't then you are out of luck.

Since I use fedora atomic, I used this to turn on deep sleep: rpm-ostree kargs --append="mem_sleep_default=deep"

On non atomic I forget exactly how but I think this is the way: https://unix.stackexchange.com/questions/720514/cannot-write-into-sys-power-mem-sleep-in-fedora-36

[–] neidu3@sh.itjust.works 13 points 2 weeks ago (1 children)
[–] SnotFlickerman@lemmy.blahaj.zone 11 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

apt-get install warm-milk

for debian users

[–] marius@feddit.org 16 points 2 weeks ago (2 children)

Now we need a package called alcohol that makes your laptop go to sleep but still drains its battery

[–] Hupf@feddit.org 7 points 2 weeks ago (2 children)

So, whatever Windows 11 does on my work laptop when I tell it to standby and it shuts off the screen but proceeds to spin the fans to 100% continuously?

[–] dgriffith@aussie.zone 5 points 2 weeks ago

"Just got to spin through a few trillion instructions to get things sorted before we go to standby! Won't be a minute!"

[–] strawberry@kbin.earth 4 points 2 weeks ago

oh I love that, especially in the middle of the night

[–] SnotFlickerman@lemmy.blahaj.zone 4 points 2 weeks ago (1 children)

Sleep State S5: alcohol induces intermittent sleep where the monitor keeps coming on and the turning off for indeterminate amounts of time during the night.

[–] TDCN@feddit.dk 4 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Then when the computer wakes up the mouse is all wonky for the first few minutes

[–] masterofn001@lemmy.ca 5 points 2 weeks ago

And the liquid cooling has leaked all over the desk.

[–] neidu3@sh.itjust.works 4 points 2 weeks ago

cd /usr/ports/hammertothehead && make && make install

...for FreeBSD users

[–] hallettj@leminal.space 9 points 2 weeks ago

I had that symptom, and I found that my laptop was using S2 idle (suspend to idle). I fixed it by switching to S3 sleep (suspend to RAM). I suggest following the instructions in section 3 in this page: https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate

Like many Arch Wiki guides, most of the information on that page is applicable to most Linux distros, not just Arch.

[–] makingStuffForFun@lemmy.ml 2 points 2 weeks ago

This is interesting. I have the same laptop.

I had this exact issue in popos on it.

I changed a setting in the bios (can't recall exactly now), and that did nothing.

Recently I moved to fedora 41, and the problem disappeared.

So I suspect it's a bios setting.