Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4060

General discussion • Re: Raspberry pi 5 Fan

$
0
0
echo disabled | sudo tee /sys/class/thermal/cooling_device0/subsystem/thermal_zone0/mode

seems to disable automatic fan control
so thats my solution
there are multiple solutions for achieving some effect quite frequent.

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)
another approach is running the fan from a GPIO PWM https://forums.raspberrypi.com/viewtopi ... n#p2215214
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



Viewing all articles
Browse latest Browse all 4060

Trending Articles