You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first time install on a fresh rpi, ran all the commands in the readme in order. when I got to sudo make install, it failed with
systemctl stop ws2812svr.service
Failed to stop ws2812svr.service: Unit ws2812svr.service not loaded.
make: *** [makefile:58: install] Error 5
commended out that line in the makefile, everything worked fine, so I assume it's just erroring out when it should be ignoring the error, or something similar
The text was updated successfully, but these errors were encountered:
first time install on a fresh rpi, ran all the commands in the readme in order. when I got to
sudo make install
, it failed withcommended out that line in the makefile, everything worked fine, so I assume it's just erroring out when it should be ignoring the error, or something similar
The text was updated successfully, but these errors were encountered: