Can't build webcam driverForum: Multimedia Topic: Can't build webcam driver started by: Juanito Posted by Juanito on Jan. 27 2007,14:43
I've been trying to build a module for a Logitech webcam using the uvs driver - the problem is when I try to cbuild the driver, I get the following error:$ make Building USB Video Class driver... make[1]: Entering directory `/KNOPPIX/usr/src/linux-2.4.26' The present kernel configuration has modules disabled. Type 'make config' and enable loadable module support. Then build a kernel with module support enabled. make[1]: *** [modules] Error 1 make[1]: Leaving directory `/KNOPPIX/usr/src/linux-2.4.26' make: *** [uvcvideo] Error 2 The "present kernel configuration" obviously does have modules enabled - is this governed by some kind of flag I can check/set? Posted by ^thehatsrule^ on Jan. 27 2007,18:24
Is the .config present in there? It may check for that (you open up the Makefile script to be sure of what it does though)
|