Questions tagged as ['sensors']

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: 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
j0h avatar
sodimm, so what? error updating sodimm
au flag
j0h

I bought a dell precision 5610 refurb, 6 core xeon, 32GB ram. I have Ubuntu on it. I keep getting a message: "Error Updating sodimm" enter image description here

performance so far seems to be OK, but I don't know what this error message is trying to tell me. I do not see any ongoing messages in dmesg. The BIOS shows all 32GB Ram, as does the OS. Might I have bad RAM? How can I verify the the integrity of the hardware, and or mak ...

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
How to address Dell M6600 laptop sensor and fan speed issues
cn flag

Does running i8kmon, thermald, and sensors simultaneously have known resource contention issues that cause fans to start spinning at lower temperatures than the thresholds I've configured? Is getting Dell laptop fan speeds and noise under control a solved issue?

I'm running Ubuntu 20.04 on a Dell Precision M6600. I'm using i8kmon and still get fans spinning at higher RPMs triggered at lower temper ...

Score: 0
A Dark Divided Gem avatar
Possible broken temperature sensor
cn flag

My Ubuntu server shut itself off today and after looking at the /var/log/kern.log it was because it overheated:

Sep 8 07:00:22 ipc2-server kernel: [289498.255583] QNX4 filesystem 0.2.3 registered.

Sep 10 20:04:00 ipc2-server kernel: [509336.574882] thermal thermal_zone1: critical temperature reached (100 C), shutting down

Sep 10 20:04:01 ipc2-server kernel: [509337.601860] thermal thermal_zone1: ...

Score: 0
shadySpiral avatar
How to check if my fans working correctly
vn flag

I own a hp laptop and recently I wonder if my fans work correctly.

Assuming that I have always been based on a Windows experience and with that operating system, the fans were always activated and made a great noise!
With Ubuntu instead, my computer has become so silent to do so to make me worry about my fans' work.

So after downloaded and configurated sensors, this is the output:

coretemp-isa-000 ...
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 ...