Skip to content

Instantly share code, notes, and snippets.

@TheGroundZero
Last active August 30, 2021 09:32
Show Gist options
  • Save TheGroundZero/e87a66875ad95bc951e8f670f7a3dae1 to your computer and use it in GitHub Desktop.
Save TheGroundZero/e87a66875ad95bc951e8f670f7a3dae1 to your computer and use it in GitHub Desktop.
Fix Hyperion mmap() issue with WS281x LEDs
# ssh pi@<ip.of.raspberry.pi> # password: raspberry
# Run Hyperion service as root
sudo systemctl disable --now [email protected]
sudo systemctl enable --now [email protected]
# Created symlink /etc/systemd/system/multi-user.target.wants/[email protected] → /etc/systemd/system/[email protected].
# Update Message of the Day to check correct service
sudo sed -i 's/pi.service/root.service/' /etc/update-motd.d/10-hyperbian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment