Terratec Cinergy Hybrid T USB XS

2010-10-31 Thread Philippe Bourdin

Hello,

I found that the problems people have reported with the USB-TV-stick
Terratec Cinergy Hybrid T USB XS (USB-ID: 0ccd:0042)
are coming from a wrong header file in the v4l-sources.

Attached is a diff, which fixes the problem (tested successfully here).
Obviously the USB-ID has been associated with a wrong chip: EM2880
instead of EM2882, which would be correct.

Thanks and best regards,

Philippe Bourdin.

--- v4l-dvb.orig/linux/drivers/media/video/em28xx/em28xx-cards.c	2010-07-11 16:27:35.0 +0200
+++ v4l-dvb/linux/drivers/media/video/em28xx/em28xx-cards.c	2010-07-10 17:18:42.0 +0200
@@ -1494,7 +1494,7 @@
 		} },
 	},
 	[EM2882_BOARD_TERRATEC_HYBRID_XS] = {
-		.name = Terratec Hybrid XS (em2882),
+		.name = Terratec Cinnergy Hybrid T USB XS (em2882),
 		.tuner_type   = TUNER_XC2028,
 		.tuner_gpio   = default_tuner_gpio,
 		.mts_firmware = 1,
@@ -1794,7 +1794,7 @@
 	{ USB_DEVICE(0x0ccd, 0x005e),
 			.driver_info = EM2882_BOARD_TERRATEC_HYBRID_XS },
 	{ USB_DEVICE(0x0ccd, 0x0042),
-			.driver_info = EM2880_BOARD_TERRATEC_HYBRID_XS },
+			.driver_info = EM2882_BOARD_TERRATEC_HYBRID_XS },
 	{ USB_DEVICE(0x0ccd, 0x0043),
 			.driver_info = EM2870_BOARD_TERRATEC_XS },
 	{ USB_DEVICE(0x0ccd, 0x0047),



Re: Terratec Cinergy Hybrid T USB XS (no audio)

2010-03-19 Thread Philippe Bourdin

Hello all,

just want to let you know, that I found a bug in the em28xx driver,
which prevents the audio part of mentioned USB card to work.

Basically it is (to the best of my knowledge) just a typo in 'em28xx.h'
where the define for card #55 EM2880_BOARD_TERRATEC_HYBRID_XS should
be replaced by EM2882_BOARD_TERRATEC_HYBRID_XS.

Btw. the USB-ID is: 0ccd:0042.
The correct product name is:
Terratec Cinnergy Hybrid T USB XS (em2882)
which should be corrected in 'em28xx-cards.c' for
EM2882_BOARD_TERRATEC_HYBRID_XS.

After recompiling, reinstalling, rebooting *and* then first doing a
# modprobe em28xx-alsa
I can get sound by redirecting the cards output with a command like:
# padsp sox -r 48000 -c 2 -t alsa hw:1,0 -t alsa hw:0,0

I hope this information helps others to get their cards working, since
you see quiet some of these cards on auction sites these days...

(Sorry for corss-posting this to linux-me...@vger and
video4linux-l...@redhat but I want to reach all responsible people.)

Best regards, I will have to unsubscribe now,

Philippe Bourdin.


--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html