Install and configure thinkfan Control Software in Ubuntu

Source: Internet
Author: User
To install the software in Ubuntu, you must first confirm that the notebook is thinkpad and support acpi. Otherwise, the installation may fail. Of course, some ibm machine models are not successful. I thought the ibmt60 was an example. 1: Install thinkfan fan controller sudoapt-getinstallthinkfan2: Configure thinkfan, need

To install the software in Ubuntu, you must first confirm that the notebook is thinkpad and support acpi. Otherwise, the installation may fail. Of course, some ibm machine models are not successful. I thought the ibm t60 was an example.

1: Install thinkfan fan Controller

  1. Sudo apt-get install thinkfan

2: Configure thinkfan. The file to be configured is/etc/modprobe. d/thinkfan. conf. If you do not have the thinkfan. conf file in the directory, create one.

  1. Sudo vi/etc/modprobe. d/thinkfan. conf

Add the following content.

  1. Options thinkpad_acpi fan_control = 1

Then manually load the current Module

  1. Sudo modprobe-rv thinkpad_acpi & modprobe-v thinkpad_acpi

3: Activate thinkfan automatically at startup. The file to be modified is/etc/default/thinkfan.

  1. Sudo vi/etc/default/thinkfan

Change START = no to yes.

4: thinkfan has no UI interface when we need to let thinkfan know a temperature configuration, that is, how much temperature is the fan level, therefore, we can only use the configuration file format. you will understand the configuration below. The file to be configured is/etc/thinkfan. conf

  1. Sudo vi/etc/thinkfan. conf

The seven lines represent the ones to be modified.

  1. (0, 0, 55)
  2. (1, 48, 60)
  3. (2, 50, 61)
  4. (3, 52, 63)
  5. (4, 56, 65)
  6. (5, 59, 66)
  7. (7, 63,327 67)

Grid Type: (fan level, minimum temperature range, maximum temperature range), the corresponding fan level is called when the temperature is between the minimum temperature and the maximum temperature.

Change

  1. (0, 0, 52)
  2. (1, 46, 59)
  3. (2, 54, 65)
  4. (3, 58, 69)
  5. (4, 62, 72)
  6. (5, 65, 74)
  7. (7, 68,327 67)

Of course, you can also modify it at will.

5: Temperature Display. Next we need to check the current temperature value. For the ThinkPad laptop, we can tap the following command to display the values of all temperature sensors.

 
  1. Cat/proc/acpi/ibm/thermal
First, check the cpu temperature. Of course, you can also look at the various files under ibm, which indicate the current configuration of your system. For example, the fan file is your fan file, including the fan speed.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.