thinkfan specifics: manual + auto configutration, if laptop restart needed

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












0















I now use Thinkfan by way explained in http://www.thinkwiki.org/wiki/How_to_control_fan_speed. To see what I want to achieve please skip to the end of post to GOAL first, the rest is to show my current understanding of the issue.



I installed package:
apt install thnkfan, then enabled manual control by



echo 'options thinkpad_acpi fan_control=1' | sudo tee -a /etc/modprobe.d/thinkpad_acpi.conf 


then restarted laptop as per web page above. For automatic control it said some scripts should be loaded and the scripts provided for dwonload are lengthy. (An ACPI fan control script can be used to override the firmware's fan algorithm with gentler, quieter version.)



  • 1st question is: doesn't installation of thinkfan w/out manual control option enabled overrides firmware algo? What does thinkfan install do if not that?

Now I've found another page https://forum.thinkpads.com/viewtopic.php?t=119546 that states that for configuration that control fan speed in accordance with sensors file /etc/thinkfan.conf should be edited, no extra scripts mentioned. It says to add hwmon /sys/devices/virtual/thermal/thermal_zone0/temp to the file and then a table of temperatures. In my laptop in that file I have table with temperatures, but no hwmon like line, even commented, it has though link to thinkwiki page (although about sensors, not setup (http://www.thinkwiki.org/wiki/Thermal_Sensors)).



  • 2nd question: even that thinkwiki page is listed in my package, looks like thinkwiki when talking about control scripts is outdated?

The page https://forum.thinkpads.com/viewtopic.php?t=119546 also talks about testing thinkfan w/out restart as opposed to mentioned thinkwiki page.



  • can thinkfan work fully w/out laptop restart after install?

And lastly, I do remember a web page discussing how to avoid fan being turned on due to short temperature peaks.



  • how to do that?

Some current system info with manual control working, Linux Mint 19.1:



# /etc/init.d/thinkfan status

● thinkfan.service - simple and lightweight fan control program
Loaded: loaded (/lib/systemd/system/thinkfan.service; disabled; vendor preset: enabled)
Active: inactive (dead)


  • why is service inactive, what does it mean?

GOAL:



To be able to control fan speed on a number of thinkpad models with debian based systems both manually and via sensors with configuration that enables to skip short temperature peaks with and w/out laptop restart after thinkfan install.










share|improve this question




























    0















    I now use Thinkfan by way explained in http://www.thinkwiki.org/wiki/How_to_control_fan_speed. To see what I want to achieve please skip to the end of post to GOAL first, the rest is to show my current understanding of the issue.



    I installed package:
    apt install thnkfan, then enabled manual control by



    echo 'options thinkpad_acpi fan_control=1' | sudo tee -a /etc/modprobe.d/thinkpad_acpi.conf 


    then restarted laptop as per web page above. For automatic control it said some scripts should be loaded and the scripts provided for dwonload are lengthy. (An ACPI fan control script can be used to override the firmware's fan algorithm with gentler, quieter version.)



    • 1st question is: doesn't installation of thinkfan w/out manual control option enabled overrides firmware algo? What does thinkfan install do if not that?

    Now I've found another page https://forum.thinkpads.com/viewtopic.php?t=119546 that states that for configuration that control fan speed in accordance with sensors file /etc/thinkfan.conf should be edited, no extra scripts mentioned. It says to add hwmon /sys/devices/virtual/thermal/thermal_zone0/temp to the file and then a table of temperatures. In my laptop in that file I have table with temperatures, but no hwmon like line, even commented, it has though link to thinkwiki page (although about sensors, not setup (http://www.thinkwiki.org/wiki/Thermal_Sensors)).



    • 2nd question: even that thinkwiki page is listed in my package, looks like thinkwiki when talking about control scripts is outdated?

    The page https://forum.thinkpads.com/viewtopic.php?t=119546 also talks about testing thinkfan w/out restart as opposed to mentioned thinkwiki page.



    • can thinkfan work fully w/out laptop restart after install?

    And lastly, I do remember a web page discussing how to avoid fan being turned on due to short temperature peaks.



    • how to do that?

    Some current system info with manual control working, Linux Mint 19.1:



    # /etc/init.d/thinkfan status

    ● thinkfan.service - simple and lightweight fan control program
    Loaded: loaded (/lib/systemd/system/thinkfan.service; disabled; vendor preset: enabled)
    Active: inactive (dead)


    • why is service inactive, what does it mean?

    GOAL:



    To be able to control fan speed on a number of thinkpad models with debian based systems both manually and via sensors with configuration that enables to skip short temperature peaks with and w/out laptop restart after thinkfan install.










    share|improve this question


























      0












      0








      0








      I now use Thinkfan by way explained in http://www.thinkwiki.org/wiki/How_to_control_fan_speed. To see what I want to achieve please skip to the end of post to GOAL first, the rest is to show my current understanding of the issue.



      I installed package:
      apt install thnkfan, then enabled manual control by



      echo 'options thinkpad_acpi fan_control=1' | sudo tee -a /etc/modprobe.d/thinkpad_acpi.conf 


      then restarted laptop as per web page above. For automatic control it said some scripts should be loaded and the scripts provided for dwonload are lengthy. (An ACPI fan control script can be used to override the firmware's fan algorithm with gentler, quieter version.)



      • 1st question is: doesn't installation of thinkfan w/out manual control option enabled overrides firmware algo? What does thinkfan install do if not that?

      Now I've found another page https://forum.thinkpads.com/viewtopic.php?t=119546 that states that for configuration that control fan speed in accordance with sensors file /etc/thinkfan.conf should be edited, no extra scripts mentioned. It says to add hwmon /sys/devices/virtual/thermal/thermal_zone0/temp to the file and then a table of temperatures. In my laptop in that file I have table with temperatures, but no hwmon like line, even commented, it has though link to thinkwiki page (although about sensors, not setup (http://www.thinkwiki.org/wiki/Thermal_Sensors)).



      • 2nd question: even that thinkwiki page is listed in my package, looks like thinkwiki when talking about control scripts is outdated?

      The page https://forum.thinkpads.com/viewtopic.php?t=119546 also talks about testing thinkfan w/out restart as opposed to mentioned thinkwiki page.



      • can thinkfan work fully w/out laptop restart after install?

      And lastly, I do remember a web page discussing how to avoid fan being turned on due to short temperature peaks.



      • how to do that?

      Some current system info with manual control working, Linux Mint 19.1:



      # /etc/init.d/thinkfan status

      ● thinkfan.service - simple and lightweight fan control program
      Loaded: loaded (/lib/systemd/system/thinkfan.service; disabled; vendor preset: enabled)
      Active: inactive (dead)


      • why is service inactive, what does it mean?

      GOAL:



      To be able to control fan speed on a number of thinkpad models with debian based systems both manually and via sensors with configuration that enables to skip short temperature peaks with and w/out laptop restart after thinkfan install.










      share|improve this question
















      I now use Thinkfan by way explained in http://www.thinkwiki.org/wiki/How_to_control_fan_speed. To see what I want to achieve please skip to the end of post to GOAL first, the rest is to show my current understanding of the issue.



      I installed package:
      apt install thnkfan, then enabled manual control by



      echo 'options thinkpad_acpi fan_control=1' | sudo tee -a /etc/modprobe.d/thinkpad_acpi.conf 


      then restarted laptop as per web page above. For automatic control it said some scripts should be loaded and the scripts provided for dwonload are lengthy. (An ACPI fan control script can be used to override the firmware's fan algorithm with gentler, quieter version.)



      • 1st question is: doesn't installation of thinkfan w/out manual control option enabled overrides firmware algo? What does thinkfan install do if not that?

      Now I've found another page https://forum.thinkpads.com/viewtopic.php?t=119546 that states that for configuration that control fan speed in accordance with sensors file /etc/thinkfan.conf should be edited, no extra scripts mentioned. It says to add hwmon /sys/devices/virtual/thermal/thermal_zone0/temp to the file and then a table of temperatures. In my laptop in that file I have table with temperatures, but no hwmon like line, even commented, it has though link to thinkwiki page (although about sensors, not setup (http://www.thinkwiki.org/wiki/Thermal_Sensors)).



      • 2nd question: even that thinkwiki page is listed in my package, looks like thinkwiki when talking about control scripts is outdated?

      The page https://forum.thinkpads.com/viewtopic.php?t=119546 also talks about testing thinkfan w/out restart as opposed to mentioned thinkwiki page.



      • can thinkfan work fully w/out laptop restart after install?

      And lastly, I do remember a web page discussing how to avoid fan being turned on due to short temperature peaks.



      • how to do that?

      Some current system info with manual control working, Linux Mint 19.1:



      # /etc/init.d/thinkfan status

      ● thinkfan.service - simple and lightweight fan control program
      Loaded: loaded (/lib/systemd/system/thinkfan.service; disabled; vendor preset: enabled)
      Active: inactive (dead)


      • why is service inactive, what does it mean?

      GOAL:



      To be able to control fan speed on a number of thinkpad models with debian based systems both manually and via sensors with configuration that enables to skip short temperature peaks with and w/out laptop restart after thinkfan install.







      linux-mint thinkpad fan






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 10 at 3:07







      Alexei Martianov

















      asked Feb 10 at 3:00









      Alexei MartianovAlexei Martianov

      308215




      308215




















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f499721%2fthinkfan-specifics-manual-auto-configutration-if-laptop-restart-needed%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f499721%2fthinkfan-specifics-manual-auto-configutration-if-laptop-restart-needed%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown






          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay