Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Retropie + Hyperion › Reply To: Retropie + Hyperion
Hey luvien99,
Did you get it working? I didnt run into any real problems like you stated above. I did have to install lsb-core and that seemed to fix any of my issues. What i did was:
sudo apt-get update
sudo apt-get install libqtcore4 libqtgui4 libqt4-network libusb-1.0-0 ca-certificates
Enable spi via retropie advanced settings or sudo nano /boot/config.txt and add dtparam=spi=on to the bottom of the file and reboot
wget -N https://raw.github.com/tvdzwan/hyperion/master/bin/install_hyperion.sh
chmod +x install_hyperion.sh
sudo ./install_hyperion.sh
TEST:
hyperion-remote –priority 50 –color red –duration 5000
dont forget to put your hyperion.config.json file in /etc/ and change the file effects path to the effects folder wherever that installs for you mine was /opt/hyperion/effects which I didnt have to change so i doubt you would
I still have some tweaking to do but this is what mine is looking like right now:
hxxps://www.youtube.com/watch?v=zZOKrKjdXYk
Hope that made sense or helps,
DFL