ubuntu9.04安装电池保护程序tp-smapi
为了让笔记本电池的寿命更长,尽量让它在使用适配器时不要频繁的冲放电。
安装tp_smapi,一个开源的应用于thinkpad上的电池管理程序
先下载tp_smapi源码,解压;
修改Makefile,将其中的变量 KSRC 设为 KSRC ?= /usr/src/linux-headers-2.6.28-11-generic/
接着编译,安装
#make install HDAPS=1
启动时加载模块
#echo "tp_smapi" >> /etc/modules
#echo "hdaps" >> /etc/modules
update initramfs:
#update-initramfs -u
加载模块:
#modprobe -a tp_smapi hdaps
安装完成
===
设置:
$sudo -s
# echo 50 > /sys/devices/platform/smapi/BAT0/start_charge_thresh
# echo 99 > /sys/devices/platform/smapi/BAT0/stop_charge_thresh
前者是设置电量低于50%开始充电,后者是当电量达到99%停止充电。
参考:
阅读(1511) | 评论(0) | 转发(0) |