We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The GUI does not support the usage of absolute paths, described in ArchWiki. So I get the error message:
Invalid temp entry: '/sys/devices/platform/nct6775.656/hwmon/[[:print:]]*/temp2_input'
on every fan.
My /etc/fancontrol:
/etc/fancontrol
# Configuration file generated by pwmconfig, changes will be lost INTERVAL=10 DEVPATH=hwmon3=devices/platform/nct6775.656 DEVNAME=hwmon3=nct6779 FCTEMPS=hwmon3/pwm2=/sys/devices/platform/nct6775.656/hwmon/[[:print:]]*/temp2_input hwmon3/pwm3=/sys/devices/platform/nct6775.656/hwmon/[[:print:]]*/temp2_input hwmon3/pwm4=/sys/devices/platform/> FCFANS=hwmon3/pwm2=hwmon3/fan2_input hwmon3/pwm3=hwmon3/fan3_input hwmon3/pwm4=hwmon3/fan4_input hwmon3/pwm5=hwmon3/fan5_input MINTEMP=hwmon3/pwm2=20 hwmon3/pwm3=20 hwmon3/pwm4=20 hwmon3/pwm5=20 MAXTEMP=hwmon3/pwm2=85 hwmon3/pwm3=85 hwmon3/pwm4=85 hwmon3/pwm5=85 MINSTART=hwmon3/pwm2=150 hwmon3/pwm3=150 hwmon3/pwm4=150 hwmon3/pwm5=150 MINSTOP=hwmon3/pwm2=0 hwmon3/pwm3=100 hwmon3/pwm4=100 hwmon3/pwm5=100
The text was updated successfully, but these errors were encountered:
I'm not planning to support this in fancontrol-gui. But I'm working on a replacement for the fancontrol script that will have this feature by default.
Sorry, something went wrong.
No branches or pull requests
The GUI does not support the usage of absolute paths, described in ArchWiki.
So I get the error message:
on every fan.
My
/etc/fancontrol
:The text was updated successfully, but these errors were encountered: