Page 1 of 1

Use my PC's sensors

Posted: Fri Feb 01, 2013 2:40 pm
by Otyugh
Hey,
I was tryning to see if I could have the sensor temperature information on my computer.
So I've tried :

Code: Select all

otyugh@otyugh-desktop ~ $ sensors
k10temp-pci-00c3
Adapter: PCI adapter
temp1:         +0.0°C  (high = +70.0°C)
                       (crit = +70.0°C, hyst = +69.0°C)

nct6776-isa-0290
Adapter: ISA adapter
Vcore:        +0.92 V  (min =  +0.00 V, max =  +1.74 V)
in1:          +1.86 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
AVCC:         +3.44 V  (min =  +2.98 V, max =  +3.63 V)
+3.3V:        +3.42 V  (min =  +2.98 V, max =  +3.63 V)
in4:          +0.00 V  (min =  +0.00 V, max =  +0.00 V)
in5:          +1.66 V  (min =  +0.00 V, max =  +0.00 V)  ALARM
3VSB:         +3.46 V  (min =  +2.98 V, max =  +3.63 V)
Vbat:         +3.36 V  (min =  +2.70 V, max =  +3.30 V)  ALARM
fan1:           0 RPM  (min =    0 RPM)  ALARM
fan2:           0 RPM  (min =    0 RPM)  ALARM
fan3:           0 RPM  (min =    0 RPM)  ALARM
fan4:           0 RPM  (min =    0 RPM)  ALARM
fan5:           0 RPM  (min =    0 RPM)  ALARM
SYSTIN:       +28.0°C  (high =  +0.0°C, hyst =  +0.0°C)  ALARM  sensor = thermistor
CPUTIN:       +27.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
AUXTIN:      -128.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
cpu0_vid:    +0.000 V
intrusion0:  ALARM
intrusion1:  OK
How could I fix that ?

Re: Use my PC's sensors

Posted: Fri Feb 01, 2013 3:56 pm
by tdockery97
Do you have the package lm-sensors installed and configured?

Re: Use my PC's sensors

Posted: Fri Feb 01, 2013 4:02 pm
by Otyugh
I did the following :
sudo apt-get install lm-sensors
sudo sensors-detect
#yes, yes, yes, yes, YES, YEEEES
sudo modprobe [module name]
sensors

And here we were :(