Discussion:
[linux-dvb] Terratec Cinergy T USB XXS working
(too old to reply)
Alexander Simon
2008-03-03 13:25:26 UTC
Permalink
Hi List,

lately a friend of mine got a Terratec Cinergy T USB XXS and was wondering if
it were supported under Linux.
After unsuccessful googling for this card (even your Wiki gives nothing), i
started investigating on my own.
The Windows driver loaded an dvb7700all.sys, which seemed to be for an dibcom
7700. After replacing USB IDs in dvb-usb/dib_0700_devices.c with the ones
from the card, i got it working by replacing
{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_MYTV_T) },
with the Cards ID in the 127f67dea087 (3.3.08) branch:
{ USB_DEVICE(USB_VID_TERRATEC, 0x0078) },

So, the card is a clone of the "newest" Nova-T.
Scanning channels in Munich and watching with Kaffeine have been tested so far
and worked flawlessly.

Could some developer please include this card into the current source?

You can send me a mail for questions.


Please note that i am talking about T USB XXS, not T USB XS or similar.

Greetings, Alex
Patrick Boettcher
2008-03-22 22:36:46 UTC
Permalink
Hi Alexander,

I created a patch from the information you are giving. I hope it is OK.
Can you please check the repository here:

http://linuxtv.org/hg/~pb/v4l-dvb/

and see whether the change is made correctly?

Patrick.
Post by Alexander Simon
Hi List,
lately a friend of mine got a Terratec Cinergy T USB XXS and was wondering if
it were supported under Linux.
After unsuccessful googling for this card (even your Wiki gives nothing), i
started investigating on my own.
The Windows driver loaded an dvb7700all.sys, which seemed to be for an dibcom
7700. After replacing USB IDs in dvb-usb/dib_0700_devices.c with the ones
from the card, i got it working by replacing
{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_MYTV_T) },
{ USB_DEVICE(USB_VID_TERRATEC, 0x0078) },
So, the card is a clone of the "newest" Nova-T.
Scanning channels in Munich and watching with Kaffeine have been tested so far
and worked flawlessly.
Could some developer please include this card into the current source?
You can send me a mail for questions.
Please note that i am talking about T USB XXS, not T USB XS or similar.
Greetings, Alex
_______________________________________________
linux-dvb mailing list
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Loading...