LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to install a linksys 10/100 nic? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-a-linksys-10-100-nic-22847/)

cilene 06-07-2002 02:07 PM

how to install a linksys 10/100 nic?
 
I have no idea how to do this in linux, it seems to be very confusing. I know that when I reboot I see a msg that eth0 failed. I have the floppy from linksys with the driver but have no clue how to use it.
HELP!!!:newbie:

rshaw 06-07-2002 02:46 PM

if that driver disk is for windows, it won't work for linux any better than a mac driver would work for windows.

there's a 99% chance that the kernel already supports it, it's just not configured properly.

please post the exact model of the nic and the distribution you using, and i'm sure someone will help sort this out.

trickykid 06-07-2002 03:14 PM

if your using the LNE100TX, it actually does come with a Linux driver on the disk provided but like rshaw said, that card uses the tulip dirver which is most likely pretty much in every standard linux distro... usually there is no need to install the driver off the disk since its already included in the OS.

but let us know the exact model of the card and we'll know for sure.

dorward 06-07-2002 03:16 PM

LinuxSys cards come with a number of different chips depending on the version.

Usually either the Tulip or one of the RealTek drivers will work.

cilene 06-07-2002 03:17 PM

Thank you for answering back!!
I installed Linux Red Hat 7.3 and the floppy has a folder with the linux name on it besides all the folders for windows 9x. The name of the card is Linksys Etherfast 10/100 and the name of the drive is tulip. I hope someone can give me more tips on how to install the card.
Thank you for your reply!

Cilene

trickykid 06-07-2002 03:25 PM

your getting the error that it fails on bootup.. might already be recognizing the card and using the tulip driver. with this type of error, its just a good chance you have the wrong settings for your network configuration.

upon bootup, check and see if the tulip is already in use:

lsmod

if its being used already, see what the output of your network is:

ifconfig

if you see a eth0 with the ifconfig, its ready to be used.

just run netconfig to setup your network configuration.

cilene 06-07-2002 06:40 PM

HELP!
After doing what you suggested here are the msg I got:
insmod:/lib/modules/2.2.16-22/net/tulip.o :insmod eth0 failed

ifconfig eth0: error fetching interface information : Device not found

I need help setting this nic card and the network.:newbie:

cilene 06-07-2002 07:59 PM

HELP!!!
 
:( I am getting very frustrated. Could someone please help me?!:cry:

rshaw 06-07-2002 08:47 PM

ok, a couple of things to check in etc/modules.conf at the top is a line alias eth0 ...... , it should read alias eth0 tulip. a bit futher down is a line options tulip options = x , if it has a comment (#) at the front, remove it. save the file, and at the root prompt type depmod -a

cilene 06-07-2002 09:01 PM

ok, I'll try that.

thank you.


All times are GMT -5. The time now is 01:11 PM.