Show
Ignore:
Timestamp:
09/16/09 17:57:53 (3 years ago)
Author:
khali
Message:

Save hwmon device paths and names in configuration file, and check them
before starting any fan control operation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/pwm/fancontrol.8

    r5765 r5770  
    3939\fBfancontrol\fP will be executed 
    4040.TP 
     41.B DEVPATH 
     42Maps hwmon class devices to physical devices. This lets \fBfancontrol\fP 
     43check that the configuration file is still up-to-date. 
     44.TP 
     45.B DEVNAME 
     46Records hwmon class device names. This lets \fBfancontrol\fP check that 
     47the configuration file is still up-to-date. 
     48.TP 
    4149.B FCTEMPS 
    4250Maps PWM outputs to temperature sensors so \fBfancontrol\fP knows which 
     
    4553.TP 
    4654.B FCFANS 
    47 FCFANS records the association between a PWM and a fan. 
     55Records the association between a PWM output and a fan input. 
    4856Then \fBfancontrol\fP can check the fan speed and restart it if it 
    4957stops unexpectedly. 
     
    93101editing the config file directly following the rules above. 
    94102 
    95 Upon starting, fancontrol will make sure that all referenced sysfs files 
    96 do exist. If not, it will quit immediately, upon the assumption that the 
    97 configuration file may be out-of-sync with the loaded kernel drivers. 
     103Upon starting, fancontrol will make sure that all referenced devices 
     104do exist and match what they were at configuration time, and that all 
     105referenced sysfs files do exist. If not, it will quit immediately, upon 
     106the assumption that the configuration file may be out-of-sync with the 
     107loaded kernel drivers. 
    98108 
    99109.SH THE ALGORITHM