bsvh/fw-ectool

Description

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.

Installation Instructions

Instructions not filled in by author. Author knows what to do. Everybody else should avoid this repo.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download Fedora 37 x86_64 (0)* Fedora 37 (0 downloads)

* Total number of packages downloaded in the last seven days.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/bsvh/fw-ectool/

Thanks for saving me some time. In case anyone else wants to use this tool installation is what you’d typically expect:

sudo dnf copr enable bsvh/fw-ectool
sudo dnf install fw-ectool

This provides you with the ectool controller which allows for control over hardware on the framework laptops. To learn what you can do with the tool use ectool help (not --help) to print out all the available operations. Further when using values for hardware if you don’t know the format of the inputs just write out what it is you’re trying to customize and the tool should give you hints. For example:

rowanfr@fedora ~> sudo ectool fanduty
Usage: fanduty [idx] <percent>
'fanduty 0 50' - Set fan 0 duty cycle to 50 percent
'fanduty 30' - Set all fans duty cycle to 30 percent