Changeset 5717 for lm-sensors/trunk/prog/pwm/fancontrol.8
- Timestamp:
- 05/09/09 13:43:06 (4 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/pwm/fancontrol.8 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/pwm/fancontrol.8
r5631 r5717 82 82 .PP 83 83 Each variable has its own line. The variable name is followed by an equal sign 84 and the device=value pairs. These consist of the relative path to the pwm85 output (from /sys/bus/i2c/devices or /sys/class/hwmon 86 depending on the kernel version) for which the value is valid, equal sign 87 followed by the value and are separated by a blank. Example:84 and the device=value pairs. These consist of the path to the pwm output for 85 which the value is valid, equal sign followed by the value and are separated 86 by a blank. Path can be absolute or relative (from /sys/bus/i2c/devices or 87 /sys/class/hwmon depending on the kernel version). Example: 88 88 .IP 89 MINTEMP= w83627hf-isa-0290/pwm2=40 w83627hf-isa-0290/pwm1=5489 MINTEMP=hwmon0/device/pwm1=40 hwmon0/device/pwm2=54 90 90 .PP 91 91 You have to play with the temperature values a bit to get happy. For initial
