How to monitor Ryzen Temperatures on Ubuntu 18.04?












1















i found this post



https://linuxconfig.org/monitor-amd-ryzen-temperatures-in-linux-with-latest-kernel-modules



however the git repository they are using doesn't exist any more so i cannot try it.



hardware:



@SERVER:~$ sudo sensors-detect
# sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)
# Board: ASUSTeK COMPUTER INC. ROG STRIX X370-F GAMING
# Kernel: 4.15.0-38-generic x86_64
# Processor: AMD Ryzen 7 1800X Eight-Core Processor (23/1/1)

......

Sorry, no sensors were detected.
Either your system has no sensors, or they are not supported, or
they are connected to an I2C or SMBus adapter that is not
supported. If you find out what chips are on your board, check
http://www.lm-sensors.org/wiki/Devices for driver status.









share|improve this question



























    1















    i found this post



    https://linuxconfig.org/monitor-amd-ryzen-temperatures-in-linux-with-latest-kernel-modules



    however the git repository they are using doesn't exist any more so i cannot try it.



    hardware:



    @SERVER:~$ sudo sensors-detect
    # sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)
    # Board: ASUSTeK COMPUTER INC. ROG STRIX X370-F GAMING
    # Kernel: 4.15.0-38-generic x86_64
    # Processor: AMD Ryzen 7 1800X Eight-Core Processor (23/1/1)

    ......

    Sorry, no sensors were detected.
    Either your system has no sensors, or they are not supported, or
    they are connected to an I2C or SMBus adapter that is not
    supported. If you find out what chips are on your board, check
    http://www.lm-sensors.org/wiki/Devices for driver status.









    share|improve this question

























      1












      1








      1








      i found this post



      https://linuxconfig.org/monitor-amd-ryzen-temperatures-in-linux-with-latest-kernel-modules



      however the git repository they are using doesn't exist any more so i cannot try it.



      hardware:



      @SERVER:~$ sudo sensors-detect
      # sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)
      # Board: ASUSTeK COMPUTER INC. ROG STRIX X370-F GAMING
      # Kernel: 4.15.0-38-generic x86_64
      # Processor: AMD Ryzen 7 1800X Eight-Core Processor (23/1/1)

      ......

      Sorry, no sensors were detected.
      Either your system has no sensors, or they are not supported, or
      they are connected to an I2C or SMBus adapter that is not
      supported. If you find out what chips are on your board, check
      http://www.lm-sensors.org/wiki/Devices for driver status.









      share|improve this question














      i found this post



      https://linuxconfig.org/monitor-amd-ryzen-temperatures-in-linux-with-latest-kernel-modules



      however the git repository they are using doesn't exist any more so i cannot try it.



      hardware:



      @SERVER:~$ sudo sensors-detect
      # sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)
      # Board: ASUSTeK COMPUTER INC. ROG STRIX X370-F GAMING
      # Kernel: 4.15.0-38-generic x86_64
      # Processor: AMD Ryzen 7 1800X Eight-Core Processor (23/1/1)

      ......

      Sorry, no sensors were detected.
      Either your system has no sensors, or they are not supported, or
      they are connected to an I2C or SMBus adapter that is not
      supported. If you find out what chips are on your board, check
      http://www.lm-sensors.org/wiki/Devices for driver status.






      monitor temperature monitoring






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 10 '18 at 12:40









      genx1mx6genx1mx6

      63




      63






















          1 Answer
          1






          active

          oldest

          votes


















          1














          As of Linux kernel version 3.15 (which is a default in Ubuntu 18.04.1), both it87 and nct6775 modules are included in the release. You don't have to compile them yourself.



          Here is what it87 is capable right now – in this example on AMD Ryzen 5 2600:



          $ sensors
          it8792-isa-0a60
          Adapter: ISA adapter
          in0: +0.80 V (min = +0.00 V, max = +2.78 V)
          in1: +1.02 V (min = +0.00 V, max = +2.78 V)
          in2: +1.08 V (min = +0.00 V, max = +2.78 V)
          +3.3V: +1.67 V (min = +0.00 V, max = +2.78 V)
          in4: +1.30 V (min = +0.00 V, max = +2.78 V)
          in5: +1.17 V (min = +0.00 V, max = +2.78 V)
          in6: +2.78 V (min = +0.00 V, max = +2.78 V) ALARM
          3VSB: +1.67 V (min = +0.00 V, max = +2.78 V)
          Vbat: +1.60 V
          fan1: 0 RPM (min = 0 RPM)
          fan2: 0 RPM (min = 0 RPM)
          fan3: 0 RPM (min = 0 RPM)
          temp1: +30.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
          temp2: +34.0°C (low = +127.0°C, high = +127.0°C) sensor = Intel PECI
          temp3: +34.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
          intrusion0: ALARM


          If you need per core temperatures and/or better support for AMD Zen 2 CPUs, they will be available in 4.21 kernel release – hopefully by the end of Q1'2019. More info on Phoronix.



          UPDATE: 4.21 just became 5.0 with the 5.0-rc1 release






          share|improve this answer

























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            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: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            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%2faskubuntu.com%2fquestions%2f1091671%2fhow-to-monitor-ryzen-temperatures-on-ubuntu-18-04%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            As of Linux kernel version 3.15 (which is a default in Ubuntu 18.04.1), both it87 and nct6775 modules are included in the release. You don't have to compile them yourself.



            Here is what it87 is capable right now – in this example on AMD Ryzen 5 2600:



            $ sensors
            it8792-isa-0a60
            Adapter: ISA adapter
            in0: +0.80 V (min = +0.00 V, max = +2.78 V)
            in1: +1.02 V (min = +0.00 V, max = +2.78 V)
            in2: +1.08 V (min = +0.00 V, max = +2.78 V)
            +3.3V: +1.67 V (min = +0.00 V, max = +2.78 V)
            in4: +1.30 V (min = +0.00 V, max = +2.78 V)
            in5: +1.17 V (min = +0.00 V, max = +2.78 V)
            in6: +2.78 V (min = +0.00 V, max = +2.78 V) ALARM
            3VSB: +1.67 V (min = +0.00 V, max = +2.78 V)
            Vbat: +1.60 V
            fan1: 0 RPM (min = 0 RPM)
            fan2: 0 RPM (min = 0 RPM)
            fan3: 0 RPM (min = 0 RPM)
            temp1: +30.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
            temp2: +34.0°C (low = +127.0°C, high = +127.0°C) sensor = Intel PECI
            temp3: +34.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
            intrusion0: ALARM


            If you need per core temperatures and/or better support for AMD Zen 2 CPUs, they will be available in 4.21 kernel release – hopefully by the end of Q1'2019. More info on Phoronix.



            UPDATE: 4.21 just became 5.0 with the 5.0-rc1 release






            share|improve this answer






























              1














              As of Linux kernel version 3.15 (which is a default in Ubuntu 18.04.1), both it87 and nct6775 modules are included in the release. You don't have to compile them yourself.



              Here is what it87 is capable right now – in this example on AMD Ryzen 5 2600:



              $ sensors
              it8792-isa-0a60
              Adapter: ISA adapter
              in0: +0.80 V (min = +0.00 V, max = +2.78 V)
              in1: +1.02 V (min = +0.00 V, max = +2.78 V)
              in2: +1.08 V (min = +0.00 V, max = +2.78 V)
              +3.3V: +1.67 V (min = +0.00 V, max = +2.78 V)
              in4: +1.30 V (min = +0.00 V, max = +2.78 V)
              in5: +1.17 V (min = +0.00 V, max = +2.78 V)
              in6: +2.78 V (min = +0.00 V, max = +2.78 V) ALARM
              3VSB: +1.67 V (min = +0.00 V, max = +2.78 V)
              Vbat: +1.60 V
              fan1: 0 RPM (min = 0 RPM)
              fan2: 0 RPM (min = 0 RPM)
              fan3: 0 RPM (min = 0 RPM)
              temp1: +30.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
              temp2: +34.0°C (low = +127.0°C, high = +127.0°C) sensor = Intel PECI
              temp3: +34.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
              intrusion0: ALARM


              If you need per core temperatures and/or better support for AMD Zen 2 CPUs, they will be available in 4.21 kernel release – hopefully by the end of Q1'2019. More info on Phoronix.



              UPDATE: 4.21 just became 5.0 with the 5.0-rc1 release






              share|improve this answer




























                1












                1








                1







                As of Linux kernel version 3.15 (which is a default in Ubuntu 18.04.1), both it87 and nct6775 modules are included in the release. You don't have to compile them yourself.



                Here is what it87 is capable right now – in this example on AMD Ryzen 5 2600:



                $ sensors
                it8792-isa-0a60
                Adapter: ISA adapter
                in0: +0.80 V (min = +0.00 V, max = +2.78 V)
                in1: +1.02 V (min = +0.00 V, max = +2.78 V)
                in2: +1.08 V (min = +0.00 V, max = +2.78 V)
                +3.3V: +1.67 V (min = +0.00 V, max = +2.78 V)
                in4: +1.30 V (min = +0.00 V, max = +2.78 V)
                in5: +1.17 V (min = +0.00 V, max = +2.78 V)
                in6: +2.78 V (min = +0.00 V, max = +2.78 V) ALARM
                3VSB: +1.67 V (min = +0.00 V, max = +2.78 V)
                Vbat: +1.60 V
                fan1: 0 RPM (min = 0 RPM)
                fan2: 0 RPM (min = 0 RPM)
                fan3: 0 RPM (min = 0 RPM)
                temp1: +30.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
                temp2: +34.0°C (low = +127.0°C, high = +127.0°C) sensor = Intel PECI
                temp3: +34.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
                intrusion0: ALARM


                If you need per core temperatures and/or better support for AMD Zen 2 CPUs, they will be available in 4.21 kernel release – hopefully by the end of Q1'2019. More info on Phoronix.



                UPDATE: 4.21 just became 5.0 with the 5.0-rc1 release






                share|improve this answer















                As of Linux kernel version 3.15 (which is a default in Ubuntu 18.04.1), both it87 and nct6775 modules are included in the release. You don't have to compile them yourself.



                Here is what it87 is capable right now – in this example on AMD Ryzen 5 2600:



                $ sensors
                it8792-isa-0a60
                Adapter: ISA adapter
                in0: +0.80 V (min = +0.00 V, max = +2.78 V)
                in1: +1.02 V (min = +0.00 V, max = +2.78 V)
                in2: +1.08 V (min = +0.00 V, max = +2.78 V)
                +3.3V: +1.67 V (min = +0.00 V, max = +2.78 V)
                in4: +1.30 V (min = +0.00 V, max = +2.78 V)
                in5: +1.17 V (min = +0.00 V, max = +2.78 V)
                in6: +2.78 V (min = +0.00 V, max = +2.78 V) ALARM
                3VSB: +1.67 V (min = +0.00 V, max = +2.78 V)
                Vbat: +1.60 V
                fan1: 0 RPM (min = 0 RPM)
                fan2: 0 RPM (min = 0 RPM)
                fan3: 0 RPM (min = 0 RPM)
                temp1: +30.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
                temp2: +34.0°C (low = +127.0°C, high = +127.0°C) sensor = Intel PECI
                temp3: +34.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
                intrusion0: ALARM


                If you need per core temperatures and/or better support for AMD Zen 2 CPUs, they will be available in 4.21 kernel release – hopefully by the end of Q1'2019. More info on Phoronix.



                UPDATE: 4.21 just became 5.0 with the 5.0-rc1 release







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Jan 8 at 0:26

























                answered Jan 6 at 13:54









                TPhasterTPhaster

                114




                114






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • 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%2faskubuntu.com%2fquestions%2f1091671%2fhow-to-monitor-ryzen-temperatures-on-ubuntu-18-04%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

                    Quarter-circle Tiles

                    build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                    Mont Emei