Moderator Control Panel ]

HOW TO GET TBS5520SE WORKS ON DEBIAN 9 - STRETCH

HOW TO GET TBS5520SE WORKS ON DEBIAN 9 - STRETCH

Postby pontinain » Tue Nov 06, 2018 7:57 pm

Hi, I just bought my TBS-5520SE via TBSDTV online Shop.

I got problems to get it worrking on my laptop running linux distro Debian 9 (strecth)

Any helps is much appreciated and thanks in advanced..

note: please see also my pastebin link attached>> https://pastebin.com/L9xLX8vs

thanks!
pontinain
 
Posts: 8
Joined: Sat Nov 03, 2018 4:40 pm

Re: HOW TO GET TBS5520SE WORKS ON DEBIAN 9 - STRETCH

Postby steven » Wed Nov 07, 2018 10:10 am

Hi

Which kernel you are using ? and please have a try with this package :

#wget http://www.tbsdtv.com/download/document/linux/media_build-2018-0822.tar.bz2
# sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/
#tar jxvf media_build-2018-0822.tar.bz2
#cd media_build
#./install.sh
#reboot

thanks

Kind Regards

steven
steven
 
Posts: 2239
Joined: Fri Aug 06, 2010 3:23 pm

Re: HOW TO GET TBS5520SE WORKS ON DEBIAN 9 - STRETCH

Postby pontinain » Thu Nov 08, 2018 12:51 am

steven Wrote:Hi

Which kernel you are using ? and please have a try with this package :

#wget http://www.tbsdtv.com/download/document/linux/media_build-2018-0822.tar.bz2
# sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/
#tar jxvf media_build-2018-0822.tar.bz2
#cd media_build
#./install.sh
#reboot

thanks

Kind Regards

steven


Thank you steven,

I've try this previously abd the output is what I pasted in thr paste bin above..

Still no solusion this problem for now..

Hope this forum will fix my problem soon.. thx!

root@debian:~# uname -r
4.18.0-2-686-pae
root@debian:~#
pontinain
 
Posts: 8
Joined: Sat Nov 03, 2018 4:40 pm

Re: HOW TO GET TBS5520SE WORKS ON DEBIAN 9 - STRETCH

Postby pontinain » Thu Nov 08, 2018 11:42 am

steven Wrote:Hi

Which kernel you are using ? and please have a try with this package :

#wget http://www.tbsdtv.com/download/document/linux/media_build-2018-0822.tar.bz2
# sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/
#tar jxvf media_build-2018-0822.tar.bz2
#cd media_build
#./install.sh
#reboot

thanks

Kind Regards
steven



Thank you Steven,

After I follow this guidance, Ifound that it's works for me..

Here is my terminal emulator ouput,

pontinain@debian:~$ sudo lsmod |grep dvb
[sudo] password for pontinain:
dvb_usb_tbs5520se 16384 0
dvb_usb 28672 1 dvb_usb_tbs5520se
dvb_core 110592 1 dvb_usb
rc_core 36864 1 dvb_usb
videobuf2_vmalloc 16384 2 uvcvideo,dvb_core
videobuf2_common 40960 3 uvcvideo,dvb_core,videobuf2_v4l2
media 28672 4 uvcvideo,videodev,dvb_core,si2157
usbcore 188416 7 dvb_usb_tbs5520se,uvcvideo,usbhid,ehci_hcd,uhci_hcd,dvb_usb,ehci_pci
pontinain@debian:~$

Very much thank you for your helps..

Regards,
pontinain
:D :D :D
pontinain
 
Posts: 8
Joined: Sat Nov 03, 2018 4:40 pm

Re: HOW TO GET TBS5520SE WORKS ON DEBIAN 9 - STRETCH

Postby jadsonwelder » Sat Dec 29, 2018 5:04 am

Hi Steven,

I have a problem with Debian 9.
I installed the drivers as reported in the above procedure but it does not work.
The / dev / dvb / folder does not exist.
Would you help me?

Using Debian Kernel 4.9.110-3+deb9u2

Thank you and happy 2019!
jadsonwelder
 
Posts: 1
Joined: Tue Jul 05, 2016 10:24 pm

Re: HOW TO GET TBS5520SE WORKS ON DEBIAN 9 - STRETCH

Postby 1bit » Sun May 10, 2020 11:02 pm

This is what has worked for me:

wget http://www.tbsdtv.com/download/document ... 22.tar.bz2
sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/
tar jxvf media_build-2018-0822.tar.bz2
cd media_build
sudo ./install.sh
sudo reboot

