Posts by Zjadlbymcos

    Anyone successfuly install hyperion (Hyperion - Forum) on RetroELEC?

    I used this community release of LE years ago and Hyperion works as a charm on it. Now I get errors during installation:

    I noticed that installer didn't properly recognized OS because of that code:

    Code
    # Find out if we are on OpenElec (Rasplex) / OSMC / Raspbian
    OS_OPENELEC=`grep -m1 -c 'OpenELEC\|RasPlex\|LibreELEC\|OpenPHT\|PlexMediaPlayer' /etc/issue`
    OS_LIBREELEC=`grep -m1 -c 'LibreELEC' /etc/issue`
    OS_RASPLEX=`grep -m1 -c RasPlex /etc/issue`
    OS_OSMC=`grep -m1 -c OSMC /etc/issue`
    OS_RASPBIAN=`grep -m1 -c 'Raspbian\|RetroPie' /etc/issue`

    So I manually added \|RetroELEC to first two lines and now installer is properly recognizing OS and installation is now running succesful but starting hyperion service deamon is crashing video output and ambilight doesnt work at all.

    I hope someone will help me :(

    EDIT:

    escalade

    How unlock /etc for writing in RetroELEC? Maybe that will help me