Available in stock!
The NetUP Dual DVB-T/C-CI is a professional PCI-e card that can receive both terrestrial & cable TV signals. The card is intended for high-density appliances such as DVB to IP gateways, home theaters, etc. In contrast to usual DVB-T and DVB-C cards NetUP's Dual DVB-T/C-CI provides a unique versatility and high density - it combines functions of two DVB-T PCI-e cards or two DVB-C PCI-e cards in one board. It can be also used to receive modulated analog TV signal. Moreover, two DVB tuners and two Common Interface (CI) slots occupy only one PCI-e slot. This allows saving space on installation and using the card in confined environments. For example, a standard 1U rack-mount server with two PCI-e slots can receive and decode 4 DVB-C transponders or 4 DVB-T multiplexes, such as NetUP's IPTV Combine 4x or DVB-IP gateway 4x.
Making it work
It is necessary to note if you need the analog (AV RCA) version when ordering the Dual DVB-T/C-CI card. The firmware that is used in the analog version differs from the digital version. The firmware can be updated only by NetUP specialists.
The following Linux kernel is needed for the proper work of the analog version of the card:
http://www.netup.tv/downloads/linux-2.6.36.4-netup-1.7.tar.bz2
NetUP Dual DVB-T/C-CI PCI-e card with analog connectors - complete package |
NetUP Dual DVB-T/C-CI PCI-e card with analog connectors |
The card was awarded as
«Impressive professional card for IPTV servers and multimedia centers that is loaded with the latest technologies for long-term use»
by the TELE-satellite magazine.
Read more in the TELE-satellite's test report.
Check out linux kernel (experimental):
git clone git://git.netup.tv/git/linux-3.0-netup.git linux-3.0-netup cd linux-3.0-netup make menuconfig make && make modules_install && make install
These options must be turned on in Linix kernel:
| Symbol: DVB_STV0367 [=m] | Location: | -> Device Drivers | -> Multimedia support (MEDIA_SUPPORT [=m]) | -> DVB/ATSC adapters (DVB_CAPTURE_DRIVERS [=y]) | -> Customise DVB Frontends
| Symbol: ALTERA_STAPL [=m] | Location: | -> Device Drivers | -> Staging drivers (STAGING [=y])
| Symbol: MEDIA_ALTERA_CI [=m] | Location: | -> Device Drivers | -> Multimedia support (MEDIA_SUPPORT [=m]) | -> Video capture adapters (VIDEO_CAPTURE_DRIVERS [=y]) | -> Conexant cx23885 (2388x successor) support (VIDEO_CX23885 [=m])
Install firmware files into /lib/firmware folder:
wget http://www.netup.tv/downloads/netup-dvb-t-c_firmware-v0.4.tbz2 tar xvfj netup-dvb-t-c_firmware-v0.4.tbz2 cp netup-dvb-t-c_firmware-v0.4/* /lib/firmware/
After compiling the Linux kernel the computer must be restarted. After booting make sure that two DVB adapters are available as system devices i.e. folders /dev/dvb/adapter0 and /dev/dvb/adapter1 exist.
Each port can be tuned to DVB-T or DVB-C using frontend0 or frontend1 accordingly.
# tzap modul64 using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' reading channels from file '/root/.tzap/channels.conf' tuning to 578000000 Hz video pid 0x0000, audio pid 0x0821 status 00 | signal 0000 | snr 0000 | ber 00000000 | unc 00000000 | status 10 | signal 0000 | snr 001b | ber bf8ec9c8 | unc 00000000 | FE_HAS_LOCK status 10 | signal 0000 | snr 001b | ber bf8ec9c8 | unc 00000000 | FE_HAS_LOCK status 10 | signal 0000 | snr 001b | ber bf8ec9c8 | unc 00000000 | FE_HAS_LOCK
The example of /root/.tzap/channels.conf file content for tzap for DVB-T:
modul:578000000:INVERSION_AUTO:6876000:FEC_NONE:QAM_128:515:672:1509
# czap -f 1 modul64 using '/dev/dvb/adapter0/frontend1' and '/dev/dvb/adapter0/demux0' reading channels from file '/root/.czap/channels.conf' 2 modul64:578000000:INVERSION_AUTO:5900000:FEC_NONE:QAM_128:515:672:1509 2 modul64: f 578000000, s 5900000, i 2, fec 0, qam 4, v 0x203, a 0x2a0, s 0x5e5 status 10 | signal ffff | snr b851 | ber 00000000 | unc 0000000b | FE_HAS_LOCK status 10 | signal ffff | snr ca3c | ber 00000000 | unc 0000000b | FE_HAS_LOCK
The example of /root/.czap/channels.conf file content for czap for DVB-C:
modul64:578000000:INVERSION_AUTO:5900000:FEC_NONE:QAM_128:515:672:1509
If you see these messages in kernel's logs, you need to include the stv0367 module into kernel and to recompile it.
DVB: Unable to find symbol stv0367ter_attach() DVB: Unable to find symbol stv0367cab_attach()
It is nessesary to turn on the ALTERA_STAPL option if such string appears in kernel messages:
altera_init: driver disabled by Kconfig