Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
I installed red hat linux 9.0 a day ago on a pc that i use as dedicated server. my first NIC (used for internet) was recognized without problems, my second NIC however is not, I have a floppy with linux drivers of the NIC but i don't know how to install them.
there are 3 files : makefile, r8169.c and a readme.
in the readme i read that the first step is compiling r8169.c using "makefile"
and that i have to assignt "NEW_INCLUDE_PATH" in makefile according to linux kernel.
I have no idea how to do this. i see what i think is a script when i open makefile but i don't know how to run it or use it in any way please help me
u can try dragging and dropping the files from ur floppy to ur home folder...or right click inside ur home folder create a new folder and drop them in there.
open a terminal window as root then
# cd /home/newfolder/ ( enter)
# make
or if there is a README file with install commands then go with that
Okay i found it, now I have an r8169.o file that i have to copy to
/lib/modules/<kernel>/kernel/drivers/net
but it says i can't put any files in that directory because of the file rights
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.