I am trying to monitor the temperatures and fan speeds of my desktop PC (Intel i7-7700k + Asus TUF Z270 Mark II + GeForce GTX 1060) through lm-sensors
but sensors
only outputs CPU info. I run several times sensors-detect
, answered YES to all the questions YES/no, loaded the corresponding modules in /etc/modules
but nothing works.
The modules it seems that I have to load are coretemp
, nct6775
and i2c-i801
. I put them in the /etc/modules
file, restarted kmod
, reboot the machine, all things, and nothing works. I only see the CPU temps when running sensors
. This is the output:
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +43.0°C (high = +80.0°C, crit = +100.0°C)
Core 0: +38.0°C (high = +80.0°C, crit = +100.0°C)
Core 1: +40.0°C (high = +80.0°C, crit = +100.0°C)
Core 2: +39.0°C (high = +80.0°C, crit = +100.0°C)
Core 3: +39.0°C (high = +80.0°C, crit = +100.0°C)
Nothing more. Nothing related to fans, to PCH temperature, motherboard, anything.
Does anyone know what is wrong and can help me please?
Thank you very much
acpi_enforce_resources=lax
to grub cmd line solves the problem, but it also seems that exposes the system to some inestabilities. It is a temporal fix, but not the solution to the problem :( – Javier Aug 26 '20 at 10:19