Feature request: Samsung battery limiting

Discussions about Linux installation and configuration on Samsung laptops
Post Reply
wakeup
Newbie
Newbie
Posts: 2
Joined: 21 Feb 2013, 21:45

Feature request: Samsung battery limiting

Post by wakeup »

Hello,

Samsung on Windows has a tool which prevents charging over 80% to extend its life. Is there any possibility that this could be implemented under Linux too?

Thank you
BADMint
Newbie
Newbie
Posts: 1
Joined: 11 Jan 2014, 21:16

Re: Feature request: Samsung battery limiting

Post by BADMint »

2nd that request. With a non removable battery this is a key feature that is missing.

Any way to enable this would be awesome
jcdutton
Newbie
Newbie
Posts: 1
Joined: 07 Mar 2014, 10:36

Re: Feature request: Samsung battery limiting

Post by jcdutton »

When running Linux on the Samsung you can still use the 80% battery feature.
You need to go into the BIOS and set it there.
mangoo
Newbie
Newbie
Posts: 3
Joined: 31 Oct 2011, 20:49
Contact:

Re: Feature request: Samsung battery limiting

Post by mangoo »

On laptops supporting this feature, you can do it with the following (as root):

Code: Select all

# enable battery life extender
echo 1 > /sys/devices/platform/samsung/battery_life_extender

# disable battery life extender
echo 0 > /sys/devices/platform/samsung/battery_life_extender
If you don't have this file, it means your laptop does not support this feature.
SSL certificates
http://www.sslrack.com
Post Reply