Search found 9 matches

Return to advanced search

Re: DiSEqC problems

The patch is to be applied to the TBS driver before it's built.. Save the patch to a file (say ~/diseqc.patch) then cd to the directory into which you extracted the TBS drivers (e.g.~/linux-tbs-drivers) and execute: patch -p1 < ~/diseqc.patch Then rebuild the drivers by running 'make && sudo...
by lawrence
Tue Sep 20, 2011 12:47 am
 
Forum: Linux
Topic: DiSEqC problems
Replies: 3
Views: 3670

DiSEqC problems

I have a universal LNB that is switched from lo-band to hi-band by sending a 22kHz tone. If I use szap to tune to a hi-band transponder then all is well. However, if I tune to a lo-band transponder then I get no lock. Scoping the signal on the coax shows the correct 13/18V but also a 0.5V p-p ~20kHz...
by lawrence
Fri Sep 02, 2011 1:01 am
 
Forum: Linux
Topic: DiSEqC problems
Replies: 3
Views: 3670

Re: Installing the driver breaks DVB-T adapter.

I would recommend giving up on the media_build tree - it looks too problematic. I've actually built a custom Linux kernel with the modified drivers: mkdir src && cd src wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.38.tar.bz2 wget http://www.kernel.org/pub/linux/kernel/v2.6/patc...
by lawrence
Fri Aug 19, 2011 3:08 pm
 
Forum: Linux
Topic: Installing the driver breaks DVB-T adapter.
Replies: 12
Views: 13419

Re: Installing the driver breaks DVB-T adapter.

I'm assuming that you using a current media_build tree from http://git.linuxtv.org/media_build.git? If so then follow the README therein and
Code: Select All Code
./build --main-git

That should checkout the current linux tree into media/
by lawrence
Fri Aug 19, 2011 2:43 am
 
Forum: Linux
Topic: Installing the driver breaks DVB-T adapter.
Replies: 12
Views: 13419

Re: Installing the driver breaks DVB-T adapter.

To use the patch:
Code: Select All Code
cd media_build
wget http://www.softsystem.co.uk/download/tbs/tbs698x-2.6.38.patch
cd media
patch -p1 < ../tbs698x-2.6.38.patch

Then run install the TBS drivers and then run make.
by lawrence
Thu Aug 18, 2011 11:36 pm
 
Forum: Linux
Topic: Installing the driver breaks DVB-T adapter.
Replies: 12
Views: 13419

Re: Installing the driver breaks DVB-T adapter.

If you are using the v4l media_build tree (not a plain linux source tree) then you need to change the installation slightly. cd media_build DRVR="linux-tbs-drivers_110806.rar" wget http://www.tbsdtv.com/download/common/$DRVR mkdir tbs && cd tbs unrar x ../$DRVR tar -axf linux-tbs-d...
by lawrence
Thu Aug 18, 2011 7:10 pm
 
Forum: Linux
Topic: Installing the driver breaks DVB-T adapter.
Replies: 12
Views: 13419

Re: Installing the driver breaks DVB-T adapter.

Forgot to mention that after downloading the patch you need to apply it with:

Code: Select All Code
patch -p1 < tbs698x-2.6.38.patch


substitute tbs698x-2.6.39.patch for linux 2.6.39
by lawrence
Thu Aug 18, 2011 1:27 am
 
Forum: Linux
Topic: Installing the driver breaks DVB-T adapter.
Replies: 12
Views: 13419

Re: Installing the driver breaks DVB-T adapter.

Unfortunately TBS are using an older, incompatible set of v4l drivers. So when you build and install the TBS ones the git ones are overwritten. I ran into the same problem and the only solution is to separate the changes made by TBS and apply them to the git tree. Fortunately I've done that and you ...
by lawrence
Thu Aug 18, 2011 1:24 am
 
Forum: Linux
Topic: Installing the driver breaks DVB-T adapter.
Replies: 12
Views: 13419

Can't switch from hi band to lo band

My brand new 6981 has a problem tuning lo band transponders. I have a universal LNB. If I use szap or szap-s2 to tune to a hi-band transponder (LNB tone on) then it locks immediately. However, if I tune a lo-band transponder (LNB tone off) then it doesn't lock until I disconnect and re-connect the L...
by lawrence
Wed Aug 17, 2011 8:51 pm
 
Forum: Linux
Topic: Can't switch from hi band to lo band
Replies: 0
Views: 1650

Return to advanced search