Re: [ivtv-devel] [PATCH] more improvements to detection of interfering modules

2005-08-06 Thread Seeker5528
On Thu, 4 Aug 2005 22:54:21 +1000 Ross <[EMAIL PROTECTED]> wrote: > 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-

Re: [ivtv-devel] [PATCH] more improvements to detection of interfering modules

2005-08-04 Thread Tyler Trafford
On Thu, Aug 04, 2005 at 02:14:11AM -0400, Christof Dallermassl wrote: > 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

Re: [ivtv-devel] [PATCH] more improvements to detection of interfering modules

2005-08-04 Thread Ross
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"

Re: [ivtv-devel] [PATCH] more improvements to detection of interfering modules

2005-08-03 Thread Christof Dallermassl
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 k

[ivtv-devel] [PATCH] more improvements to detection of interfering modules

2005-08-03 Thread D. Hugh Redelmeier
Thanks, Chris, for including my previous patches in ivtv-0.3.7b. This patch makes more improvements to the detection of interfering modules. - I added a new target "install-nocheck" for those who don't want the checks done. - I added a scan for modules with names like ivtv-*.ko and *-ivtv.ko