there are multiple solutions for achieving some effect quite frequent.echo disabled | sudo tee /sys/class/thermal/cooling_device0/subsystem/thermal_zone0/mode
seems to disable automatic fan control
so thats my solution
If you want to disable the fan you can use this parameter https://github.com/raspberrypi/linux/bl ... EADME#L202
Code:
cooling_fan Enables the Pi 5 cooling fan (enabled automatically by the firmware)
that method is using hwmon as well, but not checking the presence of a fan (by reading TACH signal). Should be easy to make a DIY adapter cable for the official fan in order to connect it to GPIO
Anyhow, finding the root cause for your Pi to reset should be the first target.
Statistics: Posted by aBUGSworstnightmare — Tue Jun 25, 2024 2:11 pm