Created
August 7, 2025 17:51
-
-
Save pablopunk/04493cde7875387d18044f41a0b51b33 to your computer and use it in GitHub Desktop.
pwmconfig for a SILENT minisforum ms-01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/fancontrol | |
# Configuration file generated by pwmconfig, changes will be lost | |
INTERVAL=10 | |
DEVPATH=hwmon1=devices/platform/nct6775.2592 hwmon5=devices/platform/coretemp.0 | |
DEVNAME=hwmon1=nct6798 hwmon5=coretemp | |
FCTEMPS=hwmon1/pwm2=hwmon5/temp1_input hwmon1/pwm1=hwmon5/temp1_input | |
FCFANS=hwmon1/pwm2=hwmon1/fan2_input hwmon1/pwm1=hwmon1/fan1_input | |
MINTEMP=hwmon1/pwm2=50 hwmon1/pwm1=50 | |
MAXTEMP=hwmon1/pwm2=80 hwmon1/pwm1=80 | |
MINSTART=hwmon1/pwm2=150 hwmon1/pwm1=18 | |
MINSTOP=hwmon1/pwm2=0 hwmon1/pwm1=12 | |
MINPWM=hwmon1/pwm1=0 | |
MAXPWM=hwmon1/pwm2=255 hwmon1/pwm1=255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment