Find the answer to your Linux question:
Results 1 to 6 of 6
Hi Friends, I have installed FC9(i386) in my PC. I would like to do Device Driver Devlopment through FC 9. Linux Kernel source is not available in /usr/src I have ...
  1. #1
    Just Joined! rjayavrp's Avatar
    Join Date
    Apr 2009
    Location
    Incredible India
    Posts
    42

    Thumbs up Kernel Programming

    Hi Friends,

    I have installed FC9(i386) in my PC.
    I would like to do Device Driver Devlopment through FC 9.

    Linux Kernel source is not available in /usr/src

    I have installed Kernel Source RPM manually, But FC9 crashed.

    How to get kernel source for kernel module implementation.

  2. #2
    tpl
    tpl is offline
    Linux User
    Join Date
    Jan 2007
    Location
    cleveland
    Posts
    452
    well, the usual place is:

    https://www.kernel.org/
    the sun is new every day (heraclitus)

  3. #3
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    You don't need kernel sources to build device drivers, only the kernel development package, which should be accessible via YUM. Try (as root) "yum install kernel-devel".
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  4. #4
    Just Joined! rjayavrp's Avatar
    Join Date
    Apr 2009
    Location
    Incredible India
    Posts
    42
    Previously i use to develope my codes using Fedora 2.
    I didnt install anything other than OS.
    whats the difference in it.

  5. #5
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    The kernel development package isn't installed as part of the normal distribution. It includes the libraries and header files needed to build new kernel drivers and modules. There are major differences in how the kernel is organized between fc2 and fc9 that you need to understand. Please visit The Linux Kernel Archives and The Linux Documentation Project for details.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  6. #6
    Just Joined!
    Join Date
    Jul 2009
    Posts
    6
    wow, nice dud...i will come to target...

Posting Permissions

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