[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2.6.28 & Kbuild



Le Wednesday 04 February 2009 00:26:41 Alex Samad, vous avez écrit :
> Hi
>
> I have been using the kernel snapshot repo to grab a 2.6.28 kernel, but
> I notice they are not building a kbuild package and thus I can't build
> modules against the kernel.
>
>
> How are other people building their 2.6.28 kernel and/or kbuild packages

I've just rebuilt it for me (I use the nvidia driver).
It's not really hard :

You must have the deb-src line in /etc/apt/sources.list :

deb http://kernel-archive.buildserver.net/debian-kernel trunk main
deb-src http://kernel-archive.buildserver.net/debian-kernel trunk main

To be able to compile, instal build-essentials.

$ apt-get source linux-kbuild-2.6-2.6.28
$ cd linux-kbuild-2.6-2.6.28
$ dpkg-buildpackage
$ cd ..
$ dpkg -i linux-kbuild-2.6.28_2.6.28-1~snapshot.12595_amd64.deb

After that, you can install linux-headers-2.6.28-1-amd64,
and m-a a-i nvidia ...

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: