Files
asrock-pwm-ipmi/README.md

20 lines
753 B
Markdown
Raw Normal View History

2020-07-08 16:21:00 +00:00
# asrock-pwm-ipmi
2020-07-08 14:40:47 -05:00
This is a script to control 4-pin PWM fans on ASRock Rack motherboards with IPMI. The BMC does not properly expose fan control, so they must be controlled using raw IPMI commands. This script is a user-friendly way to do that.
2020-11-21 22:23:05 +00:00
usage: asrock-pwm-ipmi [-h] [-i] [-a] [-q] [FAN:SPEED [FAN:SPEED ...]]
2020-07-08 14:40:47 -05:00
2020-07-08 19:43:01 +00:00
Read information about and control fans on ASRock boards with IPMI.
2020-07-08 14:40:47 -05:00
2020-07-08 19:43:01 +00:00
positional arguments:
FAN:SPEED Fan to change the speed of, and the speed, separated by ':'. Set
to 0 for auto.
2020-07-08 14:40:47 -05:00
2020-07-08 19:43:01 +00:00
optional arguments:
2020-11-21 22:23:31 +00:00
-h, --help show this help message and exit
-i, --info Read fan information
-a, --auto Service to control fans based on temperature
2020-11-21 22:23:05 +00:00
-q, --quiet Hide output