Im my case 5520SE works perfect with Pi5 and tvheadend. I had an issue with 5530 - card was not recognized by tvheadend after reboot and that was why I changed to 5520SE.
These are the steps I used to install TBS on Raspberry. It worked on Pi5 as well as on 32-bit system on a Pi3:
There is a helpful guy at TBS China, I will try to discuss the camera problem with him...
Marek
These are the steps I used to install TBS on Raspberry. It worked on Pi5 as well as on 32-bit system on a Pi3:
Code:
sudo apt-get install git dvblast dvb-tools patchutils raspberrypi-kernel-headers libproc-processtable-perl -ygit clone https://github.com/tbsdtv/media_build.gitgit clone --depth=1 https://github.com/tbsdtv/linux_media.git -b latest ./mediacd media_buildmake dir DIR=../mediamake allyesconfigsed -i -r 's/(^CONFIG.*_RC.*=)./\1n/g' v4l/.config && sed -i -r 's/(^CONFIG.*_IR.*=)./\1n/g' v4l/.config####### Next two instructions only on 32-bit system ##################sed -i 's/CONFIG_VIDEO_SAA7146_VV=m/#CONFIG_VIDEO_SAA7146_VV is not set/g' v4l/.configsed -i 's/UINT64/UINT32/g' /home/pi/media/drivers/media/dvb-frontends/mn88436.c######################################################################make -j4sudo make installwget http://www.tbsdtv.com/download/document/linux/tbs-tuner-firmwares_v1.0.tar.bz2 && sudo tar jxvf tbs-tuner-firmwares_v1.0.tar.bz2 -C /lib/firmwareMarek
Statistics: Posted by mareksaw — Tue Feb 06, 2024 8:10 am