-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fan not working on CM4 64bit version #40
Comments
There are a number of issues here:
At the moment, the DevTerm fan package will simply not work on the CM4. |
This package should not be required if Raspberry Pi OS is being used - fan control is part of |
thanks
|
I've now removed the In Then reboot. |
@btyh17mxy you can try this:
That should confirm whether the fan works in general. |
@andypiper according to wiki as you mentioned , the gpio pin for fan on CM4 should be 17. But the temp_fan_daemon.py seems got it wrong (still using 41). so, I got the fan back to work by modify the |
They fixed this in the devterm-fan-temp-daemon-cm4 version, that script is from the -rpi version. You do not actually need this extra code running (it wakes up every second to check the temperature) - you can use the built-in settings instead. |
I have change the MAX_TEMP to 60 in /usr/local/bin/temp_fan_daemon.py file and restarted it, then got cpu temp over 70 but the fan still not running.
The text was updated successfully, but these errors were encountered: