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
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:
GET 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]
Display More
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/ ?
Maybe here is something useful? Index of /
Henne: I think I know what is your problem.
Waveshare files are used only when hidraw device is used for such displays. But your is not like that.
That's why you need to copy ts_env.sh-sample to ts_env.sh (and change TOUCHSCREEN_NAME) and copy ts.conf-generic to ts.conf. I think then you could calibrate and everything will be fine.
Let me know the result.
You can follow code here tslib/ts_calibrate.c at master · kergoth/tslib · GitHub
But if you are using data in advancedsettings.xml then you don't need this addon.
You don't need to kill kodi because at that time it doesn't even run ![]()
Also sleep 10 will delay of kodi starting for 10 seconds (in case you don't want that).