Technisat CableStar HD2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===Overview=== |
===Overview=== |
||
Seems to be based on the Twinhan (former Azureweave) AD-CP400 (VP-2040) |
Seems to be based on the Twinhan (former Azureweave) [http://www.twinhan.com/product_AD-CP400-2.asp AD-CP400 (VP-2040)] |
||
Uses the [[Philips TDA10021]] Demodulator, [[Phillips CU1216]] Tuner and [[Digimove Mantis]] bridge chip. |
|||
===Identification=== |
===Identification=== |
||
$ lspci -vv -s 05:01.0 |
|||
05:01.0 Multimedia controller: Twinhan Technology Co. Ltd Mantis DTV PCI Bridge Controller [Ver 1.0] (rev 01) |
|||
Subsystem: Device 1ae4:0002 |
|||
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- |
|||
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- |
|||
Latency: 64 (2000ns min, 63750ns max) |
|||
Interrupt: pin A routed to IRQ 10 |
|||
Region 0: Memory at f8fff000 (32-bit, prefetchable) [size=4K] |
|||
⚫ | |||
⚫ | |||
===Installation=== |
|||
You need support for I²C in your Kernel for this card to work. Download the necessary mantis-modules from [http://jusst.de/hg/mantis Jusst.de] or use Mercurial: |
|||
$ hg clone http://jusst.de/hg/mantis |
|||
$ cd mantis |
|||
$ make |
|||
$ make install |
|||
If everything went well, you need to load the following modules: |
|||
dvb-core |
|||
tda10021 |
|||
cu1216 |
|||
mantis |
|||
b2c2-flexcop-pci |
|||
===Troubleshooting=== |
|||
I had problems compiling all of the modules in the mantis package from [http://jusst.de/hg/mantis/rev/83e2af36efe7 jusst.de] but i could solve them by doing a make menuconfig and deselecting most modules except those i really needed (see above) |
|||
⚫ | |||
⚫ | |||
[[Category:Hardware]] |
[[Category:Hardware]] |
Revision as of 09:11, 6 September 2008
Overview
Seems to be based on the Twinhan (former Azureweave) AD-CP400 (VP-2040) Uses the Philips TDA10021 Demodulator, Phillips CU1216 Tuner and Digimove Mantis bridge chip.
Identification
$ lspci -vv -s 05:01.0 05:01.0 Multimedia controller: Twinhan Technology Co. Ltd Mantis DTV PCI Bridge Controller [Ver 1.0] (rev 01) Subsystem: Device 1ae4:0002 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 (2000ns min, 63750ns max) Interrupt: pin A routed to IRQ 10 Region 0: Memory at f8fff000 (32-bit, prefetchable) [size=4K]
$ lspci -n -s 05:01.0 05:01.0 0480: 1822:4e35 (rev 01)
Installation
You need support for I²C in your Kernel for this card to work. Download the necessary mantis-modules from Jusst.de or use Mercurial:
$ hg clone http://jusst.de/hg/mantis $ cd mantis $ make $ make install
If everything went well, you need to load the following modules:
dvb-core tda10021 cu1216 mantis b2c2-flexcop-pci
Troubleshooting
I had problems compiling all of the modules in the mantis package from jusst.de but i could solve them by doing a make menuconfig and deselecting most modules except those i really needed (see above)