TerraTec Cinergy C DVB-C: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(Update, based on discussion in #linuxtv. Also, add category information.)
m (Identification, dmesg, frontend available (?). My first wiki edit, someone should propably check this.)
Line 20: Line 20:


===Identification===
===Identification===
''provide the relevant output of lspci -vvn or, in the case of usb devices, lsusb -v here ...we're particularly interested in the subsystem IDs ... this means you''
$ lspci -v -s 01:01.0
01:01.0 Multimedia controller: Twinhan Technology Co. Ltd Mantis DTV PCI Bridge Controller [Ver 1.0] (rev 01)
Subsystem: TERRATEC Electronic GmbH Unknown device 1178
Flags: bus master, medium devsel, latency 64, IRQ 22
Memory at cfdff000 (32-bit, prefetchable) [size=4K]

$ lspci -vvn -s 01:01.0
01:01.0 0480: 1822:4e35 (rev 01)
Subsystem: 153b:1178
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort+ <MAbort- >SERR- <PERR-
Latency: 64 (2000ns min, 63750ns max)
Interrupt: pin A routed to IRQ 22
Region 0: Memory at cfdff000 (32-bit, prefetchable) [size=4K]





Line 39: Line 54:
===Drivers===
===Drivers===
''provide the details of where the drivers and patches and necessary tools are available ... this means you''
''provide the details of where the drivers and patches and necessary tools are available ... this means you''

''Status, 6 February 2008''

Frontend updated to tree [http://jusst.de/hg/mantis].


''Status, 31 January 2008''
''Status, 31 January 2008''
Line 46: Line 65:
===Sample kernel output===
===Sample kernel output===
''provide the relevant portion of dmesg here''
''provide the relevant portion of dmesg here''

[ 47.563542] found a VP-2033 PCI DVB-C device on (01:01.0),
[ 47.563543] Mantis Rev 1 [153b:1178], irq: 22, latency: 64
[ 47.563545] memory: 0xcfdff000, mmio: 0xf89de000
[ 47.566227] MAC Address=[00:08:ca:1c:73:1d]
[ 47.566254] mantis_alloc_buffers (0): DMA=0x37850000 cpu=0xf7850000 size=65536
[ 47.566292] mantis_alloc_buffers (0): RISC=0x37913000 cpu=0xf7913000 size=1000
[ 47.566332] DVB: registering new adapter (Mantis dvb adapter)
[ 48.086203] mantis_frontend_init (0): Probing for CU1216 (DVB-C)
[ 48.088334] mantis_frontend_init (0): found Philips CU1216 DVB-C frontend 0x0c
[ 48.088378] mantis_frontend_init (0): Mantis DVB-C Philips CU1216 frontend attach success
[ 48.088424] DVB: registering frontend 0 (Philips TDA10023 DVB-C)...
[ 54.367799] mantis_ack_wait (0): Slave RACK Fail !



===Remote Control Support===
===Remote Control Support===

Revision as of 18:15, 6 February 2008


This article is a stub or is incomplete.
This article requires expansion. Please help add informative information if you can.


A DVB-C PCI card from TerraTec.

Drivers: work in progress; see below

Overview/Features

Discuss the features and facets of the device here ... this means you

Looks to be a clone of the Azurewave/Twinhan AD-CP400 (VP-2040) [1]

Components Used

list the hardware ICs and modules used by the device here ... this means you

  • NXP/Philips CU1216 module
    • NXP/Philips TDA10023 (demodulator)
  • Mantis (bridge)

Identification

$ lspci -v -s 01:01.0
01:01.0 Multimedia controller: Twinhan Technology Co. Ltd Mantis DTV PCI Bridge Controller [Ver 1.0] (rev 01)
       Subsystem: TERRATEC Electronic GmbH Unknown device 1178
       Flags: bus master, medium devsel, latency 64, IRQ 22
       Memory at cfdff000 (32-bit, prefetchable) [size=4K]
$ lspci -vvn -s 01:01.0
01:01.0 0480: 1822:4e35 (rev 01)
        Subsystem: 153b:1178
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort+ <MAbort- >SERR- <PERR-
        Latency: 64 (2000ns min, 63750ns max)
        Interrupt: pin A routed to IRQ 22
        Region 0: Memory at cfdff000 (32-bit, prefetchable) [size=4K]


Other Images

use the included code to insert other images if necessary ...

Making it Work

Firmware

is there any firmware specific information for this device? if so, list it here ... this means you

Drivers

provide the details of where the drivers and patches and necessary tools are available ... this means you

Status, 6 February 2008

Frontend updated to tree [2].

Status, 31 January 2008

Work-in-progress drivers are available from [3]; apart from which tree to check out and use, follow the normal build/install procedure. It is reported that there is as yet no front end device node.

Sample kernel output

provide the relevant portion of dmesg here

[   47.563542] found a VP-2033 PCI DVB-C device on (01:01.0),
[   47.563543]     Mantis Rev 1 [153b:1178], irq: 22, latency: 64
[   47.563545]     memory: 0xcfdff000, mmio: 0xf89de000
[   47.566227]     MAC Address=[00:08:ca:1c:73:1d]
[   47.566254] mantis_alloc_buffers (0): DMA=0x37850000 cpu=0xf7850000 size=65536
[   47.566292] mantis_alloc_buffers (0): RISC=0x37913000 cpu=0xf7913000 size=1000
[   47.566332] DVB: registering new adapter (Mantis dvb adapter)
[   48.086203] mantis_frontend_init (0): Probing for CU1216 (DVB-C)
[   48.088334] mantis_frontend_init (0): found Philips CU1216 DVB-C frontend 0x0c
[   48.088378] mantis_frontend_init (0): Mantis DVB-C Philips CU1216 frontend attach success
[   48.088424] DVB: registering frontend 0 (Philips TDA10023 DVB-C)...
[   54.367799] mantis_ack_wait (0): Slave RACK Fail !


Remote Control Support

discuss support for the remote control here

External Links