I want to control the fans of my Gigabyte A5K1 laptop with fancontrol
on Ubuntu 22.04. Fancontrol uses lm-sensors
and pwmconfig
.
To use fancontrol
, you need to detect your built-in sensors with the sensors-detect command, but I always get the output, that no sensors were detected and that it's relatively common on Laptops, where thermal management is handled by ACPI rather than the OS.
When I try to start pwmconfig
, I always get the output
There are no pwm-capable sensor modules installed
and that's it, nothing more.
The laptop consists of a Ryzen 5 5600H and a RTX 3060. Couldn't find any info on the MoBo, Dmidecode just says A5K1, which is the laptops name, but it's definitely an AM4 board.
Here is a Pastebin log of the sensors-detect
command.
I hope you can help me, I'm starting to get desperate as a Linux newbie :/