Hi,

On Thursday 25 September 2008, [EMAIL PROTECTED] wrote:
> Hi
> I have a logitech quickcam communicate delux that I am trying to get
> working under red hat enterprise linux 5
> i checked out all the UVC files from the repository but when i give the
> "make" command i get the following error message
> Building USB Video Class driver...
> make[1]: Entering directory `/usr/src/kernels/2.6.18-53.el5-i686'
> CC [M] /home/usapre/Desktop/trunk/uvc_driver.o
> /home/usapre/Desktop/trunk/uvc_driver.c: In function
> 'uvc_parse_control':
> /home/usapre/Desktop/trunk/uvc_driver.c:1139: error: implicit
> declaration of function 'usb_endpoint_is_int_in'
> make[2]: *** [/home/usapre/Desktop/trunk/uvc_driver.o] Error 1
> make[1]: *** [_module_/home/usapre/Desktop/trunk] Error 2
> make[1]: Leaving directory `/usr/src/kernels/2.6.18-53.el5-i686'
> make: *** [uvcvideo] Error 2

Could you try replacing

#if RHEL_RELEASE_CODE < RHEL_RELEASE_VERSION(5,2)

with

#if RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(5,2)

at line 274 in uvc_compat.h and tell me if it helps ?

> Also i installed luvcview software for seeing the video from my logitech
> webcam but running luvcview -L gives the following error
> luvcview -L
> luvcview version 0.2.1
> Video driver: x11
> A window manager is available
> video /dev/video0
> ERROR opening V4L interface
>
> : No such file or directory

That's pretty normal as the driver hasn't been compiled and installed 
properly.

> Can anyone please suggest anything that can be done to resolve these
> errors??

Best regards,

Laurent Pinchart
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to