3

when running sudo sensors-detect I'm getting:

Sorry, no sensors were detected.
Either your system has no sensors, or they are not supported, or
they are connected to an I2C or SMBus adapter that is not
supported. If you find out what chips are on your board, check
https://hwmon.wiki.kernel.org/device_support_status for driver status.

Some temperatures are returned, but individual cores not, fan speeds are not, etc.:

amdgpu-pci-1700
Adapter: PCI adapter
vddgfx:      974.00 mV 
vddnb:         1.19 V  
edge:         +42.0°C  
PPT:           6.00 mW

mt7921_phy0-pci-1100 Adapter: PCI adapter temp1: +38.0°C

k10temp-pci-00c3 Adapter: PCI adapter Tctl: +46.0°C

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

amdgpu-pci-0300 Adapter: PCI adapter vddgfx: 686.00 mV fan1: 0 RPM (min = 0 RPM, max = 3600 RPM) edge: +44.0°C (crit = +100.0°C, hyst = -273.1°C) (emerg = +105.0°C) junction: +51.0°C (crit = +110.0°C, hyst = -273.1°C) (emerg = +115.0°C) mem: +54.0°C (crit = +108.0°C, hyst = -273.1°C) (emerg = +113.0°C) PPT: 19.00 W (cap = 303.00 W)

gigabyte_wmi-virtual-0 Adapter: Virtual device temp1: +30.0°C
temp2: +60.0°C
temp3: +46.0°C
temp4: +38.0°C
temp5: +38.0°C

nvme-pci-0400 Adapter: PCI adapter Composite: +40.9°C (low = -20.1°C, high = +83.8°C) (crit = +88.8°C) Sensor 2: +73.8°C

I'm complete beginner, can you recommend what I can try? So far I tried adding kernel module fan, but IIUC it all boils down to disappearance of module it87. Can someone advice how this is resolved nowadays? I can only find years old info which I'm not sure if it's still valid or not.

1 Answers1

0

Install lm-sensors. They are needed by other sensors utilities and possibly by sensors-detect.

Starship
  • 151