I have a Raspberry Pi 4 with Adafruit's Official Case fan, and am running Ubuntu 20.10. I have installed the pi-fancontrol
snap, but I can't get it configured using the instructions at https://snapcraft.io/install/pi-fancontrol/ubuntu.
$ sudo snap install pi-fancontrol
pi-fancontrol 0.1 from Oliver Grawert (ogra) installed
$ sudo snap connect pi-fancontrol:gpio pi:bcm-gpio-14
error: snap "pi" has no slot named "bcm-gpio-14"
snap list
doesn't show that the pi
snap is installed, so maybe that's the problem. There are instructions for that at https://snapcraft.io/install/pi/ubuntu.
$ sudo snap install pi --beta
error: cannot perform the following tasks:
- Mount snap "pi" (11) (cannot install gadget snap on classic if not requested by the model)
Googling that error message does not turn up any useful results. Where do I go from here?
temp=60000
is to turn the fan on at 60°C. And from what I understand it will turn off again at 50°C. – Peet Oct 13 '22 at 17:37