Open
Description
[HowTo] Install Fan SHIM on Manjaro ARM
Instructions how to install Fan SHIM, with no code changes (tested on KDE):
- Install
python-configparser
(5.0.0-1) - Install latest Fan SHIM
git clone https://github.com/pimoroni/fanshim-python
cd fanshim-python
sudo ./install.sh
- latest version of
psutil
will be installed by./install-service.sh
script
cd examples
sudo ./install-service.sh --on-threshold 65 --off-threshold 55 --delay 2
System: Kernel: 4.19.114-1-MANJARO-ARM aarch64 bits: 64 compiler: gcc v: 9.2.0 Desktop: KDE Plasma 5.18.4
tk: Qt 5.14.2 wm: kwin_x11 dm: SDDM Distro: Manjaro ARM
Machine: Type: ARM Device System: Raspberry Pi 4 Model B Rev 1.1 details: BCM2835 rev: c03111 serial: <filter>
[user@pi4 ~]$ systemctl status pimoroni-fanshim.service
● pimoroni-fanshim.service - Fan Shim Service
Loaded: loaded (/etc/systemd/system/pimoroni-fanshim.service; enabled; vendor preset: disabled)
Active: active (running) since Mon 2020-04-20 14:27:04 CEST; 46min ago
Main PID: 327 (python3)
Tasks: 2 (limit: 4265)
Memory: 15.5M
CGroup: /system.slice/pimoroni-fanshim.service
└─327 /usr/bin/python3 /home/cyberoto/Projects/fanshim-python/examples/automatic.py --on-threshold 65 --off-threshold>