Digital Devices DuoFlex C&T: Difference between revisions
(→See also: added Category DVB-T) |
(Added Compile Howto) |
||
Line 1: | Line 1: | ||
== Overview/Features == |
== Overview/Features == |
||
* PCI-e x1 (Bridge) |
* PCI-e x1 (Bridge) |
||
* |
* Recieve Dual DVB-C/DVB-T in high definition simultaneously |
||
* Independent descrambling of two transponders |
* Independent descrambling of two transponders |
||
* DVB-C HDTV H264 decoding |
* DVB-C HDTV H264 decoding |
||
Line 7: | Line 7: | ||
* Mixed Mode feature (2x DVB-C / 2x DVB-T / DVB-C & DVB-T) |
* Mixed Mode feature (2x DVB-C / 2x DVB-T / DVB-C & DVB-T) |
||
== Identification == |
|||
PCI id: |
|||
Multimedia controller: Device dd01:0003 |
|||
and an extra PCI Bridge: |
|||
PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02) |
|||
==Making it work== |
|||
copied from VDR Portal (See Link below) |
|||
This uses Sources from: |
|||
http://linuxtv.org/hg/~endriss/ngene-octopus-test: |
|||
- ngene: cineS2(v3/v4/v5), SatixS2, PCIe-Bridge, mini PCIe-Bridge |
|||
- ddbridge: Octopus, Octopus LE, cineS2(v6) |
|||
- DuoFlex-S2, DuoFlex-CT, CI |
|||
and from |
|||
http://powarman.dyndns.org/hgwebdir.cgi/v4l-dvb-saa716x: |
|||
- TT S2-6400 |
|||
Compilable with Kernel 2.6.35 and higher (2.6.30 and below doesn't work for sure). |
|||
How to Compile: |
|||
1. Download modified media_build: |
|||
Sources: |
|||
<nowiki>hg clone http://linuxtv.org/hg/~endriss/media_build_experimental</nowiki> |
|||
2. Download Drivers and Compile: |
|||
<nowiki>cd media_build_experimental |
|||
make download |
|||
make untar</nowiki> |
|||
3. optional: deselect unused modules: |
|||
<nowiki>make menuconfig</nowiki> |
|||
4. Build Drivers |
|||
<nowiki>make</nowiki> |
|||
5. install modules |
|||
<nowiki>make install |
|||
modprobe ddbridge |
|||
modprobe ngene</nowiki> |
|||
== Tuning to DVB-C and DVB-T == |
|||
Line 15: | Line 67: | ||
* [http://www.linux4media.de/files/DDTuner.zip DDTuner.zip] - System Driver |
* [http://www.linux4media.de/files/DDTuner.zip DDTuner.zip] - System Driver |
||
* [http://digital-devices.de/ Digital-Devices] - manufacturer website |
* [http://digital-devices.de/ Digital-Devices] - manufacturer website |
||
* [http://www.vdr-portal.de/board16-video-disk-recorder/board85-hdtv-dvb-s2/105803-aktuelle-treiber-f%C3%BCr-octopus-ddbridge-cines2-ngene-ddbridge-duoflex-s2-duoflex-ct-sowie-tt-s2-6400/ VDR Portal] - Driver installation Howto |
|||
[[Category:DVB-C]] |
[[Category:DVB-C]] |
Revision as of 15:39, 13 August 2011
Overview/Features
* PCI-e x1 (Bridge) * Recieve Dual DVB-C/DVB-T in high definition simultaneously * Independent descrambling of two transponders * DVB-C HDTV H264 decoding * DVB-T SD Mpeg2 decoding * Mixed Mode feature (2x DVB-C / 2x DVB-T / DVB-C & DVB-T)
Identification
PCI id: Multimedia controller: Device dd01:0003
and an extra PCI Bridge: PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
Making it work
copied from VDR Portal (See Link below)
This uses Sources from: http://linuxtv.org/hg/~endriss/ngene-octopus-test: - ngene: cineS2(v3/v4/v5), SatixS2, PCIe-Bridge, mini PCIe-Bridge - ddbridge: Octopus, Octopus LE, cineS2(v6) - DuoFlex-S2, DuoFlex-CT, CI
and from http://powarman.dyndns.org/hgwebdir.cgi/v4l-dvb-saa716x: - TT S2-6400
Compilable with Kernel 2.6.35 and higher (2.6.30 and below doesn't work for sure).
How to Compile:
1. Download modified media_build:
Sources:
hg clone http://linuxtv.org/hg/~endriss/media_build_experimental
2. Download Drivers and Compile:
cd media_build_experimental make download make untar
3. optional: deselect unused modules:
make menuconfig
4. Build Drivers
make
5. install modules
make install modprobe ddbridge modprobe ngene
Tuning to DVB-C and DVB-T
See also
- LinuxTV - driver patches
- DDTuner.zip - System Driver
- Digital-Devices - manufacturer website
- VDR Portal - Driver installation Howto