Temperature Control in Mageia

To control the temperature we install i2c-tools and then set up sensors-detect.

To configure sensors-detect we go to the console (root mode) and answer yes to all questions that we do:

#sensors-detect

Some Super I/O chips contain embedded sensors. We have to write to
standard I/O ports to probe them. This is usually safe.
Do you want to scan for Super I/O sensors? (YES/no): y

We first try to get the information from SMBIOS. If we don’t find it
there, we have to read from arbitrary I/O ports to probe for such
interfaces. This is normally safe. Do you want to scan for IPMI
interfaces? (YES/no): y

Next adapter: NVIDIA i2c adapter  (i2c-0)
Do you want to scan it? (YES/no/selectively): y

Next adapter: SMBus I801 adapter at 0400 (i2c-3)
Do you want to scan it? (YES/no/selectively): y

Then, with the sensors command, we can see the temperature from the console or graphical applications installed:

# sensors
w83627thf-isa-0290
Adapter: ISA adapter
in0:         +1.62 V  (min =  +0.00 V, max =  +3.84 V)
in1:         +3.23 V  (min =  +2.70 V, max =  +1.55 V)   ALARM
in2:         +3.30 V  (min =  +0.45 V, max =  +2.35 V)   ALARM
in3:         +2.88 V  (min =  +1.34 V, max =  +1.06 V)   ALARM
in4:         +4.08 V  (min =  +0.11 V, max =  +1.15 V)   ALARM
in7:         +2.98 V  (min =  +0.72 V, max =  +2.06 V)   ALARM
in8:         +3.30 V  (min =  +1.20 V, max =  +1.18 V)   ALARM
fan1:       2700 RPM  (min = 3515 RPM, div = 4)  ALARM
fan2:       3552 RPM  (min = 4856 RPM, div = 2)  ALARM
fan3:       2766 RPM  (min = 2743 RPM, div = 4)
temp1:       +47.0°C  (high = +110.0°C, hyst = +72.0°C)  sensor = thermistor
temp2:       +38.5°C  (high = +80.0°C, hyst = +75.0°C)  sensor = diode
temp3:       -48.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
cpu0_vid:   +1.525 V
beep_enable:enabled

From graphics applications:

Deja un comentario