Hi smp , thank you very much !
It worked in my RPi4 !!!
I had to do some changes to adapt the directories to my Raspberry Pi4, from the thread you've referred above
A quick summary for what I've done to put TBS 5520SE working with LibreELEC 10 in my Raspberry Pi4 - it my help someone.
( CvH , crazycat : The patch from smp is great to make TBS 5520SE Receivers to work with LibreELEC 10 )
Note: I used a VM with Ubuntu running in my windows PC to cross compile a patched LibreELEC 10 image:
- Clone libreelec 10 official git master branch:
git clone https://github.com/LibreELEC/LibreELEC.tv.git
cd LibreELEC.tv
git checkout
- Edit kernel config:
Edit projects/Rpi/devices/RPi4/linux/linux.aarch64.conf
CONFIG_DVB_USB_TECHNISAT_USB2=m
add this line --> CONFIG_DVB_USB_TBS5520SE=m
CONFIG_DVB_USB_V2=m
- Apply smp patch for TBS 5520SE:
download from smp provided link in the above referred thread:
wget https://www.dropbox.com/s/z8fphv11sfdpat5/linux-tbs5520se.patch?dl=1
copy it into projects/RPi/devices/RPi4/patches/linux/:
mkdir projects/RPi/devices/RPi4/patches/linux/
cp linux-tbs5520se.patch projects/RPi/devices/RPi4/patches/linux/
- Compile LibreELEC 10 and create image:
PROJECT=RPi DEVICE=RPi4 ARCH=arm make image
wait ... wait ... wait .... for some hours
The image will be in .\target directory.
use *.img.gz file and burn with libreelec sd-card writer tool.