TBS6281: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
(One intermediate revision by one other user not shown)
Line 2: Line 2:


A dual [[DVB-T]]/[[DVB-T2]] [[DVB-T2 PCIe Cards|PCIe card]] from [http://www.tbsdtv.com/ TurboSight]. The manufacturer officially supports Linux, and there is on-going development of their driver, although it is supplied as a binary blob.
A dual [[DVB-T]]/[[DVB-T2]] [[DVB-T2 PCIe Cards|PCIe card]] from [http://www.tbsdtv.com/ TurboSight]. The manufacturer officially supports Linux, and there is on-going development of their driver, although it is supplied as a binary blob.

There is now an open source driver available at [https://github.com/ljalves/linux_media/wiki/ Open Source TBS drivers].

Like many other TBS cards, this one uses saa716x PCI express bridge that still isn't available in the kernel tree.


==Overview/Features==
==Overview/Features==
Line 12: Line 16:


* [[NXP SAA716x|NXP SAA7160ET]] PCI Express Based Audio And Video Bridge
* [[NXP SAA716x|NXP SAA7160ET]] PCI Express Based Audio And Video Bridge
* [[Silicon Labs si2168]]-B40 Demodulator
* [[Silicon Labs si2168]]-B40 Demodulator (older versions have the si2168-A20)
* [[Silicon Labs si2158]] Tuner
* [[Silicon Labs si2158]] Tuner


===Identification===
===Identification===


==Making it Work (Closed Source)==

* Follow the [http://www.linuxtv.org/wiki/index.php/TBS6280#Making_it_Work_.28Closed_source.29 'Make it Work (Closed Source)' instructions for the TBS 6280] until you need to type make to compile the drivers. Do not run the make command just yet!
* As per the readme provided by TBS, run one of the following depending on your system:
; for x86 kernel 3.x (x86 32 bit installations of kernel 3.x):

: # ./v4l/tbs-dvbc-x86_r3.sh

; for x86 kernel 2.6.x (x86 32 bit installations of kernel 2.6.x):

: # ./v4l/tbs-dvbc-x86.sh

; for any x86_64 kernel (x86 64 bit installations of Linux):

: # ./v4l/tbs-dvbc-x86_64.sh


* You can then run the make command and continue the 6280 instructions to finish compiling the driver as normal.


==External Links==
==External Links==
* [https://github.com/ljalves/linux_media/wiki/ Open Source TBS drivers]
* [http://www.tbsdtv.com/download/ Driver download page]
* [http://www.tbsdtv.com/download/ Driver download page]
* [http://www.tbsdtv.com/forum/viewforum.php?f=161 TBS Official Support forum for 6281 card]
* [http://www.tbsdtv.com/forum/viewforum.php?f=161 TBS Official Support forum for 6281 card]

Revision as of 09:19, 30 December 2014

Tbs6281.jpg

A dual DVB-T/DVB-T2 PCIe card from TurboSight. The manufacturer officially supports Linux, and there is on-going development of their driver, although it is supplied as a binary blob.

There is now an open source driver available at Open Source TBS drivers.

Like many other TBS cards, this one uses saa716x PCI express bridge that still isn't available in the kernel tree.

Overview/Features

  • PCI-e x1
  • Dual Tuner DVB-T/DVB-T2 card
  • RF antenna pass-through

Components Used

Identification

Making it Work (Closed Source)

for x86 kernel 3.x (x86 32 bit installations of kernel 3.x)
# ./v4l/tbs-dvbc-x86_r3.sh
for x86 kernel 2.6.x (x86 32 bit installations of kernel 2.6.x)
# ./v4l/tbs-dvbc-x86.sh
for any x86_64 kernel (x86 64 bit installations of Linux)
# ./v4l/tbs-dvbc-x86_64.sh
  • You can then run the make command and continue the 6280 instructions to finish compiling the driver as normal.

External Links