Results 1 to 10 of 10
I need to download a latest kernel for my fedora ..
and reconfigure it with some options.
can any when please specify where can i download latest fedora kernel source ...
- 04-08-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 6
Source code for latest fedora kernel
I need to download a latest kernel for my fedora ..
and reconfigure it with some options.
can any when please specify where can i download latest fedora kernel source code from ..
TIA
- 04-08-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
Hello and welcome to the forums!

This wiki page outlines all the steps for getting the kernel source and customizing it:
Building a custom kernel - FedoraProjectoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 04-08-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 6
- 04-08-2011 #4Just Joined!
- Join Date
- Apr 2011
- Posts
- 6
will i be able to directly download newer version from the fedora site?
- 04-08-2011 #5Just Joined!
- Join Date
- Apr 2011
- Posts
- 6
This what exactly i need to do:
Download the newest kernel version. Once your kernel has been re-configured, your lilo or grub should have a choice of 2 different kernels. You should have the choice of picking either one of them.
The first choice should be the kernel that you currently have on the system.
The second choice should be the following:
· The advanced configuration and power interface needs to be disabled.
· Driver support for the hme interface on Ultra systems needs to be enabled.
· Access to the ext2 file system needs to be disabled.
· Support for secure IP connections using AH protocols between two computers needs to be enabled.
· Support for using hard disks that were partitioned on an msdos system needs to be disabled.
· Support for multipurpose usb networking framework needs to be enabled.
· Setup the ext3 file system as a module.
- 04-08-2011 #6
Those are some mighty specific options you're looking for...
This isn't a homework assignment is it?
Either way: Google - How to customize Linux kernelJay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 04-08-2011 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
The best kernel howto that I've ever found personally is this one:
Digital Hermit - Kernel-Build-HOWTO
It has always helped me tremendously on those occasions that I've needed it.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 04-08-2011 #8Just Joined!
- Join Date
- Apr 2011
- Posts
- 6
Thanks for your replies..
btw it is not an assignment .. am just trying an exercise..
and the main problem which am having is .. in finding the kernel source code for fedora 14
- 04-08-2011 #9Just Joined!
- Join Date
- Apr 2011
- Posts
- 6
i downloaded latest kernel 2.6.38.2 from kernel.org ..
when am doing make config ..
it is showing the error as : gcc command not found ..
so i think gcc is missing in my system..can you please tell me where can i find gcc for fedora 14 .. TIA
- 04-09-2011 #10
In a Fedora system, you'll need to get a few tools first.
Install the following components:
kernel-devel (kernel source)
kernel-headers
gcc
makeJay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote
