[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: recompiling the kernel!!
- From: Manuel Aróstegui Ramirez <manuaroste yahoo es>
- To: redhat-install-list redhat com
- Subject: Re: recompiling the kernel!!
- Date: Fri, 9 Jan 2004 09:31:49 +0100 (CET)
I'm agree with Bob, you don't need to recopile your
kernel, but these are your steps...
tar -zxvf kernelXXX.tar.gz (in /usr/src)
make xconfig
select your options in the kernel, save it and:
make dep
make clean
make bzImage
make modules
make modules_install
make
make install
Then you need to copy your new System.map to your
/boot:
cp System.map /boot/System.map-newkernelversion
cp ./arch/i386/boot/bzImage /boot/vmlinuzX.Y.ZT
(where X,Y,ZT are the number of your kernel version)
mkinitrd /boot/initrd-X.Y-ZT.img X.Y-ZT
Then you need to create a new line in your
/etc/lilo.conf
image=/boot/vmlinuz (the new one)
label=linux-new_kernel
initrd=/boot/initrd-X.Y-ZT.img
read-only
root=/dev/hdXY
(where X is your HD and Y your number of partition)
After save /etc/lilo.conf:
/sbin/lilo
Cheers
--- Bob McClure Jr <robertmcclure earthlink net>
escribió: > Please don't quote irrelevant messages
when posting.
>
> Please persuade your mailer to wrap lines every 72
> chars or so.
>
> Please discover your shift key. You don't turn in
> school papers
> looking like that, do you?
>
> See also
> http://www.rhil.net/docs/faq.html#using_list for
> many useful
> clues on effectively using the List.
>
> On Thu, Jan 08, 2004 at 08:56:25AM -0600, Assudani,
> Kapil (UMKC-Student) wrote:
> > hi all,
> > i am looking for sound driver for my sound card on
> ibm thinkpad 600e
> > ,somebody told me instead of going thru all this
> alsa driver crap i
> > could just recompile my kernal,i hav red hat 8.0
> on my laptop.cud u
> > plz tell me what is the procedure of recompiling
> the kernel.i am new
> > to linux!!!
> > thank you,
> > regards,
> > kapil
>
> You don't have to compile the kernel to use a sound
> driver.
>
> Google is your friend. I Googled for "ibm thinkpad
> 600e linux" and
> the very first hit
>
>
http://www-306.ibm.com/pc/support/site.wss/MIGR-4BP6Q6.html
>
> looks like what you want.
>
> Cheers,
> --
> Bob McClure, Jr. Bobcat Open Systems,
> Inc.
> robertmcclure earthlink net http://www.bobcatos.com
> Here is a test to find whether your mission on earth
> is finished:
> if you're alive, it isn't.
>
>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list redhat com
>
https://www.redhat.com/mailman/listinfo/redhat-install-list
> To Unsubscribe Go To ABOVE URL or send a message to:
> redhat-install-list-request redhat com
> Subject: unsubscribe
=====
--
Manuel Aróstegui Linux user 200896
___________________________________________________
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]