Skip to content
New issue

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

Force pwm fans to run at full speed (level full-speed) #5

Open
ghost opened this issue Jan 9, 2020 · 1 comment
Open

Force pwm fans to run at full speed (level full-speed) #5

ghost opened this issue Jan 9, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 9, 2020

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".

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 of pwm or somehow force their speed over their level 255?

@civic9
Copy link
Owner

civic9 commented Jan 10, 2020

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*.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant