You are not logged in.

#1 2012-09-08 09:13:46

Mocco
Member
Registered: 2012-07-12
Posts: 53

VAIO S13: battery not charging over 80%

Hi to all, I have a big question for you:
Sony provides an utility (that of course runs only on win) that lets you set the maximum charge of the battery to 80% or even 50% (in order to avoid battery decay, they say). This program probably activates some hw switch in order to do this because the battery doesn't change over that threshold even if the laptop is switched off or if I'm running linux (these guys from Sony are very dedicated)!
Does anyone know a sw on linux that lets me change this threshold?

This laptop is a good one but it's designed only for windows, EFI (Insyde H2O) looks for win boot manager, proprietary sw for changing hw switches etc.....

Offline

#2 2013-08-31 21:27:33

6ahodir
Member
Registered: 2013-08-03
Posts: 1

Re: VAIO S13: battery not charging over 80%

I think you can only set one of 50%, 80%, or 100%.

    echo 1 | sudo tee /sys/devices/platform/sony-laptop/battery_care_limiter #for 80%
    echo 2 | sudo tee /sys/devices/platform/sony-laptop/battery_care_limiter #for 50%
    echo 0 | sudo tee /sys/devices/platform/sony-laptop/battery_care_limiter #for 100%

Offline

Board footer

Powered by FluxBB