| Juanito  
 
  
 
 
 Group: Members
 Posts: 1601
 Joined: Sep. 2005
 | 
|  | Posted: Feb. 03 2007,11:28 |  |  I've been trying to compile the uvc driver for a Logitech Quickcam Pro 5000 to use it with Skype on DSL.
 
 I set up the 2.4.26 kernel sources in the usual way (which works to compile other drivers) but when I try to " make" the driver I get the following error - does anybody have an idea what the problem might be?
 
 [/usr/src/linux-uvc]# make
 Building USB Video Class driver...
 make[1]: Entering directory `/KNOPPIX/usr/src/linux-2.4.26'
 make -C  /KNOPPIX/usr/src/linux-uvc CFLAGS="-D -I/KNOPPIX/usr/src/linux-2.4.26/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /KNOPPIX/usr/src/linux-2.4.26/include/linux/modversions.h" MAKING_MODULES=1 modules
 make[2]: Entering directory `/KNOPPIX/usr/src/linux-uvc'
 make[2]: *** No rule to make target `modules'.  Stop.
 make[2]: Leaving directory `/KNOPPIX/usr/src/linux-uvc'
 make[1]: *** [_mod_/KNOPPIX/usr/src/linux-uvc] Error 2
 make[1]: Leaving directory `/KNOPPIX/usr/src/linux-2.4.26'
 make: *** [uvcvideo] Error 2
 |