On Mon, 8 Mar 2010 23:06:30 +0530 Siju George <[email protected]>
wrote:

> On Sat, Feb 27, 2010 at 1:44 PM, J.C. Roberts
> <[email protected]> wrote:
> > *BUT* a particular vendor or model name doesn't really mean very
> > much since the internal components are constantly changed by
> > vendors without changing the product model name... hence, the need
> > for a dmesg (and `usbdevs -v` is also nice).
> >
> 
> Hi JC, I got my PC re-installed again here is the info :-)
> 
> #usbdevs -v
> Controller /dev/usb0:
> addr 1: high speed, self powered, config 1, EHCI root hub(0x0000),
> VIA(0x1106), rev 1.00
>  port 1 powered
>  port 2 powered
>  port 3 powered
>  port 4 powered
>  port 5 powered
>  port 6 powered
>  port 7 powered
>  port 8 powered
> Controller /dev/usb1:
> addr 1: full speed, self powered, config 1, UHCI root hub(0x0000),
> VIA(0x1106), rev 1.00
>  port 1 addr 2: full speed, power 100 mA, config 1, product
> 0x08af(0x08af), Logitech(0x046d), rev 1.00
>  port 2 powered
> Controller /dev/usb2:

I wonder why your cam is showing up as a "Full Speed" device (e.g.
the slower 12 MiBit/s USB v1.0/1.1)? 

Of course, it really could be an older USB 1.0/1,1 device, but I just
haven't seen one yet. Also, since the Product ID is not recognized, it
could be due to taking the conservative approach in speed assignment.

You *SHOULD* send in your dmesg to dm...@openbsd !!!

> dmesg
> ======
> OpenBSD 4.6 (GENERIC) #53: Thu Jul  9 21:19:22 MDT 2009
>     [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC

> ugen0 at uhub1 port 1 "Logitech product 0x08af" rev 1.10/1.00 addr 2
> 
> any hope?
> 

There's always hope! 

I just checked my -current system, and the Product ID above (0x08af) is
not listed in usbdevs. The closest is the Logictech "QuickCam Notebook
Deluxe" with a Product ID of 0x08a9 which is also listed in the 
video(4) man page as supported.

Of course, this means it could be as simple as adding the Product ID to
usbdevs and rebuilding, or it could be as difficult as needing
additional, specific support in the driver. Give it a try and see what
happens.

        jcr

Reply via email to