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.
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
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
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?
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?