public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* driver for Cinergy Hybrid T USB XS FM
@ 2009-09-19 14:05 Adriano Gigante
  2009-09-19 14:51 ` fogna
  2009-09-19 19:08 ` Devin Heitmueller
  0 siblings, 2 replies; 6+ messages in thread
From: Adriano Gigante @ 2009-09-19 14:05 UTC (permalink / raw)
  To: linux-media

Hy all,

after Markus Rechberger has discontinued the development of em28xx-new 
kernel driver, device "Terratec Cinergy Hybrid T USB XS FM" is no more 
supported under linux.
I also built and installed from http://linuxtv.org/hg/v4l-dvb sources 
with no success (it creates /dev/video0 /dev/radio0 /dev/radio1 -no dvb 
- and nothing works).

The device id is 0ccd:0072, and from Terratec site I saw it's based on 
Empia em2882 and Xceive 5000 chips.

Someone could help with infos about this stick

Thanks all people.

Adri

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Driver for Cinergy Hybrid T USB XS FM
@ 2013-04-03  9:41 Michaël Lefèvre
  0 siblings, 0 replies; 6+ messages in thread
From: Michaël Lefèvre @ 2013-04-03  9:41 UTC (permalink / raw)
  To: linux-media

Following http://www.mail-archive.com/linux-media@vger.kernel.org/msg09960.html

Usb id : 0x0ccd:0x0072
I got a hand on such device and try to make it work under linux 3.5
tree yesterday.

However, it' s my first attempt at drivers coding.

Looks like we now have a mix em28xx/xc5000 with (extracted from em28xx-cards.c)

         [EM2884_BOARD_HAUPPAUGE_WINTV_HVR_930C] = {
                 .name         = "Hauppauge WinTV HVR 930C",
                 .has_dvb      = 1,
 #if 0 /* FIXME: Add analog support */
                 .tuner_type   = TUNER_XC5000,
                 .tuner_addr   = 0x41,
                 .dvb_gpio     = hauppauge_930c_digital,
                 .tuner_gpio   = hauppauge_930c_gpio,
 #else
                 .tuner_type   = TUNER_ABSENT,
 #endif
                 .ir_codes     = RC_MAP_HAUPPAUGE,
                 .def_i2c_bus  = 1,
                 .i2c_speed    = EM28XX_I2C_CLK_WAIT_ENABLE |
                                 EM28XX_I2C_FREQ_400_KHZ,
         },

Older em28xx-new found at
http://www.mathematik.uni-marburg.de/~kosslerj/em28xx-new/
use to support this usb stick.
It use cx25843 decoder.

I manage to load em28xx and other modules, but xc5000 firmware wouldnt load.
I can provide log if you want.

Michaël

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-03  9:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-19 14:05 driver for Cinergy Hybrid T USB XS FM Adriano Gigante
2009-09-19 14:51 ` fogna
2009-09-19 19:08 ` Devin Heitmueller
     [not found]   ` <d91be05a0909220445u5bcbcc52qcf885e663eecbe63@mail.gmail.com>
2009-09-22 23:45     ` Devin Heitmueller
2011-01-12 14:10   ` Adriano
  -- strict thread matches above, loose matches on Subject: below --
2013-04-03  9:41 Driver " Michaël Lefèvre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox