Hi all,
I discovered moOde player over the weekend and look forward to tinkering with it.
The current configuration:
R-Pi 4B, 4G
Power over Ethernet (PoE) HAT for Raspberry Pi 3 Model B+ & Pi 4 Model B (v3.0)
IQaudIO Pi-DAC+ Full-HD Audio Card
I've updated the R-Pi to the latest firmware, via a Raspbian install and then installed moOde on a new SD-Card.
The issue I'm having is throttling the PoE fan. I've added the following lines to the /boot/config.txt but the fan is still, randomly from what I can tell, hitting the max which makes an unwelcome sound when listening to music:
```
#PoE fan
dtoverlay=rpi-poe
#dtparam=poe_fan_temp0=10000,poe_fan_temp0_hyst=1000
#dtparam=poe_fan_temp1=55000,poe_fan_temp1_hyst=5000
#dtparam=poe_fan_temp2=60000,poe_fan_temp2_hyst=5000
#dtparam=poe_fan_temp3=65000,poe_fan_temp3_hyst=5000
dtparam=poe_fan_temp0=75000,poe_fan_temp0_hyst=5000
dtparam=poe_fan_temp1=82000,poe_fan_temp1_hyst=5000
```
When I check the temperature, the Pi is at about 50.0 C (plus minus one degree).
Any thoughts? Thanks!
I discovered moOde player over the weekend and look forward to tinkering with it.
The current configuration:
R-Pi 4B, 4G
Power over Ethernet (PoE) HAT for Raspberry Pi 3 Model B+ & Pi 4 Model B (v3.0)
IQaudIO Pi-DAC+ Full-HD Audio Card
I've updated the R-Pi to the latest firmware, via a Raspbian install and then installed moOde on a new SD-Card.
The issue I'm having is throttling the PoE fan. I've added the following lines to the /boot/config.txt but the fan is still, randomly from what I can tell, hitting the max which makes an unwelcome sound when listening to music:
```
#PoE fan
dtoverlay=rpi-poe
#dtparam=poe_fan_temp0=10000,poe_fan_temp0_hyst=1000
#dtparam=poe_fan_temp1=55000,poe_fan_temp1_hyst=5000
#dtparam=poe_fan_temp2=60000,poe_fan_temp2_hyst=5000
#dtparam=poe_fan_temp3=65000,poe_fan_temp3_hyst=5000
dtparam=poe_fan_temp0=75000,poe_fan_temp0_hyst=5000
dtparam=poe_fan_temp1=82000,poe_fan_temp1_hyst=5000
```
When I check the temperature, the Pi is at about 50.0 C (plus minus one degree).
Any thoughts? Thanks!