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

Re: problem in recompiling kernel



On Sunday 13 April 2003 11:15, Jones wrote:
> Hi guys,
>
> I am using Debian woody 3.0 and I experience problem in recompiling.  I try
> to recompile my kernel with the old configuration from Debian.  The
> configuration can be found under the directory "/boot".  I follow the step
> used by "Linux Kernel HOWTO" but I fail to use my network cards with my new
> kernel image.  Can anybody tell me what's going wrong with me!? They are
> the commands I have used.
>
> ***************
> make clean

If you're switching to a newer kernel, you may want to now do
make oldconfig

> make mrproper
> cp /boot/config(old config by Debian Installation) /usr/src/linux/.config
> make dep
> make modules
> make modules_install
> make bzImage
> cp /usr/src/linux/arch/i386/boot/bzImage /boot/bzImage(new)
> (edit /etc/lilo.conf for the new kernel)

Obviously (from the rest of your post) you didn't forget to execute "lilo"
- so just in case.

- Michael



Reply to: