On 8/4/05, Christof Dallermassl <[EMAIL PROTECTED]> wrote: > Hi! > > > - the checks scan /lib/modules/$(KVER), not just > > /lib/modules/$(KVER)/kernel. Brian Jackson: thanks for the > > suggestion. > > I'm using a self-compiled debian kernel with version 2.6.8-20050725, but "make > install" copies the modules to /lib/module/2.6.8 where they are not used by > the kernel. Even starting the make with > KERNELDIR=/lib/modules/2.6.8-20050722 make > KERNELDIR=/lib/modules/2.6.8-20050722 make install > does not help. At least with the installation!
I had the same problem when I went from the stock debian 2.6.8 kernel to 2.6.11. I didn't spend much time looking at what changed, or what broke it in the first place, but my fix was to edit /usr/src/kernel-headers-2.6.11-1-k7/Makefile and add change the "EXTRAVERSION = " line to read "EXTRAVERSION = -1-k7". I suspect there's a deeper problem in the debian makefile somewhere (not ivtv), but I've never looked into it. Hope that helps, Ross ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
