X99 Deluxe and linux sensors: no worky

Associate
Joined
8 Apr 2008
Posts
1,490
Location
Berks+Powys
On previous Asus boards (like my P8Z68*) all the fans, temp sensors and voltages were available using lm-sensors in linux, however, the new X99 board doesn't work; there seems to be some sort of ACPI conflict and the sensors and stuff are not exposed by ACPI itself..

So no monitoring or tweaking, hover, the fans driven by the BIOS seems to be all working properly, but no temp or voltage monitoring which is a little annoying!
 
most newer boards suffer from this, my z97 does too, In your boot config line (grub)

acpi_enforce_resources=lax

That will allow sensord to load/use the driver.
 
Thanks pete910, my googling had had me find that same fix, it works now; even if some of the thermistors read silly values; I suspect it's the thermistors that are suposed to be on the 'extra' mini card Asus ships with the X99 Deluxe...
 
Shot in the dark Busserror, Does your board use the Nuvoton nct6791 by ant chance ?

If so I have a sensors.conf file that i've modded for use with it

Shows like this on my z97 sabertooth.
Code:
[pete@com1 ~]$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +27.8°C  (crit = +105.0°C)
temp2:        +29.8°C  (crit = +105.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +32.0°C  (high = +80.0°C, crit = +100.0°C)
Core 0:         +30.0°C  (high = +80.0°C, crit = +100.0°C)
Core 1:         +32.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:         +30.0°C  (high = +80.0°C, crit = +100.0°C)

nct6791-isa-0290
Adapter: ISA adapter
CPU Vcc:                +1.73 V  (min =  +0.00 V, max =  +3.49 V)
+5V:                    +5.04 V  (min =  +4.76 V, max =  +5.24 V)
AVCC:                   +3.41 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
+3.3V:                  +3.41 V  (min =  +3.14 V, max =  +3.47 V)
+12V:                  +12.48 V  (min = +11.42 V, max = +12.58 V)
3VSB:                   +3.42 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
Vbat:                   +3.36 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
Vcore:                  +1.02 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
GPU:                    +0.00 V  (min =  +0.00 V, max =  +0.00 V)
sys agent:              +0.83 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
Fan 1:                    0 RPM  (min =    0 RPM)
CPU fan:                422 RPM  (min =    0 RPM)
Fan 2:                  409 RPM  (min =    0 RPM)
Fan 3:                    0 RPM  (min =    0 RPM)
Fan 4:                    0 RPM  (min =    0 RPM)
CPU Opt Fan:            741 RPM
SYSTIN:                 +28.0°C  (high =  +0.0°C, hyst =  +0.0°C)  ALARM  sensor = thermistor
CPUTIN:                 +32.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
AUXTIN0:               -128.0°C    sensor = thermistor
AUXTIN1:               -128.0°C    sensor = thermistor
AUXTIN2:                +35.0°C    sensor = thermistor
AUXTIN3:               +127.0°C    sensor = thermistor
PECI Agent 0:           +30.5°C  
PCH_CHIP_CPU_MAX_TEMP:   +0.0°C  
PCH_CHIP_TEMP:           +0.0°C                                                                                                   
PCH_CPU_TEMP:            +0.0°C                                                                                                   
beep_enable:           disabled
 
Back
Top Bottom