DVBSky T980C: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(Created page with "A DVB-T/DVB-T2 or DVB-C PCIe card from DVBSky with integrated CI Slot. Also sold as Mystique TeCaBiX-T2C Xpress CI (PCIe). == Features == *CI-Slot *...")
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A [[DVB-T]]/[[DVB-T2]] or [[DVB-C]] [[PCIe|PCIe card]] from [[DVBSky]] with integrated CI Slot. Also sold as [[Mystique TeCaBiX-T2C Xpress CI (PCIe)]].
A [[DVB-T]]/[[DVB-T2]] or [[DVB-C]] [[PCIe|PCIe card]] from [[DVBSky]] with integrated CI Slot. Also sold as [[Mystique TeCaBiX-T2C Xpress CI (PCIe)]]. TechnoTrend TT-budget CT2-4500 CI seems to be identical.


== Features ==
== Features ==
Line 6: Line 6:
*PCIe x1
*PCIe x1
*Low power
*Low power

===Technical Details===

* Name: T980C ver 1.0b
* Bridge : [[Conexant]] PCIe A/V Decoder [[Conexant_CX23885/7/8|CX23885-15Z]]
* DVB-T2/C demodulator : [[Silicon_Labs_si2168|Si2168]]-A20
* DVB-T2/C tuner : [[Silicon_Labs_si2158|Si2158]]-A20
* CI chip: CIMaX SP2HF
* PCI ID 4254:980c
<br/>


== Driver and more ==
== Driver and more ==

*See [[DVBSky]] wiki page. Execute build_{x86|x64}_dvbc.sh for DVB-C driver!
Open source driver is included in the media tree now - possibly included in kernel 3.19. It can be build for older kernels by compiling the media_build drivers.

* Installation:

<pre>
git clone git://linuxtv.org/media_build.git
cd media_build
./build
sudo make install
</pre>

* See [[DVBSky]] wiki page for closed source driver. Execute build_{x86|x64}_dvbc.sh for DVB-C driver!


== Identification ==
== Identification ==
Line 27: Line 49:
ca0 demux0 dvr0 frontend0 net0
ca0 demux0 dvr0 frontend0 net0


[[Category:DVB-C PCIe Devices]]
[[Category:DVB-C PCIe Cards]]
[[Category:DVB-T PCIe Devices]]
[[Category:DVB-T PCIe Cards]]
[[Category:DVB-T2 PCIe Devices]]
[[Category:DVB-T2 PCIe Cards]]

Revision as of 12:27, 31 October 2014

A DVB-T/DVB-T2 or DVB-C PCIe card from DVBSky with integrated CI Slot. Also sold as Mystique TeCaBiX-T2C Xpress CI (PCIe). TechnoTrend TT-budget CT2-4500 CI seems to be identical.

Features

  • CI-Slot
  • Belling Lee Connector (Cable or Antenna)
  • PCIe x1
  • Low power

Technical Details

  • Name: T980C ver 1.0b
  • Bridge : Conexant PCIe A/V Decoder CX23885-15Z
  • DVB-T2/C demodulator : Si2168-A20
  • DVB-T2/C tuner : Si2158-A20
  • CI chip: CIMaX SP2HF
  • PCI ID 4254:980c


Driver and more

Open source driver is included in the media tree now - possibly included in kernel 3.19. It can be build for older kernels by compiling the media_build drivers.

  • Installation:
git clone git://linuxtv.org/media_build.git
cd media_build 
./build
sudo make install
  • See DVBSky wiki page for closed source driver. Execute build_{x86|x64}_dvbc.sh for DVB-C driver!

Identification

$ dmesg | grep -i dvb
[   13.998218] CORE cx23885[0]: subsystem: 4254:980c, board: DVBSKY T980CI DVB-T2/C CI [card=46,autodetected]
[   14.938019] cx23885_dvb_register() allocating 1 frontend(s)
[   14.938023] cx23885[0]: cx23885 based dvb card
[   14.939093] DVB: registering new adapter (cx23885[0])
[   14.939099] cx23885 0000:02:00.0: DVB: registering adapter 0 frontend 0 (Sit2 DVB-T2/C)...
[   14.970383] Registered IR keymap rc-dvbsky
[   14.970456] input: cx23885 IR (DVBSKY T980CI DVB-T2/C CI) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/rc/rc0/input11
[   14.974010] rc0: cx23885 IR (DVBSKY T980CI DVB-T2/C CI) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/rc/rc0
$ lspci | grep -i cx23885
02:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 04)
$ ls /dev/dvb/adapter0/
ca0  demux0  dvr0  frontend0  net0