Geekworm enclosure with their fan, followed the steps to SSH into the RPi / Umbrel unit and create the x-c1 directory per their instructions, but I can’t tell if the fan is running, and my temperature is at 78 degrees celsius and climbing (so I think it’s not working).
I’ve tried the command shown on their FAQ for the product to start the fan:
sudo python /home/pi/x-c1/x-c1_pwm_fan_control.py&
As the software is in the /x-c1 directory, the path wasn’t the same, but then “x-c1_pwm_fan_control.py” wasn’t found. I checked the directory - instead there’s just a file called “fan.py”, so I substituted that:
sudo python fan.py [while logged into the /x-c1 directory]
This -seemed- to work; indeed, the “jobs” command shows
[3]+ Running sudo python fan.py &
(Or, maybe I don’t know what this means)
But still the temperature is climbing. Help!