fan_temp0 Temperature threshold (in millicelcius) for 1st cooling level (default 50000). Pi5 only.
fan_temp0_hyst Temperature hysteresis (in millicelcius) for 1st cooling level (default 5000). Pi5 only.
fan_temp0_speed Fan PWM setting for 1st cooling level (0-255, default 75). Pi5 only.
fan_temp1 Temperature threshold (in millicelcius) for 2nd cooling level (default 60000). Pi5 only.
fan_temp1_hyst Temperature hysteresis (in millicelcius) for 2nd cooling level (default 5000). Pi5 only.
fan_temp1_speed Fan PWM setting for 2nd cooling level (0-255, default 125). Pi5 only.
fan_temp2 Temperature threshold (in millicelcius) for 3rd cooling level (default 67500). Pi5 only.
fan_temp2_hyst Temperature hysteresis (in millicelcius) for 3rd cooling level (default 5000). Pi5 only.
fan_temp2_speed Fan PWM setting for 3rd cooling level (0-255, default 175). Pi5 only.
fan_temp3 Temperature threshold (in millicelcius) for 4th cooling level (default 75000). Pi5 only.
fan_temp3_hyst Temperature hysteresis (in millicelcius) for 4th cooling level (default 5000). Pi5 only.
fan_temp3_speed Fan PWM setting for 4th cooling level (0-255, default 250). Pi5 only.
How are you attempting to access it? It needs to be done directly on the device, and youâll need to connect the pin to an HDMI display with a keyboard and mouse
Quick remark based on my experience with the above written:
Yes, this approach is only available when connetced locally - not via SSH
I was struggling with the VI control as the keyboard layout I used wasnÂŽt properly configured in this mode. I checked for VI commands and found the following useful ones
i typing a simple âiâ enters the editing mode of VI
ZZ typing a double, capital âZZâ saves the changes and exits VI
In this logged in mode it is possible to force a reboot with
shutdown -r now
ThereÂŽs no big deal around that. I simply followed the explanations given by carll as he described above.
The main points are: You need to be locally connected via HDMI and of course with a local keyboard.
Once you do that, you can type in login. You will not be asked for any password or so.
If you want to see the file structure, use the ls command. It will show the file structures.
You should see amongst others the mnt directory. If you enter cd mnt you will get into that directory.
Another ls shows the boot directory. With cd boot, followed by another ls you will see finally see the config.txt file. Entering vi config.txt opens the possibility to edit the file.
My biggest problem was the keyboard I had, because it had a german layout and I had to figure out where some characters are located (e.g. the hyphen).
Aside of that I followed the description of carll:
"When you are ready⊠These are the settings I have used. this means at 35c the fan will run at 175 until temp drops 5c. I have played with this a lot over the last few days, this I found keeps my pi5 around 35c all the time with very little to no fan noise