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
Without this patch, fan1 could be controlled as a tp_fan and was able to run at its full speed (~5000 RPM) by setting the level to "level full-speed".
fan1
tp_fan
"level full-speed"
After applying the patch, the fans are seen as pwm fans and their maximum value is 255, which corresponds to ~4500 RPM.
pwm
Is there a way to either use the fans as tp_fans instead of pwm or somehow force their speed over their level 255?
tp_fans
The text was updated successfully, but these errors were encountered:
for now you can force full speed by writing 0 to pwm*_enable. but then you have to write 0 to pwm*_enable to set lower speed via pwm*.
0
pwm*_enable
pwm*
Sorry, something went wrong.
No branches or pull requests
Without this patch,
fan1
could be controlled as atp_fan
and was able to run at its full speed (~5000 RPM) by setting the level to"level full-speed"
.After applying the patch, the fans are seen as
pwm
fans and their maximum value is 255, which corresponds to ~4500 RPM.Is there a way to either use the fans as
tp_fans
instead ofpwm
or somehow force their speed over their level 255?The text was updated successfully, but these errors were encountered: