Maybe you could use usb pen drive and extension cable instead of card
There are also SD card extension cables: https://www.amazon.com/extension-extender-adapter-monoprice-raspberry/dp/b0749s1s15
Maybe you could use usb pen drive and extension cable instead of card
There are also SD card extension cables: https://www.amazon.com/extension-extender-adapter-monoprice-raspberry/dp/b0749s1s15
Those sources are also on LibreELEC servers and wil be downloaded from there.
You need to build your own LE image because Kodi needs new libbluray library too. It is not just two .jar files.
Is the addon in the official repo already too?
No.
So then, let's go
I did already ![]()
I think you are mixing modules from a system and modules from media_build. Maybe you are using dvb-core from a system but you should from media_build (it needs higher priority) - that's why you are missing symbols.
As I remember modules from media_build should be put in some special folder under /lib/.
I tested 1.1.2 and it works exactly the same as previous version regarding stability.
No idea when it will be bumped.
Then I'm out of ideas. Grep your media_build folder for missing symbol and why it is not included.
Maybe you need to load another module before dvb-usb.ko? Like dvb-core.ko.
Check if you have CONFIG_MEDIA_CONTROLLER_DVB in .config file.
If you describe what you are trying to accomplish better answer could be made.
You need uinput module when running your binary and not when compiling it (remove pre_make_target() function). And this module is enabled in kernel for LE.