This is the system i have:
MB: MSI x570 A PRO
CPU: AMD 3600 (No OC)
RAM: 32 GB with X-AMP enabled for 3200MHz (as per specs)
PSU: 650W Corsair
CPU Colling: Noctua NH-U12S chromax.black
Running Ubuntu 18.04 LTS
Linux version 5.3.0-62-generic (buildd@lcy01-amd64-004) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #56~18.04.1-Ubuntu SMP Wed Jun 24 16:17:03 UTC 2020
(if anything more is relevant i will make sure to include it here)
So i've always wanted to go to Ubuntu but my work required Windows and now i'm able to use Ubuntu on a daily basis but i've had some issues from the start with the system.
The only things that are bothering me is that with a aftermarket cooler Noctua which is rated around 120-150W the CPU is spiking from 40 C to 60-70 without anything running on the bg or foreground and the reason i know its at that temp is because from the BIOS i've set the fans to ramp up when above 60 C. (The thermal paste is covering the cpu nicely without any air pockets)
The other thing that i couldn't find is how can i control my fans from the OS. In the BIOS i have to set them as DC not PWM (with PWM they are at 100% all the time no idea why) and they are not visible trough sensors-detect or any other suggestions here Very high fan speed on Ubuntu 18.04
I'm open to ideas and i would appreciate any help that can be provided :)
/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
and from sensors-detect :Monitoring programs won't work until the needed modules are loaded. You may want to run '/etc/init.d/kmod start' to load them.
but kmod is running. Well i can control them trough the BIOS so i'll leave it at that but its strange and i'm wondering if its something from the MB. – Lalo Staykov Jul 16 '20 at 22:04sensors-detect
, particularly the section that says 'SuperIO'. Pay attention to what the output is. Sometimes it's something simple like Secure Boot is enabled, sometimes it sees the IO chip but doesn't know what to do with it, sometimes you can manually get around that. You can usually tell from the output. – rtaft Jul 17 '20 at 09:33Found Nuvoton NCT6797D Super IO Sensors Success! (address 0xa20, driver nct6775)
– Lalo Staykov Jul 17 '20 at 23:08acpi_enforce_resources=lax
to the grub config and deployed that? – rtaft Jul 19 '20 at 01:29