Ubuntu 11.10 如何管理电池何时充电?
-
- 帖子: 46
- 注册时间: 2012-01-02 12:53
Ubuntu 11.10 如何管理电池何时充电?
Win7下Lenovo自己的软件可以设置比如电池电量在10%以下才开始充电,平时保持电池在40%-50%之间以延长电池寿命。可是到了ubuntu里面电池就开始自动充电到满了。这个我可以理解。就算在win7下如果没有安装Lenovo的那个电池管理的软件,这种情况也会发生。
我想询问一下ubuntu有没有自己的管理工具做这件事?或者有没有什么Linux下用的软件可以做这件事?
如果没有的话,只能把电池卸了,虽然挺不方便的。。。
我想询问一下ubuntu有没有自己的管理工具做这件事?或者有没有什么Linux下用的软件可以做这件事?
如果没有的话,只能把电池卸了,虽然挺不方便的。。。
- alien_hjy
- 帖子: 1066
- 注册时间: 2010-11-29 13:39
- 系统: ubuntu 14.04
Re: Ubuntu 11.10 如何管理电池何时充电?
dell飘过,也求。。。
《笨兔兔的故事》linux新手必读
帮我加一下ubuntu one的空间,不胜感激。。。
突然发现我的本本弱爆了:
OS:ubuntu 14.04&win8.1
购机年份:2012
CPU:AMD APU A6-3400M
独立显卡:无
内存:南亚易胜 2*4GB DDR3
帮我加一下ubuntu one的空间,不胜感激。。。
突然发现我的本本弱爆了:
OS:ubuntu 14.04&win8.1
购机年份:2012
CPU:AMD APU A6-3400M
独立显卡:无
内存:南亚易胜 2*4GB DDR3
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
Re: Ubuntu 11.10 如何管理电池何时充电?
● acpi -V
Battery 0: Full, 100%
Battery 0: design capacity 4155 mAh, last full capacity 2445 mAh = 58%
Adapter 0: on-line
Thermal 0: ok, 38.0 degrees C
Thermal 0: trip point 0 switches to mode critical at temperature 99.0 degrees C
Thermal 0: trip point 1 switches to mode passive at temperature 95.0 degrees C
Thermal 0: trip point 2 switches to mode active at temperature 60.0 degrees C
Cooling 0: Processor 0 of 10
Cooling 1: Processor 0 of 10
Cooling 2: Fan 0 of 1
有一个方法,忘记了。因为太少使用。搜索吧。
按照道理,锂电池应该是随时充电的。镍镉电池才需要放完才充电。
Battery 0: Full, 100%
Battery 0: design capacity 4155 mAh, last full capacity 2445 mAh = 58%
Adapter 0: on-line
Thermal 0: ok, 38.0 degrees C
Thermal 0: trip point 0 switches to mode critical at temperature 99.0 degrees C
Thermal 0: trip point 1 switches to mode passive at temperature 95.0 degrees C
Thermal 0: trip point 2 switches to mode active at temperature 60.0 degrees C
Cooling 0: Processor 0 of 10
Cooling 1: Processor 0 of 10
Cooling 2: Fan 0 of 1
有一个方法,忘记了。因为太少使用。搜索吧。
按照道理,锂电池应该是随时充电的。镍镉电池才需要放完才充电。
● 鸣学
- photor
- 论坛版主
- 帖子: 11004
- 注册时间: 2008-04-26 12:41
-
- 帖子: 54
- 注册时间: 2010-12-08 17:35
Re: Ubuntu 11.10 如何管理电池何时充电?
参考:
http://www.thinkwiki.org/wiki/Tp_smapi
需要 tp_smapi 内核模块,而且只对 ThinkPad 笔记本有效,估计lenovo的也行,我不确定,你自己试试看。
设置开始充电百分百:(例如40%)
设置开始放电百分百:(例如70%)
强制电池放电:
http://www.thinkwiki.org/wiki/Tp_smapi
需要 tp_smapi 内核模块,而且只对 ThinkPad 笔记本有效,估计lenovo的也行,我不确定,你自己试试看。
代码: 全选
# apt-get install tp-smapi-source
# module-assistant prepare tp-smapi
# module-assistant auto-install tp-smapi
# modprobe tp-smapi
代码: 全选
# echo 40 > /sys/devices/platform/smapi/BAT0/start_charge_thresh
代码: 全选
# echo 70 > /sys/devices/platform/smapi/BAT0/stop_charge_thresh
代码: 全选
# echo 1 > /sys/devices/platform/smapi/BAT0/force_discharge
-
- 帖子: 294
- 注册时间: 2010-08-23 11:03
Re: Ubuntu 11.10 如何管理电池何时充电?
linux都是蛋疼,没有那么好的硬件支持,何来充电阀值这么细致的设置?
我的笔记本之前经常因为ubuntu下过热,而开不了机器。后来知道了,把笔记本垫起来,吹风扇才好了。
我的笔记本之前经常因为ubuntu下过热,而开不了机器。后来知道了,把笔记本垫起来,吹风扇才好了。
- bcsflilong
- 帖子: 382
- 注册时间: 2010-07-24 15:18
- 系统: Arch Linux x86_x86_6
- 来自: 吉林省长春市
- 联系:
Re: Ubuntu 11.10 如何管理电池何时充电
我这样做了 为什么 cat时说 找不到设备faguosate 写了:参考:
http://www.thinkwiki.org/wiki/Tp_smapi
需要 tp_smapi 内核模块,而且只对 ThinkPad 笔记本有效,估计lenovo的也行,我不确定,你自己试试看。
设置开始充电百分百:(例如40%)代码: 全选
# apt-get install tp-smapi-source # module-assistant prepare tp-smapi # module-assistant auto-install tp-smapi # modprobe tp-smapi
设置开始放电百分百:(例如70%)代码: 全选
# echo 40 > /sys/devices/platform/smapi/BAT0/start_charge_thresh
强制电池放电:代码: 全选
# echo 70 > /sys/devices/platform/smapi/BAT0/stop_charge_thresh
代码: 全选
# echo 1 > /sys/devices/platform/smapi/BAT0/force_discharge
life's a struggle