On Wednesday 20 August 2003 09:52 pm, David Hart wrote:
> On Wed, 2003-08-20 at 21:38, Bill Johnson wrote:
> > I have tried to get acpi working with absolutely no success.  I'm using
> > RH8, though, and I am an idiot when it comes to things like compiling the
> > kernel.  Do you have, or have access to, step by step instructions for
> > making this work?  I haven't searched for documentation for a few months,
> > now, but at the time I last searched, I found lots, but none that seemed
> > to be written for novices.
> >
> > Bill Johnson
>
> It's actually pretty simple. Once you get the kernel source unpacked, go
> to the top director (eg kernel-2.4.21).
>
> make clean
> make mrproper
> make clean
> make xconfig
>       Go through each menu. Plenty of on-screen help is available.
> make dep
> make bzImage
> make modules
> make modules install
> make install
>
> You're done. Re-boot and try the new kernel. Just take your time with
> the menus.


I do it this way:

mkbootdisk (if I don't have one that _works_, and verify that it works)

make distclean

copy over appropriate configuration file to .config

make menuconfig (or make xconfig)
make dep
make clean
make bzImage
make modules
make modules_install
make install

lilo -v (to check that lilo got configured OK)

-- 
Hoyt


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to