J'ai un ThinkPad T420 et souhaite augmenter la durée de vie de la batterie (ne pas maximiser le temps d'utilisation d'un ordinateur portable avec une batterie)
J'ai tp-smapi-dkms
et sysfsutils
installé, et quand je lance:
$ ll /sys/devices/platform/smapi/BAT0
total 0
drwxr-xr-x 2 root root 0 Sep 12 08:00 ./
drwxr-xr-x 5 root root 0 Sep 12 07:59 ../
-rw-r--r-- 1 root root 4096 Sep 12 08:15 barcoding
-rw-r--r-- 1 root root 4096 Sep 12 08:26 charging_max_current
-rw-r--r-- 1 root root 4096 Sep 12 08:26 charging_max_voltage
...
-rw-r--r-- 1 root root 4096 Sep 12 08:15 power_avg
-rw-r--r-- 1 root root 4096 Sep 12 08:15 power_now
-rw-r--r-- 1 root root 4096 Sep 12 08:15 remaining_capacity
-rw-r--r-- 1 root root 4096 Sep 12 08:15 remaining_charging_time
-rw-r--r-- 1 root root 4096 Sep 12 08:15 remaining_percent
-rw-r--r-- 1 root root 4096 Sep 12 08:26 remaining_percent_error
-rw-r--r-- 1 root root 4096 Sep 12 08:15 remaining_running_time
-rw-r--r-- 1 root root 4096 Sep 12 08:26 remaining_running_time_now
-rw-r--r-- 1 root root 4096 Sep 12 08:15 serial
-rw-r--r-- 1 root root 4096 Sep 12 08:17 start_charge_thresh
-rw-r--r-- 1 root root 4096 Sep 12 08:15 state
-rw-r--r-- 1 root root 4096 Sep 12 08:00 stop_charge_thresh
-rw-r--r-- 1 root root 4096 Sep 12 08:15 temperature
-rw-r--r-- 1 root root 4096 Sep 12 08:15 voltage
Donc, il devrait y avoir start_charge_thresh
et stop_charge_thresh
disponible, je peux définir quand la batterie arrête de charger avec:
$ echo 80 | sudo tee /sys/devices/platform/smapi/BAT0/stop_charge_thresh
80
$ echo 80 | sudo tee /sys/devices/platform/smapi/BAT0/stop_charge_thresh
80
Mais le réglage du moment où il devrait commencer à charger échoue:
$ echo 40 | sudo tee /sys/devices/platform/smapi/BAT0/start_charge_thresh
40
$ cat /sys/devices/platform/smapi/BAT0/start_charge_thresh
cat: /sys/devices/platform/smapi/BAT0/start_charge_thresh: No such device or address
Comment est-ce possible? Je manque de temps .. quand je branche l'adaptateur, il ne charge toujours pas!
Le problème, c’est que le T420 et certains autres Thinkpads ont l’aspect
start_charge_thresh
cassé / estropié ( https://github.com/evgeni/tp_smapi/issues/3 ).Je l'ai résolu en utilisant à la
tpacpi-bat
place dutp_smapi
module: https://github.com/teleshoes/tpacpi-batla source