What is the state of Linux kernel support for Intel QST?

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











up vote
-1
down vote

favorite












I am trying to find a way to access and/or control fan speed via Linux on an Intel Q45 chipset. This chipset contains a feature called Intel Quiet System Technology (Intel QST), which is a part of the Intel Management Engine (Intel ME) running on an embedded co-processor. Intel describes QST as follows:




The Intel Management Engine (ME) hosts a firmware subsystem – Intel
Quiet System Technology (QST) – that provides support for the
monitoring of temperature, voltage, current and fan speed sensors that
are provided within the Chipset, the Processor and other devices on
the Motherboard. For each sensor, a Health Status, based upon
established thresholds, will be determined at regular intervals. Intel
QST also provides support for acoustically-optimized fan speed
control. Based upon readings obtained from the temperature sensors,
Intel QST will determine, over time, the optimal speeds at which to
operate the available cooling fans, in order to address existing
thermal conditions with the lowest possible acoustic impact.




Someone implemented a Linux driver for Intel QST in December 2012. Unfortunately, all references seem to a point to a defunct git repository (http://mose.dyndns.org/mei.git). Other references indicate the successful use of the driver via lm_sensors.



I have spent some time looking through the Linux source but so far, I haven't found any trace of this driver.



  • Was Intel QST support ever included in the Linux kernel?

  • If so, which driver/kernel module(s) are required for Intel QST support?









share|improve this question



























    up vote
    -1
    down vote

    favorite












    I am trying to find a way to access and/or control fan speed via Linux on an Intel Q45 chipset. This chipset contains a feature called Intel Quiet System Technology (Intel QST), which is a part of the Intel Management Engine (Intel ME) running on an embedded co-processor. Intel describes QST as follows:




    The Intel Management Engine (ME) hosts a firmware subsystem – Intel
    Quiet System Technology (QST) – that provides support for the
    monitoring of temperature, voltage, current and fan speed sensors that
    are provided within the Chipset, the Processor and other devices on
    the Motherboard. For each sensor, a Health Status, based upon
    established thresholds, will be determined at regular intervals. Intel
    QST also provides support for acoustically-optimized fan speed
    control. Based upon readings obtained from the temperature sensors,
    Intel QST will determine, over time, the optimal speeds at which to
    operate the available cooling fans, in order to address existing
    thermal conditions with the lowest possible acoustic impact.




    Someone implemented a Linux driver for Intel QST in December 2012. Unfortunately, all references seem to a point to a defunct git repository (http://mose.dyndns.org/mei.git). Other references indicate the successful use of the driver via lm_sensors.



    I have spent some time looking through the Linux source but so far, I haven't found any trace of this driver.



    • Was Intel QST support ever included in the Linux kernel?

    • If so, which driver/kernel module(s) are required for Intel QST support?









    share|improve this question

























      up vote
      -1
      down vote

      favorite









      up vote
      -1
      down vote

      favorite











      I am trying to find a way to access and/or control fan speed via Linux on an Intel Q45 chipset. This chipset contains a feature called Intel Quiet System Technology (Intel QST), which is a part of the Intel Management Engine (Intel ME) running on an embedded co-processor. Intel describes QST as follows:




      The Intel Management Engine (ME) hosts a firmware subsystem – Intel
      Quiet System Technology (QST) – that provides support for the
      monitoring of temperature, voltage, current and fan speed sensors that
      are provided within the Chipset, the Processor and other devices on
      the Motherboard. For each sensor, a Health Status, based upon
      established thresholds, will be determined at regular intervals. Intel
      QST also provides support for acoustically-optimized fan speed
      control. Based upon readings obtained from the temperature sensors,
      Intel QST will determine, over time, the optimal speeds at which to
      operate the available cooling fans, in order to address existing
      thermal conditions with the lowest possible acoustic impact.




      Someone implemented a Linux driver for Intel QST in December 2012. Unfortunately, all references seem to a point to a defunct git repository (http://mose.dyndns.org/mei.git). Other references indicate the successful use of the driver via lm_sensors.



      I have spent some time looking through the Linux source but so far, I haven't found any trace of this driver.



      • Was Intel QST support ever included in the Linux kernel?

      • If so, which driver/kernel module(s) are required for Intel QST support?









      share|improve this question















      I am trying to find a way to access and/or control fan speed via Linux on an Intel Q45 chipset. This chipset contains a feature called Intel Quiet System Technology (Intel QST), which is a part of the Intel Management Engine (Intel ME) running on an embedded co-processor. Intel describes QST as follows:




      The Intel Management Engine (ME) hosts a firmware subsystem – Intel
      Quiet System Technology (QST) – that provides support for the
      monitoring of temperature, voltage, current and fan speed sensors that
      are provided within the Chipset, the Processor and other devices on
      the Motherboard. For each sensor, a Health Status, based upon
      established thresholds, will be determined at regular intervals. Intel
      QST also provides support for acoustically-optimized fan speed
      control. Based upon readings obtained from the temperature sensors,
      Intel QST will determine, over time, the optimal speeds at which to
      operate the available cooling fans, in order to address existing
      thermal conditions with the lowest possible acoustic impact.




      Someone implemented a Linux driver for Intel QST in December 2012. Unfortunately, all references seem to a point to a defunct git repository (http://mose.dyndns.org/mei.git). Other references indicate the successful use of the driver via lm_sensors.



      I have spent some time looking through the Linux source but so far, I haven't found any trace of this driver.



      • Was Intel QST support ever included in the Linux kernel?

      • If so, which driver/kernel module(s) are required for Intel QST support?






      linux-kernel intel fan sensors






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 4 mins ago

























      asked 57 mins ago









      vallismortis

      4241616




      4241616

























          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          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%2f477107%2fwhat-is-the-state-of-linux-kernel-support-for-intel-qst%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f477107%2fwhat-is-the-state-of-linux-kernel-support-for-intel-qst%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          Peggy Mitchell

          Palaiologos

          The Forum (Inglewood, California)