Skip to content

Instantly share code, notes, and snippets.

@nonakap
Last active September 22, 2020 18:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nonakap/8357699 to your computer and use it in GitHub Desktop.
Save nonakap/8357699 to your computer and use it in GitHub Desktop.
fancontrol config file for NEC Express5800/S70 type hf.
# for NEC Express5800/S70 type hf
# FAN1: front, FAN2: CPU, FAN3: rear
INTERVAL=5
DEVPATH=hwmon1=devices/platform/coretemp.0 hwmon2=devices/platform/w83627ehf.2608
DEVNAME=hwmon1=coretemp hwmon2=nct6776
FCTEMPS=hwmon2/device/pwm3=hwmon1/device/temp1_input hwmon2/device/pwm2=hwmon1/device/temp1_input hwmon2/device/pwm1=hwmon1/device/temp1_input
FCFANS=hwmon2/device/pwm3=hwmon2/device/fan3_input hwmon2/device/pwm2=hwmon2/device/fan2_input hwmon2/device/pwm1=hwmon2/device/fan1_input
MINTEMP=hwmon2/device/pwm3=38 hwmon2/device/pwm2=33 hwmon2/device/pwm1=33
MAXTEMP=hwmon2/device/pwm3=73 hwmon2/device/pwm2=73 hwmon2/device/pwm1=73
MINSTART=hwmon2/device/pwm3=10 hwmon2/device/pwm2=50 hwmon2/device/pwm1=50
MINSTOP=hwmon2/device/pwm3=0 hwmon2/device/pwm2=0 hwmon2/device/pwm1=0
MAXPWM=hwmon2/device/pwm3=100 hwmon2/device/pwm2=225 hwmon2/device/pwm1=225
@yutayu
Copy link

yutayu commented Sep 22, 2020

参考にします。ありがとう。

@yutayu
Copy link

yutayu commented Sep 22, 2020

INTERVAL=5
DEVPATH=hwmon1=devices/platform/coretemp.0 hwmon2=devices/platform/nct6775.2608
DEVNAME=hwmon1=coretemp hwmon2=nct6776
FCTEMPS=hwmon2/pwm3=hwmon1/temp1_input hwmon2/pwm2=hwmon1/temp1_input hwmon2/pwm1=hwmon1/temp1_input
FCFANS=hwmon2/pwm3=hwmon2/fan3_input hwmon2/pwm2=hwmon2/fan2_input hwmon2/pwm1=hwmon2/fan1_input
MINTEMP=hwmon2/pwm3=60 hwmon2/pwm2=45 hwmon2/pwm1=60
MAXTEMP=hwmon2/pwm3=65 hwmon2/pwm2=65 hwmon2/pwm1=65
MINSTART=hwmon2/pwm3=1 hwmon2/pwm2=1 hwmon2/pwm1=1
MINSTOP=hwmon2/pwm3=0 hwmon2/pwm2=0 hwmon2/pwm1=0

私のです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment