I recently built a new machine. Unfortunately, I am unable to monitor the CPU temps. I'm hoping someone with more experience than myself can help me troubleshoot.
Here is some relevant output from sensors-detect
sensors-detect version 3.6.0
Board: ASRock A520M-ITX/ac
Kernel: 5.10.9-169.current x86_64
Processor: AMD Ryzen 5 PRO 4650G with Radeon Graphics (23/96/1)
This program will help you determine which kernel modules you need
to load to use lm_sensors most effectively. It is generally safe
and recommended to accept the default answers to all questions,
unless you know what you're doing.
Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no):
Module cpuid loaded successfully.
Silicon Integrated Systems SIS5595... No
VIA VT82C686 Integrated Sensors... No
VIA VT8231 Integrated Sensors... No
AMD K8 thermal sensors... No
AMD Family 10h thermal sensors... No
AMD Family 11h thermal sensors... No
AMD Family 12h and 14h thermal sensors... No
AMD Family 15h thermal sensors... No
AMD Family 16h thermal sensors... No
AMD Family 17h thermal sensors... No
AMD Family 15h power sensors... No
AMD Family 16h power sensors... No
Hygon Family 18h thermal sensors... No
Intel digital thermal sensor... No
Intel AMB FB-DIMM thermal sensor... No
Intel 5500/5520/X58 thermal sensor... No
VIA C7 thermal sensor... No
VIA Nano thermal sensor... No
Some Super I/O chips contain embedded sensors. We have to write to
standard I/O ports to probe them. This is usually safe.
Do you want to scan for Super I/O sensors? (YES/no):
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor/ITE'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes
Found `Nuvoton NCT6792D Super IO Sensors' Success!
(address 0x290, driver `nct6775')
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor/ITE'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Nuvoton/Fintek'... No
Trying family `ITE'... No`=
After some Googling I pulled up a fix for a similar issue on a different mainboard. The fix was to add "acpi_enforce_resources=lax" to the users Grub config. For clr-boot-manager I added a cmdline file at /etc/kernel/ with the above line. Didn't seem to help.
My next step will be to plop a modules.conf into /etc/modules-load.d/ listing out nct6775 and coretemp as modules to load.
Anyone have any thoughts?