Display MoreTBS 5520SE drivers for LIBREELEC 10 on Raspberry pi 4:
(updated for kernel 5.10.52)
Just download the zip file from this mega shared folder:
https://mega.nz/folder/cbwCARoR#jPgzah63psSCOtrwbt9gnQ
Unzip it to your Rpi4, make the install script executable and execute-it:
chmod a+x install-tbs.sh
./install-tbs.sh
NOTES:
How it was done ?
Compiled tbs 5520se drivers for libreelec 10.
to be mapped as kernel-overlays.
a) firmwares (*.fw) files in --> /storage/firmwares
These firmware files will be loaded as new firmwares.
b) driver (*.ko) files in --> /storage/.cache/http://driver.dvb.tbs/lib/modules/5.…/driver.dvb.tbs
These are the new drivers to be mapped over kernel-overlays directory.
c) 99-driver.dvb.tbs.conf --> /storage/.cache/kernel-overlays
Will instruct libreelec to map these *.ko files at boot time.
- To stop loading the drivers, delete the file:
/storage/.cache/kernel-overlays/99-driver.dvb.tbs.conf
Can you update this for the current kernel please?