VERY minimalistic control script for the alienware-wmi driver.
Usage:
awcc-ctl list-profiles
awcc-ctl get-profile
awcc-ctl set-profile <profile>
awcc-ctl get-boost
awcc-ctl set-boost <value>
awcc-ctl [-h | --help]
Compiling and loading my testing backport (Recommended):
or manually applying the required patches:
- Kernel v6.15-rc1 or later (Latest commmit of Linux)
- Patchset: platform/x86: alienware-wmi-wmax: HWMON support + DebugFS + Improvements
To execute this script, do the following:
git clone https://github.com/kuu-rt/awcc-ctl
cd awcc-ctl
chmod +x awcc-ctl
./awcc-ctl
- Add a PKGBUILD for Arch users
If you'd like to make this script better, please make a PR :^)