From: Gareth Williams <gareth@garethwilliams.me.uk>
To: Reuben Stokes <okonomiyakisan@gohighspeed.com>
Cc: linux-media@vger.kernel.org
Subject: Re: em28xx: new board id [eb1a:5051]
Date: Fri, 30 Dec 2011 22:27:57 +0000 [thread overview]
Message-ID: <1325284077.9483.7.camel@mint> (raw)
In-Reply-To: <201112300504.46944.okonomiyakisan@gohighspeed.com>
On Fri, 2011-12-30 at 05:04 -0800, Reuben Stokes wrote:
> On Friday 30 December 2011 02:01:35 you wrote:
> > On Thu, 2011-12-29 at 15:13 -0800, Reuben Stokes wrote:
> > > Hi,
> > >
> > > Not nearly as linux-savvy as most of the users here, but I attempted to operate a "Raygo USB Video Recorder" (audio/video capture device). Don't know if my efforts qualify as a "test".
> > >
> > >
> > > Model Number:
> > > R12-41373
> > >
> > > Display name:
> > > USB 2861 Device
> > >
> > > lsusb:
> > > Bus 001 Device 002: ID eb1a:5051 eMPIA Technology, Inc.
> > >
> > > dmesg:
> > > [ 7182.076058] usb 1-1: new high speed USB device using ehci_hcd and address 3
> > > [ 7182.212702] usb 1-1: New USB device found, idVendor=eb1a, idProduct=5051
> > > [ 7182.212714] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=2
> > > [ 7182.212723] usb 1-1: Product: USB 2861 Device
> > > [ 7182.212729] usb 1-1: SerialNumber: 0
> > >
> > > System:
> > > HP Pavilion dv6910 laptop
> > > AMD Turion X2 CPU (64 bit)
> > > Mepis 11; 64 bit( based on Debian Squeeze)
> > >
> > >
> > > Tried
> > > -------
> > > * Installed em28xx drivers using instructions found at linuxtv.org.
> > > I note however that this particular vendor/product ID is not validated in the em28xx devices list.
> > > * As new drivers do not automatically load, I use command: modprobe em28xx
> > > After this "modprobe -l | grep em28xx" yields
> > > kernel/drivers/media/video/em28xx/em28xx-alsa.ko
> > > kernel/drivers/media/video/em28xx/em28xx.ko
> > > kernel/drivers/media/video/em28xx/em28xx-dvb.ko
> > > * Device comes with a driver CD for Windows which does work in Windows.
> > >
> > > End result is the device is not recognized as a capture device option in any software tried including vlc, cheese, guvcview, kdenlive.
> > >
> > > Any help getting this to work in Linux would be appreciated as it completely sucks in my bloated, memory-hogging, 32-bit Windows Vista.
> > >
> > > Reuben <okonomiyakisan@gohighspeed.com>
> > > --
> > > To unsubscribe from this list: send the line "unsubscribe linux-media" in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
> > Reuben,
> >
> > If you're willing, then open up the device and see what the chips within
> > are. You believe it's em28xx based, but there may well be additional
> > devices in there for audio and video.
> >
> > Once you've found out what's inside it will be easier to get it working.
> > It may be as simple as getting the driver to recognise the USB Vendor ID
> > or it may require much more work.
> >
> > Regards,
> >
> > Gareth
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-media" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
> >
>
> Thank you very much for the response.
>
> Okay, opening it was easier than first suspected.
>
> The main (biggest) chip reads with nice big letters and a logo:
> eMPIA
> EM2860
> P86J3-011
> 201047-01AG
>
> Less useful information inlcudes:
>
> A smaller chip on the flip side of the circuit board, in letters visible only through a magnifying glass, reads:
> eMPIA
> TECHNOLOGY
> EMP202
> T10164
> 1052
>
> The circuit board itself is stamped:
> PM22860-2GOB
>
> Again, thank you.
>
> Reuben
Reuben,
Was there another chip on there? The EMP202 is an audio chip that can
covert analogue audio to digital PCM (and vice versa). The EM2860 sends
this digital audio along with digital video over USB. For this to work
though, the device will need to convert analogue video to digital and
will need another chip to do this. An example would be a SAA7113 from
Philips. Have another look and post back here.
The two chips you've identified are commonly used in for this type of
device and should be easily configurable in the em28xx driver. We just
need the video chip now! And a tail wind...
Regards,
Gareth
next prev parent reply other threads:[~2011-12-30 22:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-29 23:13 em28xx: new board id [eb1a:5051] Reuben Stokes
2011-12-30 10:01 ` Gareth Williams
2011-12-30 13:04 ` Reuben Stokes
2011-12-30 22:27 ` Gareth Williams [this message]
2011-12-30 23:16 ` Reuben Stokes
2011-12-31 9:51 ` Gareth Williams
2012-01-01 1:01 ` Reuben Stokes
2012-01-01 13:56 ` Gareth Williams
2012-01-02 4:40 ` okonomiyakisan
2012-01-02 21:04 ` Gareth Williams
2012-01-03 5:32 ` Reuben Stokes
2012-01-03 17:59 ` Gareth Williams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1325284077.9483.7.camel@mint \
--to=gareth@garethwilliams.me.uk \
--cc=linux-media@vger.kernel.org \
--cc=okonomiyakisan@gohighspeed.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox