Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSafonov committed Jan 6, 2024
1 parent 62edea2 commit b16a87b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand All @@ -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

Expand Down

0 comments on commit b16a87b

Please sign in to comment.