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

General discussion • Re: Control official fan manually RPI5

$
0
0
Turn it off with this in config.txt:

Code:

dtparam=cooling_fan=off
or adjust the thresholds etc with this sort of thing also in config.txt:

Code:

dtparam=fan_temp0=64000,fan_temp0_hyst=4000dtparam=fan_temp1=69000,fan_temp1_hyst=4000dtparam=fan_temp2=74000,fan_temp2_hyst=4000dtparam=fan_temp3=79000,fan_temp3_hyst=4000
You can also manual set the fan:

Code:

echo 0 >/sys/class/thermal/cooling_device0/cur_state
or disable it:

Code:

echo disabled >/sys/class/thermal/cooling_device0/subsystem/thermal_zone0/mode

Statistics: Posted by jahboater — Wed Feb 26, 2025 11:40 am



Viewing all articles
Browse latest Browse all 8609

Trending Articles