-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry pi 5 - Debian GNU/Linux 12 (bookworm) -driver TBS 5520se fails #338
Comments
What steps for driver installation did you exactly use? |
I updated first post with all steps . |
Are you sure the tuner is OK? Could you check it in Windows? |
I am sure, the tuner is 100% OK. I have second raspberry pi 4 with Libreelec installation with Crazycat drivers and tuner works fine with it |
I have a similar configuration but a different (older) OS version: Have your tried to contact jack_2431 on Skype or [email protected] to let them know about this issue? |
Do you run it on rpi4 or rpi5 similar to me ? I think that your version of linux is not compatible with rpi5. I have opened it in https://www.tbsdtv.com/forum/viewtopic.php?f=87&t=25916&sid=235527af11fb554cce38ae1b48dd50b0 . But without response yet :-( |
Yes, it is a rpi5 with 5520SE attached. This was just an output of uname -a from a working machine. |
Can you please share download link with your version of Raspbian with me ? Raspberri Pi imager offer me only last version of Raspbian. Thank you in advance. |
I created my system on 28.12.2023 and I installed the current OS version which was available at that time. |
Great. I am going to reinstall my version with the older one. I share output after I'll test instalation of TBS drivers. |
By the way... Did you upgraded the kernel after installing the current version (sudo apt-get upgrade)? |
Yes, I did it. It is usually one of my first command after I installed a new system. |
Just do update after installing, no upgrade. |
Please provide full dmesg log |
Hello, All installation steps were withou any error . But I can not see TBS in tvheadend. The list of all commands that I run during installation : |
dmesg [ 39.304665] x14: 0000000000000001 x13: 0000000000000000 x12: 0000000000000002 |
I found in Tvheadend log : |
But as I can see tuner is now properly recognized by OS. |
frontend 1 is use for dvbs mode, so you need add the link for frontend (demux,dvr and net). |
Hello,
I cloned git repository :
git clone https://github.com/tbsdtv/media_build.git
git clone --depth=1 https://github.com/tbsdtv/linux_media.git -b latest ./media
and I followed all installation steps :
cd media_build
make dir DIR=../media
make allyesconfig
sed -i -r 's/(^CONFIG._RC.=)./\1n/g' v4l/.config
sed -i -r 's/(^CONFIG._IR.=)./\1n/g' v4l/.config
make -j4
sudo make install and then reboot
Next step was firmware installation :
wget 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/firmware/
All installation steps went without any problem. Only some warning in make -j4 step.
Tvheadend installation was successfull too. Tvheadend does not show TBS drivers.
I dont know where the problem is but command dmesg | grep frontend
shows :
81ba127 media: dvb-frontends/gx1133: PLS support.
81ba127 media: dvb-frontends/gx1133: PLS support.
[ 16.361299] dvb-usb: no frontend was attached by 'TurboSight TBS 5520SE'
[ 17.980380] usb 1-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)...
[ 17.980476] usb 1-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)...
[ 31.942405] usb 1-1: DVB: adapter 0 frontend 0 frequency 0 out of range (174000000..862000000)
[ 33.545322] dvb-usb: no frontend was attached by 'TurboSight TBS 5520SE'
[ 35.077568] usb 1-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)...
[ 35.077649] usb 1-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)...
[ 49.378101] usb 1-1: DVB: adapter 0 frontend 0 frequency 0 out of range (174000000..862000000)
[ 50.909512] dvb-usb: no frontend was attached by 'TurboSight TBS 5520SE'
[ 52.446080] usb 1-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)...
[ 52.446164] usb 1-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)...
[ 53.229412] usb 1-1: dvb_frontend_stop: warning: thread 000000001d60019f won't exit
[ 54.294785] dvb-usb: no frontend was attached by 'TurboSight TBS 5520SE'
[ 55.851114] usb 1-1: DVB: registering adapter 0 frontend 0 (TurboSight TBS 5520SE DVB-T/T2/C/C2/ISDB-T)...
[ 55.851200] usb 1-1: DVB: registering adapter 0 frontend 1 (TurboSight TBS 5520SE DVB-S/S2/S2X)...
uname -a
Linux raspberrypi 6.1.0-rpi8-rpi-2712 #1 SMP PREEMPT Debian 1:6.1.73-1+rpt1 (2024-01-25) aarch64 GNU/Linux
Can you please help me with ?
Thank you in advance.
Jaromir
The text was updated successfully, but these errors were encountered: