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

Re: How do I use the linux-headers with the linux-source?



Am 2006-05-19 12:48:53, schrieb Marco:
> Hi,
> I made some tests last night and I think i've found the problem.
> here is the procedure I followed to compile the kernel:
> #apt-get install linux-source-2.6.15
> # tar -jxf /usr/src/linux-source-2.6.15.tar.bz2
> # cd /usr/src/linux-source-2.6.15/
> # make-kpkg clean
> # make menuconfig
> # make oldconfig
> # make-kpkg --revision 'name.version' kernel_image modules_image
> and after
> # MAKE-KPKG CLEAN :-)

Hell, whats this?

1)  apt-get install kernel-package fakeroot build-essential \
                    linux-source-2.6.15
2)  cd /usr/src
3)  tar -jxf /usr/src/linux-source-2.6.15.tar.bz2
4)  cd /usr/src/linux-source-2.6.15
5)  make-kpkg --revision 'name.version' --config menuconfig \
              configure kernel_image modules_image
6)  cd /usr/src
7)  dpkg -i linux-kernel-2.6.15_name.version_i386.deb

and thats all

> As you can see, I think the problem is the final "make kpkg clean" 
> command, isn't it?

No!

Greetings
    Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/6/61925193    67100 Strasbourg/France   IRC #Debian (irc.icq.com)



Reply to: