installing drivers

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.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar34.webp

29 Posts
Location -
Joined 2005-01-04
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

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar04.webp

94 Posts
Location -
Joined 2003-12-30
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?