On 09:52 Tue 26 Feb 2008, Kyo Yin wrote:
> i want to use my Logitech Quickcam Communicate Deluxe(Device id is
> 046d:0992) on the omap5912(arm).i have use this camera with ubuntu and
> uvcvideo on pc successfully. when i insert the camera in omap5912 via usb,
> omap5912 support ohci.ohci can find the camera and can not configure it. the
> log is:
>
> [EMAIL PROTECTED]:~# ohci ohci: wakeup
> usb 1-1: new full speed USB device using ohci and address 2
> usb 1-1: SerialNumber: D51070F1
> usb 1-1: rejected 1 configuration due to insufficient available bus power
> usb 1-1: no configuration chosen from 1 choice
>
> in linux kernel i have select usb support and usb mass storage.
>
> can some body help me?
Ubuntu ships UVC with the distro so you probably just don't have the
driver installed on your ARM box. You will need to download, build and
install the UVC driver on this machine:
$ svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk uvc
$ cd uvc/
$ make
$ su
Password:
# make install
Cheers,
Brandon
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel