Questions tagged as ['lm-sensors']

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Â ...
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: ...
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 ...

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- ...
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.
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 ...

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 ...

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 ...
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 ...
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 ...
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?