You are missing library libXext.so.6 because of
Posts by vpeter
-
-
LD_LIBRARY_PATH is set automatically for addons so you could add your libraries to folder /storage/.kodi/addons/some_folder_name/lib.
But if you start your program from some script just set variable there.
-
-
The problem is with this line: LibreELEC.tv/functions at master · LibreELEC/LibreELEC.tv · GitHub
libtoolize is part of libtool package and should not be used when building it.
autoreconf could be moved to libtool package or build script should be adjusted.
But obviously this error is not major.
-
If I remember correctly libtool package doesn't like to be rebuild for some reason. Same thing happen on Generic project too (and probably others). Clean build helps.
-
Is there any advantage over Python? Or it just enables to use different language?
-
You need to adjust linux kernel config LibreELEC.tv/linux.x86_64.conf at master · LibreELEC/LibreELEC.tv · GitHub. Both
CONFIG_IGBVF and CONFIG_IXGBEVF are not set. Just change both to y
-
The link to 'autostart.sh' in that scripts page works just fine for me, so I'm a bit puzzled there.
Because someone already fix it
-
Maybe your last build has firewall enabled. Check in LibreELEC setting if you have it enabled.
-
-
Works here:
Code
Display MoreGET plymouth-lite --2018-04-08 12:14:06-- http://sources.libreelec.tv/devel/plymouth-lite-0.6.0.tar.bz2 Resolving sources.libreelec.tv (sources.libreelec.tv)... 138.68.75.163 Connecting to sources.libreelec.tv (sources.libreelec.tv)|138.68.75.163|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 295785 (289K) [application/octet-stream] Saving to: '/home/me/LibreELEC/LibreELEC.tv/sources/plymouth-lite/plymouth-lite-0.6.0.tar.bz2' /home/me/LibreELE 100%[===================>] 288.85K 1.34MB/s in 0.2s 2018-04-08 12:14:07 (1.34 MB/s) - '/home/me/LibreELEC/LibreELEC.tv/sources/plymouth-lite/plymouth-lite-0.6.0.tar.bz2' saved [295785/295785]
-
Now that you posted xrandr result I saw that you have two connected display. And obviously wrong one was used
Just put those 3 lines anywhere in /storage/.config/autostart.sh script.
-
-
-
Until someone tries we will not know
But as I wrote addon also needs some shared libs which was copid from Ubuntu for Generic. But for RPi it should be copied from maybe Raspbian or ideally build on LibreELEC.
-
You mean /storage/.config/firmware/ ?
-
-