From: hans882 on
Hi guys, i've the following webcam that won't to work on my ubuntu
installation.
The webcam is
0c45:6029 Microdia Triplex i-mini PC Camera

and dmesg return this

[ 454.660388] usb 5-1: SN9C10[12] PC Camera Controller detected
(vid:pid 0x0C45:0x6029)
[ 454.773169] usb 5-1: No supported image sensor detected for this
bridge


If if run camorama i don't get any video but this error
Could not connect to video device /dev/video0

Can someone help me ?
Thanx!


From: noi ance on
On Wed, 10 Mar 2010 15:06:09 +0100, hans882 typed this message:

> Hi guys, i've the following webcam that won't to work on my ubuntu
> installation.
> The webcam is
> 0c45:6029 Microdia Triplex i-mini PC Camera
>
> and dmesg return this
>
> [ 454.660388] usb 5-1: SN9C10[12] PC Camera Controller detected
> (vid:pid 0x0C45:0x6029)
> [ 454.773169] usb 5-1: No supported image sensor detected for this
> bridge
>
>
> If if run camorama i don't get any video but this error Could not
> connect to video device /dev/video0
>
> Can someone help me ?
> Thanx!

Yeah, I don't think Camorama works or works with your webcam.

Try wxCam and some of the other Web Cam applications.
From: Henrik Carlqvist on
hans882 <hans882(a)hotmail.comnospamm> wrote:

> Hi guys, i've the following webcam that won't to work on my ubuntu
> installation.
> The webcam is
> 0c45:6029 Microdia Triplex i-mini PC Camera
>
> and dmesg return this
>
> [ 454.660388] usb 5-1: SN9C10[12] PC Camera Controller detected
> (vid:pid 0x0C45:0x6029)

I haven't tried it myself, but it seems as if you need some evil binary
driver from http://www.linux-projects.org/modules/mydownloads/

On the other hand http://sn-webcam.sourceforge.net/ seems to claim that
the required driver is enclosed in the latest 2.6 kernels.

regards Henrik
--
The address in the header is only to prevent spam. My real address is:
hc3(at)poolhem.se Examples of addresses which go to spammers:
root(a)localhost postmaster(a)localhost

From: King Beowulf on
On Wed, 10 Mar 2010 15:06:09 +0100, hans882 wrote:

> Hi guys, i've the following webcam that won't to work on my ubuntu
> installation.
> The webcam is
> 0c45:6029 Microdia Triplex i-mini PC Camera
>
--snip--
>
> [ 454.660388] usb 5-1: SN9C10[12] PC Camera Controller detected
> (vid:pid 0x0C45:0x6029)
> [ 454.773169] usb 5-1: No supported image sensor detected for this
> bridge
>
--snip---

I've found that the best solution is to go with a Webcam that uses the
UVC standard as that gives you good pug and play across a variety of
application software.

http://linux-uvc.berlios.de/

It can be a hassle to find linux drivers for some of the windoze-centric
devices. You can check for OS X support (ie Unix) which wil mean that
linux support is possible. With For your camera look here:

http://www.linuxquestions.org/hcl/showproduct.php/product/3536/cat/myprod

Also, as a gut told me 15+ yrs ago: "You can always write your own
driver." I always get a kick out of that one since the last code I wrote
was back in the 8080/Z80 days.

Enjoy.
From: stainer on
Il giorno ven, 12/03/2010 alle 16.18 +0000, King Beowulf ha scritto:
> On Wed, 10 Mar 2010 15:06:09 +0100, hans882 wrote:
>
> > Hi guys, i've the following webcam that won't to work on my ubuntu
> > installation.
> > The webcam is
> > 0c45:6029 Microdia Triplex i-mini PC Camera
> >
> --snip--
> >
> > [ 454.660388] usb 5-1: SN9C10[12] PC Camera Controller detected
> > (vid:pid 0x0C45:0x6029)
> > [ 454.773169] usb 5-1: No supported image sensor detected for this
> > bridge
> >
> --snip---
>
> I've found that the best solution is to go with a Webcam that uses the
> UVC standard as that gives you good pug and play across a variety of
> application software.
>
> http://linux-uvc.berlios.de/
>
> It can be a hassle to find linux drivers for some of the windoze-centric
> devices. You can check for OS X support (ie Unix) which wil mean that
> linux support is possible. With For your camera look here:
>
> http://www.linuxquestions.org/hcl/showproduct.php/product/3536/cat/myprod
>
> Also, as a gut told me 15+ yrs ago: "You can always write your own
> driver." I always get a kick out of that one since the last code I wrote
> was back in the 8080/Z80 days.
>
> Enjoy.

Thanks i needed this info too !!!!!