NetUP Dual DVB-S2-CI: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
 
(5 intermediate revisions by 3 users not shown)
Line 9: Line 9:


===Components Used===
===Components Used===
* Conexant CX23885
* [[Conexant]] CX23885
* Dual demodulator STM STV0900BAB
* Dual demodulator [[STMicroelectronics|STM]] [[STMicroelectronics_STV0900|STV0900BAB]]
* Tuner STM STV6110A
* Tuner STM STV6110A
* Dual LNB STM LNBH24
* Dual LNB STM LNBH24
Line 31: Line 31:
14f1:8852 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 03)
14f1:8852 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 03)


==Making it work==
==Drivers==


Linux driver committed into Linux kernel mainline sources and available in modern distributive out of the box.
Linux driver is in v4l-dvb hg

Some installations tips (out of date) described in article http://www.tele-satellite.com/TELE-satellite-1003/eng/netup.pdf

Windows open source driver available here - https://github.com/netup/netup-dvb-s2-ci-dual


<pre>
hg clone http://linuxtv.org/hg/v4l-dvb/
cd v4l-dvb
make
make install
</pre>




==Advanced functionality - 16APSK/32APSK==
==Advanced functionality - 16APSK/32APSK==
[[STMicroelectronics_STV0900A_16APSK_32APSK|16APSK/32APSK support]]
[[STMicroelectronics_STV0900A_16APSK_32APSK|16APSK/32APSK support]]

Ideal for IPTV Building


==External Links==
==External Links==

Latest revision as of 16:45, 16 February 2014

A DVB-S2 PCIe card from NetUP Inc.


Overview/Features

  • PCI-e x1
  • Supports two DVB-S/DVB-S2 transponders simultaneously
  • Independent descrambling of two transponders
  • DiSEqC 2.x

Components Used

  • Conexant CX23885
  • Dual demodulator STM STV0900BAB
  • Tuner STM STV6110A
  • Dual LNB STM LNBH24
  • SMARDTV CIMaX SP2


Identification

PCI id:

1B55:2a2c NetUP Dual DVB-S2-CI card

for engineering prototype:

14f1:8852 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 03)

Drivers

Linux driver committed into Linux kernel mainline sources and available in modern distributive out of the box.

Some installations tips (out of date) described in article http://www.tele-satellite.com/TELE-satellite-1003/eng/netup.pdf

Windows open source driver available here - https://github.com/netup/netup-dvb-s2-ci-dual


Advanced functionality - 16APSK/32APSK

16APSK/32APSK support

Ideal for IPTV Building

External Links