Google Plus

How to install latest stable kernel in Centos/Fedora/ ?

Written by Mel Kham on . Posted in Frequently Asked Questions

 Question : How to install latest stable kernel in Centos/Fedora/ ?

Answer:

First Ensure the following packages are installed and up to date:
autoconf
automake
bison
byacc
flex
gcc
gcc-c++
gettext
libpciaccess
libpciaccess-devel (this by default is not installed)
libstdc++ (for x86_64 systems)
libtool
make
ncurses-devel
patch
rpm-build

1. Get the latest kernel source from www.kernel.org
I used 2.6.38.3

2. Unpack:

 # bunzip2 linux-2.6.38*.tar.bz2
# tar xvf linux-2.6.38*.tar

3 Go to to its directory:

 # cd linux-2.6.38*

4 configure:

 # make menuconfig

Select required device drivers:
Example:
Device Drivers -> Network device support -> Ethernet (10000 Mbit)
Intel(R) 10GbE PCI Express adapters support

5. Save the new kernel configuration

6. Compile (-j 8 for 4 core CPU):

 make -j 8 && make -j 8 modules_install && make install

7. Reboot system to new the kernel

For questions please refer to our Q/A forum at : http://ask.unixmen.com

Mel Kham

Founder of Unixmen, Living in Amsterdam. Am working in my free time to help people to understand the Opensource and to explain them in easy way how to make the fist steps to the the light. Working day and night with my Co-founder Zinovsky to keep this website live even with less resources.

Like us on Facebook

This week Top Posts

Write for us

Recent Comments

AD

|

I need some Help on Linux,can you guide me ?

Edson Carlos

|

In debian no found. I need link download install in linux debian

jacky can

|

You can actually unzip your secret archive by leaving out the -t option, instead using:

unzip newPhoto.jpg

DragonFartOutLoud

|

it went to china.

DragonFartOutLoud

|

great review! i’ve been using it as my main OS since Beta 1 release. its been a awesome ride so far :)

 
IDG Tech Network
Copyright © 2008-2013 Unixmen.com .
Maintained by Anblik .