-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62edea2
commit b16a87b
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ echo "options thinkpad_acpi fan_control=1" | sudo tee -a /usr/lib/modprobe.d/thi | |
sudo modprobe thinkpad_acpi | ||
``` | ||
|
||
### Links | ||
#### Links | ||
|
||
* [Arch wiki](https://wiki.archlinux.org/title/fan_speed_control#ThinkPad_laptops) | ||
* [Thinkpad acpi documentation](https://www.kernel.org/doc/Documentation/laptops/thinkpad-acpi.txt) | ||
|
@@ -43,7 +43,7 @@ It should work on every device but you need to find sensor name and label. | |
tail -n 1 $(ls /sys/class/hwmon/hwmon*/{name,temp*_label,temp*_input} | sort) | ||
``` | ||
|
||
### Links | ||
#### Links | ||
|
||
* [Hwmon kernel documentation](https://www.kernel.org/doc/Documentation/hwmon/sysfs-interface) | ||
|
||
|
@@ -56,15 +56,19 @@ There is a file `/sys/firmware/acpi/platform_profile` which contains current pow | |
cat /sys/firmware/acpi/platform_profile_choices | ||
``` | ||
|
||
# Testing config | ||
#### Links | ||
|
||
* [Kernel commit](https://patchwork.kernel.org/project/linux-acpi/patch/[email protected]/) | ||
|
||
# 🧪 Testing config | ||
|
||
Binary file has `-d` flag which enables debug logs. And `-c` flag to pass config file path. | ||
|
||
```bash | ||
sudo fanctl -d -c ./conf/fanctl.yaml | ||
``` | ||
|
||
# Install | ||
# 📦 Install | ||
|
||
## Manual | ||
|
||
|