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
Page 1 of 1
installing drivers
#2
Posted 04 January 2005 - 07:38 PM
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?
Share this topic:
Page 1 of 1

Help










