where can I find e1000 driver souce code redhat 2.6.15-1.2054_FC5 server ?
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: pclos2009.2, slack13, Debian Lenny (+30 others, for test only)
Posts: 2,905
Thanked: 267
/usr/src/redhat/SOURCES is for unpacked (installed)
".src.rpm" packages. The kernel source will be in
/usr/src/kernels/linux-2.6.15... , so please install
package 'kernel-devel' (or kernel-source)
e.g. 'kernel-devel-2.6.15-1.2054_FC5.i686.rpm' http://rpm.pbone.net/index.php3/stat....i686.rpm.html
and find
linux-2.6.15.../drivers/net/e1000/
I want to do some modifications to the e1000 driver code and want to recompile it and wants to load the modified driver to the running kernel. could you please tell me what are the steps I need to follow to do this ?
Quote:
Originally Posted by knudfl
/usr/src/redhat/SOURCES is for unpacked (installed)
".src.rpm" packages. The kernel source will be in
/usr/src/kernels/linux-2.6.15... , so please install
package 'kernel-devel' (or kernel-source)
e.g. 'kernel-devel-2.6.15-1.2054_FC5.i686.rpm' http://rpm.pbone.net/index.php3/stat....i686.rpm.html
and find
linux-2.6.15.../drivers/net/e1000/
Distribution: pclos2009.2, slack13, Debian Lenny (+30 others, for test only)
Posts: 2,905
Thanked: 267
To compile a module : Copy the programs.c and the
header(s).h from linux-2.6.xx.../drivers/net/e1000/
to an empty directory in your /home/tanniru/
and use a "4 line" Makefile : = = > examples http://www.linuxquestions.org/questi...5/#post3237765
( see #4 )
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.