* [linux-dvb] Terratec Cinergy C HD (1822:4e35)
@ 2008-06-25 18:21 Mikko Mäkinen
2008-06-26 8:59 ` Mikko Mäkinen
2008-06-26 20:14 ` Ruediger Dohmhardt
0 siblings, 2 replies; 3+ messages in thread
From: Mikko Mäkinen @ 2008-06-25 18:21 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 2595 bytes --]
Hello everybody,
I've been trying to get my recently (yesterday) bought dvb-c tuner working
under Ubuntu Hardy. Installed drivers from http://www.jusst.de/hg/mantis,
and the /dev/dvb got populated, but without frontend.
Output from lspci:
administrator@hydra:~$ lspci -d 1822:4e35 -vv
00:08.0 Multimedia controller: Twinhan Technology Co. Ltd Mantis DTV PCI
Bridge Controller [Ver 1.0] (rev 01)
Subsystem: TERRATEC Electronic GmbH Unknown device 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: 32 (2000ns min, 63750ns max)
Interrupt: pin A routed to IRQ 20
Region 0: Memory at fc020000 (32-bit, prefetchable) [size=4K]
PCI id seems to have changed from the earlier Cinergy C cards.
Output (partial) from dmesg:
[ 33.894498] found a VP-2040 PCI DVB-C device on (00:08.0),
[ 33.894502] Mantis Rev 1 [153b:1178], irq: 20, latency: 32
[ 33.894507] memory: 0xfc020000, mmio: 0xf8972000
[ 33.897204] MAC Address=[00:08:c8:1c:80:c0]
[ 33.897246] mantis_alloc_buffers (0): DMA=0x374c0000 cpu=0xf74c0000
size=65536
[ 33.897253] mantis_alloc_buffers (0): RISC=0x1f9e3000 cpu=0xdf9e3000
size=1000
[ 33.897258] DVB: registering new adapter (Mantis dvb adapter)
[ 33.926286] input: Power Button (FF) as /devices/virtual/input/input4
[ 33.944481] ACPI: Power Button (FF) [PWRF]
[ 33.944568] input: Power Button (CM) as /devices/virtual/input/input5
[ 33.976486] ACPI: Power Button (CM) [PWRB]
[ 33.976625] input: Sleep Button (CM) as /devices/virtual/input/input6
[ 33.988428] ACPI: Sleep Button (CM) [SLPB]
[ 34.416113] mantis_frontend_init (0): Probing for CU1216 (DVB-C)
[ 34.418214] mantis_frontend_init (0): !!! NO Frontends found !!!
[ 34.418220] mantis_ca_init (0): Registering EN50221 device
[ 34.475764] mantis_ca_init (0): Registered EN50221 device
[ 34.475777] mantis_hif_init (0): Adapter(0) Initializing Mantis Host
Interface
Even I managed to notice one line stating: "!!! NO Frontends found !!!", so
I guess it's no wonder it isn't working.
Does anyone have a clue what I should try next? Or has anyone had success
with this card. I couldn't find earlier models, like cinergy 1200-c, or even
newer, anywhere. I'm supposed to build a DVB to IP streaming machine for a
school, so I would also be happy if someone knew any other available DVB-C
cards working under linux.
Best regards,
Mikko Mäkinen
[-- Attachment #1.2: Type: text/html, Size: 3156 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [linux-dvb] Terratec Cinergy C HD (1822:4e35) 2008-06-25 18:21 [linux-dvb] Terratec Cinergy C HD (1822:4e35) Mikko Mäkinen @ 2008-06-26 8:59 ` Mikko Mäkinen 2008-06-26 20:14 ` Ruediger Dohmhardt 1 sibling, 0 replies; 3+ messages in thread From: Mikko Mäkinen @ 2008-06-26 8:59 UTC (permalink / raw) To: linux-dvb [-- Attachment #1.1: Type: text/plain, Size: 4247 bytes --] Hi again, I included wrong kind of lspci output; subsystem id didn't show up. But here come the right ones: lspci -d 1822:4e35 -vn gives the following: administrator@hydra:~$ administrator@hydra:~$ lspci -d 1822:4e35 -vn 00:08.0 0480: 1822:4e35 (rev 01) Subsystem: 153b:1178 Flags: bus master, medium devsel, latency 32, IRQ 20 Memory at fc020000 (32-bit, prefetchable) [size=4K] but without -d option, which is lspci -vn: administrator@hydra:~$ lspci -vn . . . 00:08.0 0480: 1822:4e35 (rev 01) (prog-if 02) Subsystem: 173b:1178 Flags: bus master, fast Back2Back, medium devsel, latency 34, IRQ 20 Memory at fc020000 (32-bit, prefetchable) [size=4K] Memory at <ignored> (32-bit, non-prefetchable) Memory at <ignored> (32-bit, non-prefetchable) Memory at <ignored> (32-bit, non-prefetchable) Memory at <ignored> (32-bit, non-prefetchable) Memory at <ignored> (32-bit, non-prefetchable) Expansion ROM at <unassigned> [disabled] . . . You see, the subsystem ids differ: 153b:1178 and 173b:1178. I don't know what that means, but hopefully someone else does. lspci -vnn says: 00:08.0 Multimedia controller [0480]: Twinhan Technology Co. Ltd Mantis DTV PCI Bridge Controller [Ver 1.0] [1822:4e35] (rev 01) (prog-if 02) Subsystem: Altima (nee Broadcom) Unknown device [173b:1178] Is it possible to get this card working in linux (in the near future)? Mikko Mäkinen 2008/6/25 Mikko Mäkinen <mikko.reijo.makinen@gmail.com>: > Hello everybody, > > I've been trying to get my recently (yesterday) bought dvb-c tuner working > under Ubuntu Hardy. Installed drivers from http://www.jusst.de/hg/mantis, > and the /dev/dvb got populated, but without frontend. > > > Output from lspci: > > administrator@hydra:~$ lspci -d 1822:4e35 -vv > 00:08.0 Multimedia controller: Twinhan Technology Co. Ltd Mantis DTV PCI > Bridge Controller [Ver 1.0] (rev 01) > Subsystem: TERRATEC Electronic GmbH Unknown device 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: 32 (2000ns min, 63750ns max) > Interrupt: pin A routed to IRQ 20 > Region 0: Memory at fc020000 (32-bit, prefetchable) [size=4K] > > PCI id seems to have changed from the earlier Cinergy C cards. > > Output (partial) from dmesg: > > [ 33.894498] found a VP-2040 PCI DVB-C device on (00:08.0), > [ 33.894502] Mantis Rev 1 [153b:1178], irq: 20, latency: 32 > [ 33.894507] memory: 0xfc020000, mmio: 0xf8972000 > [ 33.897204] MAC Address=[00:08:c8:1c:80:c0] > [ 33.897246] mantis_alloc_buffers (0): DMA=0x374c0000 cpu=0xf74c0000 > size=65536 > [ 33.897253] mantis_alloc_buffers (0): RISC=0x1f9e3000 cpu=0xdf9e3000 > size=1000 > [ 33.897258] DVB: registering new adapter (Mantis dvb adapter) > [ 33.926286] input: Power Button (FF) as /devices/virtual/input/input4 > [ 33.944481] ACPI: Power Button (FF) [PWRF] > [ 33.944568] input: Power Button (CM) as /devices/virtual/input/input5 > [ 33.976486] ACPI: Power Button (CM) [PWRB] > [ 33.976625] input: Sleep Button (CM) as /devices/virtual/input/input6 > [ 33.988428] ACPI: Sleep Button (CM) [SLPB] > [ 34.416113] mantis_frontend_init (0): Probing for CU1216 (DVB-C) > [ 34.418214] mantis_frontend_init (0): !!! NO Frontends found !!! > [ 34.418220] mantis_ca_init (0): Registering EN50221 device > [ 34.475764] mantis_ca_init (0): Registered EN50221 device > [ 34.475777] mantis_hif_init (0): Adapter(0) Initializing Mantis Host > Interface > > Even I managed to notice one line stating: "!!! NO Frontends found !!!", so > I guess it's no wonder it isn't working. > > Does anyone have a clue what I should try next? Or has anyone had success > with this card. I couldn't find earlier models, like cinergy 1200-c, or even > newer, anywhere. I'm supposed to build a DVB to IP streaming machine for a > school, so I would also be happy if someone knew any other available DVB-C > cards working under linux. > > Best regards, > Mikko Mäkinen > > > > > > [-- Attachment #1.2: Type: text/html, Size: 5328 bytes --] [-- Attachment #2: Type: text/plain, Size: 150 bytes --] _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-dvb] Terratec Cinergy C HD (1822:4e35) 2008-06-25 18:21 [linux-dvb] Terratec Cinergy C HD (1822:4e35) Mikko Mäkinen 2008-06-26 8:59 ` Mikko Mäkinen @ 2008-06-26 20:14 ` Ruediger Dohmhardt 1 sibling, 0 replies; 3+ messages in thread From: Ruediger Dohmhardt @ 2008-06-26 20:14 UTC (permalink / raw) To: Mikko Mäkinen; +Cc: linux-dvb Mikko Mäkinen schrieb: > > Does anyone have a clue what I should try next? Or has anyone had > success with this card. I couldn't find earlier models, like cinergy > 1200-c, or even newer, anywhere. I'm supposed to build a DVB to IP > streaming machine for a school, so I would also be happy if someone > knew any other available DVB-C cards working under linux. As said several times on this list, the Twinhan AD-CP300 (Mantis2033) works perfect with the drivers from http://www.jusst.de/hg/mantis <http://www.jusst.de/hg/mantis> except the CAM, which is still not working for me. The latest change set (7348) works here with a 2.6.24.7 kernel. The last working changeset for kernel 2.6.22.19 was changeset 7328 (21.Mai.08). Hence I recommend changeset 7328. Apparently this card is shipped with two different tuners. My card has the TDA10021, whereas other mention trouble (it does not tune) with the TDA10023. The other day, there was this post http://www.linuxtv.org/pipermail/linux-dvb/2008-June/026873.html providing a patch, which looks like making the TDA10023 working fine. Ciao Ruediger D. _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-06-26 20:14 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-06-25 18:21 [linux-dvb] Terratec Cinergy C HD (1822:4e35) Mikko Mäkinen 2008-06-26 8:59 ` Mikko Mäkinen 2008-06-26 20:14 ` Ruediger Dohmhardt
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox