RPi 4, 8Gb, Ubuntu 20.04, PoE Hat Fan Speed Control
Posted: Wed Jun 10, 2020 9:49 pm
Hey there. First new topic; long time anonymous lurker. Apologies if this is not the correct forum.
I recently installed Ubuntu 20.04 on an 8Gb Raspberry Pi 4, and am powering it via an official PoE Hat. It appears to be working correctly, except the dtparam overrides in /boot/firmware/usercfg.txt do not appear to have any effect.
The above overrides work correctly in Raspberry Pi OS in /boot/config.txt on several Raspberry Pi 3B's and 4's.
Any ideas?
I recently installed Ubuntu 20.04 on an 8Gb Raspberry Pi 4, and am powering it via an official PoE Hat. It appears to be working correctly, except the dtparam overrides in /boot/firmware/usercfg.txt do not appear to have any effect.
Code: Select all
# PoE Hat Fan Speeds
dtparam=poe_fan_temp0=65000,poe_fan_temp0_hyst=5000
dtparam=poe_fan_temp1=67000,poe_fan_temp1_hyst=2000
Any ideas?