Hi, again. (Sorry if this is sent twice). I think the makefile expects kernel 2.6.x, not 3.0.x. The condition for version 2.6 is not met, so most of the makefile is nulled.
You can edit the makefile and change (- old, + new): - ifeq ($(OVCAM_MAJMIN),2.6) + ifeq ($(OVCAM_MAJMIN),3.0) and try again. Good luck! Stephen Benoit [email protected] > Okay, on going brain death... > > Make worked with the perl. > Make modules worked also. > Now make install doesn't work. > > But, sudo m-a a-i ov51x-jpeg-source yields; > > Updated infos about 1 packages > Getting source for kernel version: 3.0.0-12-generic > apt-get install linux-headers-3.0.0-12-generic ... > # Build the module > /usr/bin/make KERNEL_DIR=/usr/src/linux KDIR=/usr/src/linux > KVERS=3.0.0-12-generic > make[2]: Entering directory `/usr/src/modules/ov51x-jpeg' > make[2]: *** No targets. Stop. > make[2]: Leaving directory `/usr/src/modules/ov51x-jpeg' > make[1]: *** [binary-modules] Error 2 > make[1]: Leaving directory `/usr/src/modules/ov51x-jpeg' > make: *** [kdist_build] Error 2 _______________________________________________ mlug mailing list [email protected] https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca
