Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,096
    Quote Originally Posted by rajeevalone View Post
    can any when please specify where can i download latest fedora kernel source code from ..
    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 - FedoraProject
    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.

  3. #3
    Just Joined!
    Join Date
    Apr 2011
    Posts
    6
    Quote Originally Posted by ozar View Post
    Hello and welcome to the forums!

    This wiki page outlines all the steps for getting the kernel source and customizing it:
    Thank you so much .. i will check it!!

  4. #4
    Just Joined!
    Join Date
    Apr 2011
    Posts
    6
    will i be able to directly download newer version from the fedora site?

  5. #5
    Just 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.

  6. #6
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    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 kernel
    Jay

    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.

  7. #7
    oz
    oz is offline
    forum.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.

  8. #8
    Just 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

  9. #9
    Just 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

  10. #10
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    In a Fedora system, you'll need to get a few tools first.

    Install the following components:

    kernel-devel (kernel source)
    kernel-headers
    gcc
    make
    Jay

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...