Running ./install.sh without sudo, resulted in all of my dvb devices missing :((((


steven Wrote:Hi

Which kernel you are using ? and please have a try with this package :

#wget http://www.tbsdtv.com/download/document/linux/media_build-2018-0822.tar.bz2
# sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/
#tar jxvf media_build-2018-0822.tar.bz2
#cd media_build
#./install.sh
#reboot

thanks

Kind Regards

steven
1bit
 
Posts: 17
Joined: Sun Sep 04, 2016 8:19 pm

Re: HOW TO GET TBS5520SE WORKS ON DEBIAN 9 - STRETCH

Postby steven » Mon May 11, 2020 10:12 am

Hi 1bit

which kernel you are using ? you can send email to our support@tbsdtv.com

Thanks

Kind Regards

steven
steven
 
Posts: 2239
Joined: Fri Aug 06, 2010 3:23 pm

Re: HOW TO GET TBS5520SE WORKS ON DEBIAN 9 - STRETCH

Postby 1bit » Wed Aug 05, 2020 7:53 pm

steven Wrote:Hi 1bit

which kernel you are using ? you can send email to our support@tbsdtv.com

Thanks

Kind Regards

steven



Hi,

It is so annoying every time the kernel gets upgraded on my machine I am facing the same issues,
after restarting the tunner would be missing ;(

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.13 (stretch)
Release: 9.13
Codename: stretch

$ uname -a
Linux OptiPlex 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64 GNU/Linux


$ sudo apt-cache search linux-headers-$(uname -r)
linux-headers-4.9.0-13-amd64 - Header files for Linux 4.9.0-13-amd64

~$ sudo apt search linux-headers-$(uname -r)
Sorting... Done
Full Text Search... Done
linux-headers-4.9.0-13-amd64/oldstable,now 4.9.228-1 amd64 [installed]
Header files for Linux 4.9.0-13-amd64


# ls -ilha /lib/modules
total 44K
787051 drwxr-xr-x 11 root root 4.0K Jul 27 16:01 .
786433 drwxr-xr-x 16 root root 4.0K May 12 11:05 ..
786757 drwxr-xr-x 3 root root 4.0K Aug 5 07:25 4.9.0-11-amd64
786616 drwxr-xr-x 4 root root 4.0K Aug 5 12:35 4.9.0-12-amd64
917517 drwxr-xr-x 3 root root 4.0K Jul 27 16:01 4.9.0-13-amd64
787052 drwxr-xr-x 2 root root 4.0K Apr 24 2018 4.9.0-3-amd64
787199 drwxr-xr-x 2 root root 4.0K Jul 17 2018 4.9.0-5-amd64
786640 drwxr-xr-x 2 root root 4.0K Aug 22 2018 4.9.0-6-amd64
786555 drwxr-xr-x 2 root root 4.0K May 7 2019 4.9.0-7-amd64
786637 drwxr-xr-x 3 root root 4.0K Oct 24 2019 4.9.0-8-amd64
786552 drwxr-xr-x 2 root root 4.0K Feb 20 23:34 4.9.0-9-amd64

Is it safe to remove the all the old dir >4.9.0-13-amd64?




What is strange that I have 4.9.0-13 but for 4.9.0-12


Code: Select All Code
In file included from <command-line>:0:0:
/home/donald/Install/media_build/v4l/compat.h:1603:0: warning: "GENMASK" redefined
 #define GENMASK(h, l)           (((U32_C(1) << ((h) - (l) + 1)) - 1) << (l))
 
In file included from /usr/src/linux-headers-4.9.0-12-common/include/linux/bitops.h:4:0,
                 from /usr/src/linux-headers-4.9.0-12-common/include/linux/kernel.h:10,
                 from /usr/src/linux-headers-4.9.0-12-common/include/asm-generic/bug.h:13,
                 from /usr/src/linux-headers-4.9.0-12-common/arch/x86/include/asm/bug.h:35,
                 from /usr/src/linux-headers-4.9.0-12-common/include/linux/bug.h:4,
                 from /usr/src/linux-headers-4.9.0-12-common/include/linux/mmdebug.h:4,
                 from /home/donald/Install/media_build/v4l/config-compat.h:12,
                 from /home/donald/Install/media_build/v4l/compat.h:10,
                 from <command-line>:0:




Hrre is the whole process:

sudo ls -ilha /lib/modules/$(uname -v)/kernel/drivers/media/*
sudo ls -ilha /lib/modules/$(uname -r)/kernel/drivers/media/*
sudo rm -rf /lib/modules/``uname -r``/kernel/drivers/media/*

sudo rm -rf /lib/modules/$(uname -r)/kernel/drivers/media
sudo rm -rf /lib/modules/$(uname -r)/kernel/drivers/staging/media
sudo rm -rf /lib/modules/$(uname -r)/extra

cd ~/Install
wget http://www.tbsdtv.com/download/document ... 22.tar.bz2
sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/
tar jxvf media_build-2018-0822.tar.bz2
cd media_build
sudo ./install.sh
sudo reboot

sudo lsmod | grep dvb
1bit
 
Posts: 17
Joined: Sun Sep 04, 2016 8:19 pm

Re: HOW TO GET TBS5520SE WORKS ON DEBIAN 9 - STRETCH

Postby 1bit » Wed Aug 05, 2020 8:29 pm

I have installed driver as per post over here:
viewtopic.php?f=194&t=25446#p55688

And now have all of the DVB tunners missing in TVHeadEnd 4.2.8-36 :(
- I had 3 x DVB-T2
+ TBS5520SE not showing either :(

cd ~/Install
wget http://www.tbsdtv.com/download/document ... 07.tar.bz2
sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/
tar jxvf media_build-2020-07-07.tar.bz2
cd media_build
sudo ./install.sh
sudo reboot



See the details of the install
https://commie.io/#oG3v4oLj

And under the ROOT as well, no joy:
https://commie.io/#NO7VxtSf
1bit
 
Posts: 17
Joined: Sun Sep 04, 2016 8:19 pm

Re: HOW TO GET TBS5520SE WORKS ON DEBIAN 9 - STRETCH

Postby steven » Thu Aug 06, 2020 10:06 am

hi

please disable kernel auto update, and if you still can not install the driver please send email to our support@tbsdtv. you can setup SSHremote
we will remote install for you

Thanks

Kind Regards

steven
steven
 
Posts: 2239
Joined: Fri Aug 06, 2010 3:23 pm

Next

Return to TBS5520 Multi-standard TV Tuner USB Box

Who is online

Users browsing this forum: No registered users and 5 guests