Trying to compile uvc driverForum: Multimedia Topic: Trying to compile uvc driver started by: Juanito Posted by Juanito on 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 Posted by Juanito on Feb. 22 2007,08:05
After trying a different approach - the deb package linux-uvc - the readme mentions the driver is 2.6.x only...'Good of the uvc project page to mention that small detail. |