Brent Kilgore wrote:
> Ok, finally got the 4.1 to compile.  When I installed the apt package I
> needed it decided I needed all the platform's build info.  therefore I
> have about 8 folders in /lib/modules/ and usr/src/whatever . It doesn't
> bother me, got plenty of space, just letting you know.  I make this
> reinstall work, then I'll put it on a diet.
> 
> My kernel is 2.4.27.2-386.  That works in all places except the place
> where I think make is installing the drivers:
> 
> 
>>mkdir -p /lib/modules/2.4.27/kernel/ivtv
> 
> 
> therefore the drivers are installed in 2.4.27.  I need them to install
> into the 2.4.27.2-386 directory.  Again every other reference in make
> has used the correct folder.  

It's an annoyance I have with Debian kernels as well.  You'll need to
set the EXTRAVERSION in the kernel's Makefile to .2-386

'Makefile' in kernel-headers-2.4.27.2-386 will probably be a link, if it
is, just delete the link and copy the actual file into its place first.



Alternatively, you could run

make EXTRAVERSION=.2-386 ; make EXTRAVERSION=.2-386 install

which would override the kernel's Makefile, but you're probably better
off going with the first suggestion.
-- 
Tyler Trafford

_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to