分享

How to use the Thinkpad ACPI kernel module

 rookie 2015-05-08

Obtaining the kernel module

The ThinkPad ACPI module is included in the Linux kernel (thinkpad-acpi).

Enable fan_control and experimental options

To be able to control your fan and do more sophisticated stuff we need to set some parameters on load time of the module.

Set the following content in the file /etc/modprobe.d/thinkpad-acpi.conf:

options thinkpad-acpi experimental=1 fan_control=1

Reload the module:

# rmmod thinkpad-acpi && modprobe thinkpad-acpi

Now you'll get more options in /proc/acpi/ibm to control ACPI.

Examples

Note: All done in working directory /proc/acpi/ibm.
# cat fan 
status:         enabled
speed:          3051
level:          5
commands:       level <level> (<level> is 0-7, auto, disengaged, full-speed)
commands:       enable, disable
commands:       watchdog <timeout> (<timeout> is 0 (off), 1-120 (seconds))

Set the level of the fan to full speed.

# echo "level full-speed" > fan

See also


Related Posts


    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多