Skip to content

Instantly share code, notes, and snippets.

@TheGroundZero
Last active August 30, 2021 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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 hyperion@pi.service
sudo systemctl enable --now hyperion@root.service
# Created symlink /etc/systemd/system/multi-user.target.wants/hyperion@root.service → /etc/systemd/system/hyperion@.service.
# 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