# Extended configuration file for the fancontrol script of lm-sensors 2.x, 3.x. # Sets a threshold temperature for turning the fan on/off. # # Generated by pwmconfig and edited. Changes will be overwritten by pwmconfig. # # These settings are for a Gigabyte GA-K8NF-9 main board (Athlon64 socket 939, # nVidia nforce4-4X chipset, ITE IT8712F super I/O chip) with BIOS revision F10. # The values are the same as for the 25 Feb 2006 version, but the device names # now use the kernel's hwmon class. # Tested with openSUSE 11.1, kernel 2.6.27. # # 25 Feb 2006, 03 Jan 2009 Volker Kuhlmann INTERVAL=15 FCTEMPS=hwmon0/device/pwm1=hwmon0/device/temp2_input FCFANS= hwmon0/device/pwm1=hwmon0/device/fan1_input MINTEMP=hwmon0/device/pwm1=26 # MAXTEMP= should be 55, but then the fan speed curve is far too steep MAXTEMP=hwmon0/device/pwm1=90 MINSTART=hwmon0/device/pwm1=4 MINSTOP=hwmon0/device/pwm1=0 # Temperature threshold used for turning fan on/off. THRESHTEMP=hwmon0/device/pwm1=2 # These MINPWM/MAXPWM settings do nothing on this main board. MINPWM=hwmon0/device/pwm1=0 MAXPWM=hwmon0/device/pwm1=100