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 ...
- 08-21-2009 #1
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.
- 08-21-2009 #2Linux 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)
- 08-21-2009 #3Linux Guru
- 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!
- 08-22-2009 #4
Previously i use to develope my codes using Fedora 2.
I didnt install anything other than OS.
whats the difference in it.
- 08-22-2009 #5Linux Guru
- 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!
- 08-24-2009 #6Just Joined!
- Join Date
- Jul 2009
- Posts
- 6
wow, nice dud...i will come to target...


Reply With Quote