installing drivers
This is a discussion about installing drivers in the Everything Linux category; 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 in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Jan 4
Jan 4
0
1 minute
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?