Situation
-
Running a Raspberry Pi 5 inside a Pironman 5 case.
-
Case LEDs (WS2812 RGB strip) and OLED/fan previously worked fine.
-
After recent updates, the RGB LEDs stopped working.
-
OLED and fan still work normally.
Symptoms
-
I’ve got this error when checking the service:
rgb_strip init failed: ws2811_init failed with code -3 (Hardware revision is not supported)
I’ve completely removed and reinstalled via the official docs here: Setting Up on Raspberry Pi OS/Ubuntu/Kali Linux/Homebridge — SunFounder Pironman 5 documentation I’ve also tried the instructions here: GitHub - sunfounder/pironman5: Code for Raspberry Pi 5 case (Pironman5) without success.
git clone https://github.com/sunfounder/pironman5.git
cd pironman5
git checkout tags/1.3.4
sudo python3 install.py
Linux pi5 6.12.47+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1~bookworm (2025-09-16) aarch64 GNU/Linux
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
The LEDs don’t turn off if I change the configuration to disable them. I’ve tried both Am I missing something? I’ve tried both RGB pin options (10/SPI and 21/PCM), I confirmed SPI is still enabled in raspi-config and checked that /dev/spidev10.0 exists.
Are there instructions for a full uninstalled/reinstall? What is the correct version to use? Any other tests I need to do? I’d rather avoid a full OS install.