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

Re: linux-source-3.2.0-rc7



On Thu, Jan 5, 2012 at 12:38 AM, lina <lina.lastname@gmail.com> wrote:
> Hi,
>
> a quick question,
>
> Which header I should choose?
>
> $ uname -a
> Linux debian 3.2.0-rc6-3.2-mj-lina #1 SMP Sat Dec 17 13:14:26 SGT 2011
> x86_64 GNU/Linux
>
> the one I built from kernel.org a bit heavy, took so much space. I am not
> sure if I built from debian repository whether it will be light,

While this command won't work for your self-compiled kernel, the route
I use for ensuring I get the correct headers is:

# apt-get install linux-headers-$(uname -r)

This lets uname figure out which one you need so you don't have to
worry about it!

-- 
Chris


Reply to: