From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.kapsi.fi ([217.30.184.167]:36550 "EHLO mail.kapsi.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752072AbbBVV3d (ORCPT ); Sun, 22 Feb 2015 16:29:33 -0500 Message-ID: <54EA4A3B.9060000@iki.fi> Date: Sun, 22 Feb 2015 23:29:31 +0200 From: Antti Palosaari MIME-Version: 1.0 To: Benjamin Larsson , Gilles Risch , linux-media CC: Olli Salonen Subject: Re: Linux TV support Elgato EyeTV hybrid References: <54E9DDFE.4010507@gmail.com> <54EA3633.3030805@southpole.se> In-Reply-To: <54EA3633.3030805@southpole.se> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On 02/22/2015 10:04 PM, Benjamin Larsson wrote: > On 02/22/2015 02:47 PM, Gilles Risch wrote: >> Hi, >> >> most of the used components are identified: >> - USB Controller: Empia EM2884 >> - Stereo A/V Decoder: Micronas AVF 49x0B >> - Hybrid Channel Decoder: Micronas DRX-K DRX3926K:A3 0.9.0 >> The only ambiguity is the tuner, but I think it could be a Xceive XC5000 > > This sounds like the Hauppauge WinTV HVR-930C: > > http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-930C It is pretty similar than 930C but not same. Compare pictures from my blog and those on LinuxTV wiki. PCB is different. http://www.linuxtv.org/wiki/index.php/Elgato_EyeTV_hybrid http://blog.palosaari.fi/2013/06/naked-hardware-10-hauppauge-wintv-hvr.html > >> because the windows driver comprises the xc5000 firmware and it is 100% >> identical: >> $ mkdir extract-xc5000-fw >> $ cd extract-xc5000-fw >> $ wget >> http://linuxtv.org/downloads/firmware/dvb-fe-xc5000-1.6.114.fw >> $ wget >> http://elgatoweb.s3.amazonaws.com/Documents/Support/EyeTV_Hybrid/EyeTV_Hybrid_2008_509081301_W8.exe >> >> >> $ 7z -y e EyeTV_Hybrid_2008_509081301_W8.exe >> $ dd if=emBDA.sys of=dvb-fe-xc5000-test.fw bs=1 skip=518800 >> count=12401 >/dev/null 2>&1 >> $ md5sum dvb-fe-xc5000-1.6.114.fw dvb-fe-xc5000-test.fw >> b1ac8f759020523ebaaeff3fdf4789ed dvb-fe-xc5000-1.6.114.fw >> b1ac8f759020523ebaaeff3fdf4789ed dvb-fe-xc5000-test.fw >> >> The Elgato_EyeTV_Hybrid.inf file contains a comment with "TerraTec H5", >> which components are assembled on that USB stick? > > The TerraTec H5 has a TDA18271 tuner. > >> >> >> Regards, >> Gilles > > > So most likely the Elgato EyeTV hybrid is one of these combinations. And > it should quite feasible to add support for someone who knows the Empia > EM2884. That device could be supported just making proper board profile to em28xx driver. Rather trivial stuff to one who has any experience. Just one hour work or so. regards Antti -- http://palosaari.fi/