Announcement

Collapse
No announcement yet.

More ASUS Motherboard Sensors & Other Hardware Monitoring Improvements For Linux 5.20

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • More ASUS Motherboard Sensors & Other Hardware Monitoring Improvements For Linux 5.20

    Phoronix: More ASUS Motherboard Sensors & Other Hardware Monitoring Improvements For Linux 5.20

    Ahead of the Linux 5.19 stable kernel being launched later today, a few pull requests have already begun queuing for the Linux 5.20 merge window. Among those early pulls are the hardware monitoring "HWMON" subsystem updates...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    I've always bought ASUS motherboards, but this time I went with MSI... Their use of strange variants of NCT Super I/O chips is complicated, thus proper HWMON support is complicated and needs an outside community module (https://github.com/Fred78290/nct6687d). Next time I'm going to stick with ASUS again.

    Comment


    • #3
      Originally posted by insilications View Post
      I've always bought ASUS motherboards, but this time I went with MSI... Their use of strange variants of NCT Super I/O chips is complicated, thus proper HWMON support is complicated and needs an outside community module (https://github.com/Fred78290/nct6687d). Next time I'm going to stick with ASUS again.
      I also need this for my Zenith II extreme Mobo.
      I wonder if it's still required with 5.20.

      Comment


      • #4
        the new asus sensor stuff sure is nice, being able to see various temps and sensors I don't have xD

        Comment


        • #5
          Originally posted by insilications View Post
          I've always bought ASUS motherboards, but this time I went with MSI... Their use of strange variants of NCT Super I/O chips is complicated, thus proper HWMON support is complicated and needs an outside community module (https://github.com/Fred78290/nct6687d). Next time I'm going to stick with ASUS again.
          i use a msi b550 tomahawk. never knew about this. i figured what lmsensors was showing me was good enough. ill give this module a try.

          Comment


          • #6
            Here I am with my ASUS PRIME B450-PLUS with no support Well, I guess I could check if there's support for it (BIOS has updated several times along the years...)

            Comment


            • #7
              With all the hacking Gunter is doing to the LM90 driver to support so many things...perhaps we'll hear in future releases that it also works as a:
              • can opener
              • knife sharpener
              • pitchfork
              • TESLA car charger
              On the other hand, I guess when the only tool that you have is a hammer, then every problem looks like a nail.

              Comment


              • #8
                Originally posted by MastaG View Post

                I also need this for my Zenith II extreme Mobo.
                I wonder if it's still required with 5.20.
                Hi,
                have you tried that driver and does it work? It doesn't look like the correct chip to me.

                On my ASUS Zenith II Extreme (non Alpha, but I think they are the same), the chip identifies as a nct6798D. I think it's the nct6775 kernel driver that manages this.

                This kernel shows me this in sensors:

                Code:
                nct6798-isa-0290
                Adapter: ISA adapter
                in0:                        1.15 V  (min =  +0.00 V, max =  +1.74 V)
                in1:                      992.00 mV (min =  +0.00 V, max =  +0.00 V)  ALARM
                in2:                        3.38 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
                in3:                        3.30 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
                in4:                        1.74 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
                in5:                      592.00 mV (min =  +0.00 V, max =  +0.00 V)  ALARM
                in6:                      880.00 mV (min =  +0.00 V, max =  +0.00 V)  ALARM
                in7:                        3.38 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
                in8:                        3.26 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
                in9:                      888.00 mV (min =  +0.00 V, max =  +0.00 V)  ALARM
                in10:                     232.00 mV (min =  +0.00 V, max =  +0.00 V)  ALARM
                in11:                     600.00 mV (min =  +0.00 V, max =  +0.00 V)  ALARM
                in12:                       1.02 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
                in13:                       1.20 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
                in14:                       1.77 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
                fan1:                      760 RPM  (min =    0 RPM)
                fan2:                     2303 RPM  (min =    0 RPM)
                fan3:                      821 RPM  (min =    0 RPM)
                fan6:                        0 RPM  (min =    0 RPM)
                fan7:                        0 RPM  (min =    0 RPM)
                SYSTIN:                    +47.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
                CPUTIN:                    +48.5°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
                AUXTIN0:                   +32.5°C    sensor = thermistor
                AUXTIN1:                   +69.0°C    sensor = thermistor
                AUXTIN2:                   +16.0°C    sensor = thermistor
                AUXTIN3:                   -19.0°C    sensor = thermistor
                PECI Agent 0 Calibration:  +53.0°C
                PCH_CHIP_CPU_MAX_TEMP:      +0.0°C
                PCH_CHIP_TEMP:              +0.0°C
                PCH_CPU_TEMP:               +0.0°C
                TSI0_TEMP:                 +63.2°C
                TSI1_TEMP:                 +74.5°C
                intrusion0:               ALARM
                intrusion1:               ALARM
                beep_enable:              disabled
                The new code in 5.20 extends the asusec driver, and adds this block to the sensors output:

                Code:
                asusec-isa-0000
                Adapter: ISA adapter
                CPU Core:          1.41 V
                CPU_Opt:            0 RPM
                VRM HS:             0 RPM
                Chipset:         5349 RPM
                Water_Flow:         0 RPM
                Chipset:          +74.0°C
                CPU:              +53.0°C
                Motherboard:      +47.0°C
                T_Sensor:         -40.0°C
                VRM:              +52.0°C
                Water_In:         -40.0°C
                Water_Out:        -40.0°C
                Water_Block_In:   -40.0°C
                Water_Block_Out:  -40.0°C
                T_sensor_2:       +39.0°C
                Extra_1:          -40.0°C
                Extra_2:          -40.0°C
                Extra_3:          -40.0°C
                CPU:              11.00 A
                What's displayed depends on what you have connected on your motherboard (-40.0°C is the value displayed when nothing is connected to a sensor).

                It looks like there are not a lot of Zenith II Extreme Linux hackers around, haven't seen a lot of work happen to support them.

                Comment

                Working...
                X