Fancontrol for framework 16 with CPU AMD Ryzen 7 7840HS

Hi all,

I bought Framework 16" with CPU AMD Ryzen 7 7840HS with motherboard FRANMZCP07.

I’m looking for “how to be sure fan good work” ?

Thanks a lot !

You can force the fans on with:
sudo ./framework_tool --fansetduty 100
and switch them back to auto with:
sudo ./framework_tool --autofanctrl

How it’s possible to use it on debian trixie ?

That is a github repository.
You download the source code using
git clone https://github.com/FrameworkComputer/framework-system.git
Compile it with:
cargo build

Run it with
./target/debug/framework_tool --fansetduty 100

Or you can download a pre-compiled binary from here: