Announcement

Collapse
No announcement yet.

ASRock Z97 Extreme6

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

  • #31
    Originally posted by squigish
    I've got this board, and I've successfully managed to get lm-sensors to recognize the fan control hardware on xubuntu 14.04. I don't remember the details of what I did, but I plan on duplicating it in Linux Mint, so maybe I'll write something up then.
    Originally posted by hooly View Post
    looking forward to seeing that. wanted this, haven't found the time to dig into it, happy to let you show us how.
    I finally (15 months later) got around to duplicating it in linux mint. In the mean time, lm-sensors has released a new version, and I just upgraded to kernel 3.16. I'm not sure which of those are necessary, but all I had to do to get it to work was compile and install lm-sensors from source, (the one in the repo might work too), and then ran modprobe nct6775 as root. Then sensors showed the monitoring chip with all the fan speeds and voltages and stuff. To get it to stick, I added the modprobe line to /etc/init.d/lm-sensors.

    Still no luck on finding and installing a firmware upgrade for the SATA chips. Anybody else have any ideas, or something specific that worked? I've tried a couple of firmware files, but all of the installs failed.

    Comment


    • #32
      Originally posted by squigish View Post


      I finally (15 months later) got around to duplicating it in linux mint. In the mean time, lm-sensors has released a new version, and I just upgraded to kernel 3.16. I'm not sure which of those are necessary, but all I had to do to get it to work was compile and install lm-sensors from source, (the one in the repo might work too), and then ran modprobe nct6775 as root. Then sensors showed the monitoring chip with all the fan speeds and voltages and stuff. To get it to stick, I added the modprobe line to /etc/init.d/lm-sensors.

      Still no luck on finding and installing a firmware upgrade for the SATA chips. Anybody else have any ideas, or something specific that worked? I've tried a couple of firmware files, but all of the installs failed.

      I can confirm the sensors. I am on Mint 17 Qiana, kernel 3.16.0-31, with the lm-sensors from the repository (1:3.3.4-2ubuntu1). Using "modprobe nct6775" is all that was needed for the sensors to work (I confirm only coretemp works without the module loaded). I suspect that there are some problems or inaccurate readings, though, but I think it's probably not related to that board specifically:


      Code:
      coretemp-isa-0000
      Adapter: ISA adapter
      Physical id 0:  +33.0?C  (high = +80.0?C, crit = +100.0?C)
      Core 0:         +33.0?C  (high = +80.0?C, crit = +100.0?C)
      Core 1:         +29.0?C  (high = +80.0?C, crit = +100.0?C)
      Core 2:         +29.0?C  (high = +80.0?C, crit = +100.0?C)
      Core 3:         +32.0?C  (high = +80.0?C, crit = +100.0?C)
      
      nct6791-isa-0290
      Adapter: ISA adapter
      in0:                    +0.89 V  (min =  +0.00 V, max =  +1.74 V)
      in1:                    +1.68 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
      in2:                    +3.31 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
      in3:                    +3.31 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
      in4:                    +1.02 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
      in5:                    +1.01 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
      in6:                    +0.00 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
      in7:                    +3.47 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
      in8:                    +3.31 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
      in9:                    +1.01 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
      in10:                   +0.00 V  (min =  +0.00 V, max =  +0.00 V)
      in11:                   +1.00 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
      in12:                   +0.73 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
      in13:                   +0.82 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
      in14:                   +0.22 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
      fan1:                     0 RPM  (min =    0 RPM)
      fan2:                  1108 RPM  (min =    0 RPM)
      fan3:                     0 RPM  (min =    0 RPM)
      fan4:                     0 RPM  (min =    0 RPM)
      fan5:                     0 RPM  (min =    0 RPM)
      fan6:                     0 RPM
      SYSTIN:                 +33.0?C  (high =  +0.0?C, hyst =  +0.0?C)  ALARM  sensor = thermistor
      CPUTIN:                 +84.0?C  (high = +80.0?C, hyst = +75.0?C)  sensor = thermistor
      AUXTIN0:               +127.5?C    sensor = thermistor
      AUXTIN1:               -128.0?C    sensor = thermistor
      AUXTIN2:                +26.0?C    sensor = thermistor
      AUXTIN3:               +102.0?C    sensor = thermistor
      PECI Agent 0:           +32.0?C  (high = +80.0?C, hyst = +75.0?C)
                                       (crit = +100.0?C)
      PCH_CHIP_CPU_MAX_TEMP:   +0.0?C  
      PCH_CHIP_TEMP:           +0.0?C  
      PCH_CPU_TEMP:            +0.0?C  
      intrusion0:            ALARM
      intrusion1:            ALARM
      beep_enable:           disabled
      Thanks for the findings.

      Comment

      Working...
      X