Use my PC's sensors

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Otyugh

Use my PC's sensors

Post 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 ?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
tdockery97
Level 14
Level 14
Posts: 5058
Joined: Sun Jan 10, 2010 8:54 am
Location: Mt. Angel, Oregon

Re: Use my PC's sensors

Post by tdockery97 »

Do you have the package lm-sensors installed and configured?
Mint Cinnamon 20.1
Otyugh

Re: Use my PC's sensors

Post 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 :(
Locked

Return to “Hardware Support”