Changeset 5181
- Timestamp:
- 04/16/08 20:22:12 (5 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 2 modified
-
doc/fancontrol.txt (modified) (1 diff)
-
prog/pwm/fancontrol (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/doc/fancontrol.txt
r4589 r5181 8 8 configuration from a file, then calculates fan speeds from temperatures and 9 9 sets the corresponding pwm outputs to the computed values. It is included in 10 lm_sensors since 2.8.0, the latest version is always available through SVN or 11 at http://www.hdev.de/fancontrol/ For easy configuration, there's a script 10 lm_sensors since version 2.8.0. For easy configuration, there's a script 12 11 named pwmconfig which lets you interactively write your configuration file for 13 12 fancontrol. Alternatively you can write this file yourself using the -
lm-sensors/branches/lm-sensors-3.0.0/prog/pwm/fancontrol
r5180 r5181 13 13 # marius.reiner@hdev.de 14 14 # Thanks! 15 #16 # The latest version of this script is available at:17 # http://www.hdev.de/fancontrol/fancontrol.html18 # or in the SVN version of lm_sensors19 15 # 20 16 # For configuration instructions and warnings please see fancontrol.txt, which
