On Tue, 2008-04-22 at 14:05 -0700, gonzalo colmenarejo wrote: > Hi, > I'm new to the Linux world (but extemely excited about it!), and I'm > trying to run a Logitech QuickCam Pro 9000 in my Fedora Core 5 box. I > run the steps described in the list for a similar Fedora 6 problem to > compile the uvcvideo driver, but I get the following error: > > [EMAIL PROTECTED] /]# rpm -qa | grep kernel > kernel-2.6.20-1.2320.fc5 > kernel-2.6.15-1.2054_FC5 > [EMAIL PROTECTED] /]# svn checkout > svn://svn.berlios.de/linux-uvc/linux-uvc/trunk > A trunk/uvc_status.c > A trunk/svn-version.sh > A trunk/uvc_ctrl.c > A trunk/uvc_queue.c > A trunk/uvc_video.c > A trunk/uvc_isight.c > A trunk/uvc_v4l2.c > A trunk/uvc_compat.h > A trunk/uvc_driver.c > A trunk/uvcvideo.h > A trunk/Makefile > A trunk/dynctrl.txt > Checked out revision 204. > [EMAIL PROTECTED] /]# cd trunk/ > [EMAIL PROTECTED] trunk]# ls > dynctrl.txt svn-version.sh uvc_ctrl.c uvc_isight.c uvc_status.c > uvc_video.c > Makefile uvc_compat.h uvc_driver.c uvc_queue.c uvc_v4l2.c > uvcvideo.h > [EMAIL PROTECTED] trunk]# make > Building USB Video Class driver... > /bin/sh: line 0: cd: /lib/modules/2.6.20-1.2320.fc5/build: No such > file or directory > make: *** [uvcvideo] Error 1 > > Looking at /lib/modules/2.6.20-1.2320.fc5/, I see there a file called > "build". But it is a file, not a directory! So I don't know why the > Makefile is trying to cd to /lib/modules/2.6.20-1.2320.fc5/build (if I > understand the Makefile correctly). I ensured I have > module-init-tools-3.2.2-0.FC5.3 installed. > > Do you know what's going on and how to fix this problem? > Thanks a lot, > Gonzalo
Hi, You haven't got the kernel-devel package installed, which you need to build a kernel module. HTH cheers Richard _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
