sasfmj 0 Posted January 4, 2005 Hi i am wanting to install network card driver i have the linux driver and a txt file that tell me what to do but ive got stuck i followed steps un-tar'ing files etc but then askes to 'compile' to make a file call rhinefit.o anyone knows what im on about?? thanks Share this post Link to post
taeuler 0 Posted January 4, 2005 After you untar the driver there sould be a README file in there. Which will have specific instructions. If I had to guess what it wants you to do is open a terminal, and enter the following commands: cd <the drivers derectory> ./configure make su <enter root password> make install That's the standard/generic way for it to go. Also what network card is this for, and what distro are you using? Share this post Link to post