Beiträge von philster14

    I've followed all steps very carefully on installing hyperion on my pi 3, but when I go to run hyperion in my web browser, nothing happens. So next I put the following command in:


    pi@raspberrypi:~ $ hyperiond


    with the following result:


    hyperiond: error while loading shared libraries: libcec.so.4: cannot open shared object file: No such file or directory


    So I went to try and manually install the dependency using


    pi@raspberrypi:~ $ sudo apt-get install libcec4


    But it tells me the following:


    Reading package lists... Done

    Building dependency tree... Done

    Reading state information... Done

    Package libcec4 is not available, but is referred to by another package.

    This may mean that the package is missing, has been obsoleted, or

    is only available from another source


    E: Package 'libcec4' has no installation candidate


    Not sure what to do here. Any suggestions?