Hello there, I’ve recently decided to install EndeavourOS and I’ve kinda felt on a pit about fan control. Not my first time with Linux or Arch for that matter, but assume I know nothing.
I’ve installed coolercontrol and I have full control of the GPU fan (an AMD Radeon RX 6600 XT), but CPU (AMD Ryzen 7 1700) only shows temps. My motherboard is an ASUS PRIME X-370 PRO.
I’ve executed the first command here, but no drivers seem to be found. If someone could please give me a hand, I’d appreciate it.
As you’ve got an Ryzen CPU of the 1st gen, you may also want to install zenpower3-dkms or alternatively ryzen_smu-dkms-git if zenpower3-dkms won’t detect the temperature sensors.
In terms of the actual fan control, I didn’t liked CoolerControl as well as CoreCtrl and ended up with fan2go and it’s fan2go-tui.
I’ve installed both packages. No RPM still on sensors, but the CPU has extra temp sensors now! This is what sensors-detect gives me:
Now follows a summary of the probes I have just done.
Just press ENTER to continue:
Driver `k10temp':
* Chip `AMD Family 17h thermal sensors' (confidence: 9)
Driver `to-be-written':
* ISA bus, address 0x290
Chip `ITE IT8665E Super IO Sensors' (confidence: 9)
Note: there is no driver for ITE IT8665E Super IO Sensors yet.
Check https://hwmon.wiki.kernel.org/device_support_status for updates.
If you’re uncertain, you could use sensors | eos-sendlog and the eos-sendlog tool will upload it to an pastebin which you could share here.
EDIT:
Sorry, it’s late already where I’m at.
I missed the part on the missing driver for the IT8665E sensors.
Check it87-dkms-git, that package should provide the missing driver for the IT8665E Super I/O chip according to the github site. There is also an alternate lm_sensors-it87-git package that would require it as a dependency.
Check this pinned comment on the package it87-dkms-git which was posted by another user of EndeavourOS.
In short, modprobe it87 might not be sufficient to load that driver persistently. I would adopt the changes the comment is suggesting. And execute sudo dracut-rebuild afterwards, if I’m not mistaken.
After an reboot, you’ld have to execute sensors-detect again.
In case you choose fan2go, it will automatically detect the fans. But as there is only one pwm signal present currently, that’s most likely the one.
Check the configuration part of the github repo site. It might be a bit overwhelming and fiddly to set up. But once configured correctly and mapped with proper fan curves, it would only require the activation of the systemd service to run permanently.