Page 1 of 1

for openSuSE users with satellite - S2 TBS device (USB)

PostPosted: Mon Feb 19, 2018 12:39 am
by due40
Hello.

I upgraded (long delayed) from 13.x to 42.3.

the sources will not compile.

You need to install the vanilla kernel + source.

then it will work, at least for my setup: a DVB-S2 USB ( older 5980) with a CI interface.

You need to get the sources from here: (instructions I got from support, thanks :-) )
and you need to be root, since you are installing device drivers...

you can have a try with this pakage :
#wget http://www.tbsdtv.com/download/document ... 16.tar.bz2
# sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/
#tar jxvf media_build-2017-1016.tar.bz2
#cd media_build
#./install.sh
#reboot

Re: for openSuSE users with satellite - S2 TBS device (USB)

PostPosted: Fri Mar 02, 2018 11:22 am
by steven
thanks for your share : )