Alexander Simon
2008-03-03 13:25:26 UTC
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
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