如何在 12.04 上校准笔记本电脑电池

如何在 12.04 上校准笔记本电脑电池

几天前,我的笔记本电脑 (asus n76vm) 在电池电量显示剩余 20% 时会强制关机。它只是切断电源,没有关机屏幕或任何其他东西,使硬盘发出令人讨厌的“刺耳”声音。

我现在该怎么办?电池似乎比以前更弱了(这是有道理的),但操作系统没有跟踪。我应该如何重新校准电池?

答案1

您尝试过功率校准吗?

sudo apt install power-calibrate

然后运行

power-calibrate -r

你可以阅读手册或运行man power-calibrate以获取更多信息。

答案2

更新
根据最新版本功率校准,使用此命令

power-calibrate  -R -r 20 -d 5 -s 21 -n 0 -p

在哪里

-d secs  specify a delay before starting
-h show  help
-n CPUs  specify the number of CPUs to exercise
-o file  output results into YAML formatted file
-p       show progress
-r secs  specify run duration in seconds of each test cycle
-R       use Intel RAPL per CPU package data to measure Watts
-s num   number of samples (tests) per CPU for CPU calibration

相关内容