My computer has a hot part and I don't know what it is

I have installed the package ‘lm-sensors’ and I use the command ‘sensors’ to check the temperature of my computer . The output of the command is something like this:

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +86.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:        +58.0°C  (high = +100.0°C, crit = +100.0°C)
Core 4:        +56.0°C  (high = +100.0°C, crit = +100.0°C)
Core 8:        +56.0°C  (high = +100.0°C, crit = +100.0°C)
Core 12:       +71.0°C  (high = +100.0°C, crit = +100.0°C)
Core 16:       +58.0°C  (high = +100.0°C, crit = +100.0°C)
Core 20:       +86.0°C  (high = +100.0°C, crit = +100.0°C)
Core 24:       +57.0°C  (high = +100.0°C, crit = +100.0°C)
Core 28:       +63.0°C  (high = +100.0°C, crit = +100.0°C)
Core 32:       +63.0°C  (high = +100.0°C, crit = +100.0°C)
Core 33:       +63.0°C  (high = +100.0°C, crit = +100.0°C)
Core 34:       +63.0°C  (high = +100.0°C, crit = +100.0°C)
Core 35:       +63.0°C  (high = +100.0°C, crit = +100.0°C)
Core 36:       +62.0°C  (high = +100.0°C, crit = +100.0°C)
Core 37:       +62.0°C  (high = +100.0°C, crit = +100.0°C)
Core 38:       +62.0°C  (high = +100.0°C, crit = +100.0°C)
Core 39:       +62.0°C  (high = +100.0°C, crit = +100.0°C)
Core 40:       +59.0°C  (high = +100.0°C, crit = +100.0°C)
Core 41:       +59.0°C  (high = +100.0°C, crit = +100.0°C)
Core 42:       +59.0°C  (high = +100.0°C, crit = +100.0°C)
Core 43:       +59.0°C  (high = +100.0°C, crit = +100.0°C)
Core 44:       +59.0°C  (high = +100.0°C, crit = +100.0°C)
Core 45:       +59.0°C  (high = +100.0°C, crit = +100.0°C)
Core 46:       +59.0°C  (high = +100.0°C, crit = +100.0°C)
Core 47:       +59.0°C  (high = +100.0°C, crit = +100.0°C)

acer-isa-0000
Adapter: ISA adapter
fan1:        6006 RPM
fan2:        6056 RPM

BAT1-acpi-0
Adapter: ACPI interface
in0:          17.02 V  
curr1:         0.00 A  

iwlwifi_1-virtual-0
Adapter: Virtual device
temp1:        +33.0°C  

nvme-pci-0200
Adapter: PCI adapter
Composite:    +39.9°C  (low  =  -5.2°C, high = +83.8°C)
                       (crit = +87.8°C)

acpitz-acpi-0
Adapter: ACPI interface
temp1:        +90.0°C  

what is “acpitz-acpi-0” . It looks very hot.

It’s the motherboard temperature sensor underneath your CPU. Sometimes that reading is unreliable on Linux because the sensor manufacturer hasn’t released datasheets that are required by developers to read it properly. But in this case 90 seems close enough to

Package id 0:  +86.0°C  (high = +100.0°C, crit = +100.0°C)

it’s time to clean up the fans and replace new thermal-paste.

2 Likes

Or a better CPU cooler.

2 Likes