Questions tagged as ['lm-sensors']

A set of hardware health monitoring tools.
Score: 2
lm-sensors: From sensors command, what is "Package id 0"?
in flag

When I run sensors on my xubuntu machine, I get the following:

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +80.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:        +80.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:        +46.0°C  (high = +100.0°C, crit = +100.0°C)
Core 2:        +53.0°C  (high = +100.0°C, crit = +100.0°C)
Core 3:        +48.0°C  (high = +100.0°C, crit = +100.0 ...
Score: 1
pyte avatar
lm-sensors not working on new Server
sa flag

I have a new Server here freshly installed with Ubuntu Server 20.04 LTS. After booting into the System the Fans get faster and faster until the spin at 100% it seems.

I've installed lm-sensors and ran sensors-detect, but it seems like it is not detected corretly. Here is the output of sensors:

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +50.0°C  (high = +90.0°C, crit = +100.0°C)
Core 0:    ...
Score: 0
El_Birdo avatar
How to tell which option relates to my temp sensor when using pwmconfig
in flag

I'm looking to control my fan speeds in Ubuntu 20.04 based on the liquid temp that is recorded by the temp sensor on my Asus Strix B550-I ITX motherboard. I can make this work with my fan controller but I'd like to know if it is also possible to achieve this without.

I've installed lm-sensors and fancontrol (which seems to also include pwmconfig). I've also confirmed that my temp sensor is working and re ...

Score: 0
Is there a way to define a critical temperature in the output of the "Sensors" command?
tz flag

Is there any change that can be applied to the config files of lm-sensors to define a critical value for the temperature of the CPU in the output of the sensors command? Currently, when running the command, I get the below output:

k10temp-pci-00c3 Adapter: PCI adapter temp1: +49.2°C (high = +70.0°C)

The outcome that I'd desire when running the "sensors command" would be as below:

k10temp-pci- ...

Score: 1
Shantanu Bedajna avatar
Psensor customize label add space
in flag

I am using Psensor and using the the label feature of sensors which allows Ubuntu top bar to show the temps and usage, but currently their spacing is too close and looking at it sometimes confuses me.

enter image description here

Like the first one is cpu temp, 2nd is cpu usage 3rd is gpu temp and 4th is gpu usage

Searched some threads but can't find how to do it, some people even added label names not sure if that is even po ...

Score: 2
How to show indicators in top panel in ubuntu 20.04.3?
jp flag

I have ubuntu 20.04.3. What i want is basically small graphical icons and then some sensors values, like cpu and ram usage percentage, cpu and gpu temp, network up/down speeds

What I've tried

  • sudo apt install sensors-applet top panel is not right clickable, cannot find a way to do "Add to panel" stuff (probably its for older versions, and newer graphical ui was just broken by bad developers and lacks ...
Score: 0
Explanation of lmsensor output
cn flag

I am using a small GUI widget that uses lmsensors to display temperatures of CPU, GPU, SSD, and other parts. But, you will have to manually select the device recognising it using its lmsensor name.

Please help in in understanding them as I want to add the temperature of my CPU and SSD in the widget. I can recognize the lmsensor for all other cores of my CPU, but I want to add the common CPU tempe ...

Score: 0
Estatistics avatar
temp2 cpu sensor is disabled. How can I enable it? Why is Disabled?
cn flag

temp2 cpu sensor is disable. How can i enable it? My machine is resetting possibly for high temp.

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +56.0°C  (high = +86.0°C, crit = +92.0°C)
Core 0:        +49.0°C  (high = +86.0°C, crit = +92.0°C)
Core 1:        +52.0°C  (high = +86.0°C, crit = +92.0°C)
Core 2:        +53.0°C  (high = +86.0°C, crit = +92.0°C)
Core 3:        +56.0°C  ...
Score: 1
Athena Wisdom avatar
Actual CPU Core Temperature for AMD Threadripper 2970WX
gr flag

When we get the CPU temperatures for an AMD Threadripper 2970WX in Ubuntu 20.04, does the reported temperatures account for the 27 degree celcius offset?

Snippet of a sensors output:

k10temp-pci-00c3
Adapter: PCI adapter
Tctl:         +69.0°C  
Tdie:         +42.0°C  
Tccd1:        +69.0°C  
Tccd2:        +67.5°C  
Tccd3:        +67.5°C  

In this example, is Tctl1 actually 69.0°C, or do we ...

Score: 1
Bihui Jin avatar
Differences between acpi thermal zone and lm-sensors on the cpu temperature
jp flag

I'd like to monitor the CPU temperature, but I found that both paths contain cpu temp info, x86_pkg_temp under /sys/class/thermal/thermal_zone2/temp and cores' temp under /sys/class/hwmon/hwmon1/temp*_input.

What is the difference between the x86_pkg_temp of ACPI thermal zone and the core temp monitored by lm-sensors? Which one is more accurate?