NetUP Dual DVB T C CI RF: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
(Making it work added)
Line 21: Line 21:
PCI id:
PCI id:
1B55:e2e4 NetUP Dual DVB-T/C-CI RF card
1B55:e2e4 NetUP Dual DVB-T/C-CI RF card

==Making it work==

Check out linux kernel (experimental):

<pre>
git clone http://udev.netup.ru/git/v4l-dvb.git linux-2.6.35-netup
cd linux-2.6.35-netup
make menuconfig
make && make modules_install && make install
</pre>

Install firmware files into /lib/firmware folder:

<pre>
wget http://www.netup.tv/downloads/netup-dvb-t-c_firmware-v0.1.tbz2
tar xvfj netup-dvb-t-c_firmware-v0.1.tbz2
cp netup-dvb-t-c_firmware-v0.1/* /lib/firmware/
</pre>

Revision as of 06:49, 1 October 2010

NetUP Dual DVB-T/C-CI RF from NetUP Inc.

Overview/Features

* PCI-e x1  
* Supports two DVB-T/DVB-C transponders simultaneously
* Supports two analog audio/video channels simultaneously
* Independent descrambling of two transponders
* Hardware PID filtering

Components Used

* Conexant CX23885 
* STM STV0367 low-power and ultra-compact combo DVB-T/C single-chip receiver
* Xceive XC5000 silicon TV tuner
* Altera FPGA for Common Interafce

Identification

PCI id: 1B55:e2e4 NetUP Dual DVB-T/C-CI RF card

Making it work

Check out linux kernel (experimental):

git clone http://udev.netup.ru/git/v4l-dvb.git linux-2.6.35-netup
cd linux-2.6.35-netup
make menuconfig
make && make modules_install && make install

Install firmware files into /lib/firmware folder:

wget http://www.netup.tv/downloads/netup-dvb-t-c_firmware-v0.1.tbz2
tar xvfj netup-dvb-t-c_firmware-v0.1.tbz2
cp netup-dvb-t-c_firmware-v0.1/* /lib/firmware/