TerraTec Cinergy T USB XXS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (fixed name) |
||
Line 10: | Line 10: | ||
in linux/drivers/media/dvb/dvb-usb/dib0700_devices.c to |
in linux/drivers/media/dvb/dvb-usb/dib0700_devices.c to |
||
{ USB_DEVICE(USB_VID_TERRATEC, 0x0078) },. |
{ USB_DEVICE(USB_VID_TERRATEC, 0x0078) },. |
||
You will loose support for the |
You will loose support for the TerraTec MyTV T. |
||
Remote works. |
Remote works. |
Revision as of 15:47, 8 November 2008
TerraTec Cinergy T USB XXS is an USB 2.0 USB DVB-T Tuner. It is sold with a Remote.
This Device has an DiB7070P Chipset, which consists of an DiB7000PC as a demodulator an a DiB0070 for tuning.
Currently (05.03.08) the Devices USB ID is not yet included in the Code.
Get the current Code and change the Line
{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_MYTV_T) },
in linux/drivers/media/dvb/dvb-usb/dib0700_devices.c to
{ USB_DEVICE(USB_VID_TERRATEC, 0x0078) },.
You will loose support for the TerraTec MyTV T.
Remote works.
For more info see Hauppauge WinTV-NOVA-T-Stick, as this is the same Chipset as the Nova-T Stick (70009) (which is way cheaper).
- Today (13.04.08) the Device works perfectly with the LinuxTV driver dvb_usb_dib0700 - only thing: Remote does not work.