Link to home
Start Free TrialLog in
Avatar of unomateo
unomateo

asked on

need help installing driver for ethernet cards

I need to install a smc 1211tx ethernet card. When I plug it in the computer kadzu finds it but after the boot up it doesn't work. I get "delaying eth0 initialization". I went the smc website and crossed there driver section, under drivers for linux I found this link:
http://www.smc.com/smc/drivers/Drivers/1211/rtl8139.c

It came up as a text file, but I think it is a c file? do I put this file in the /dev directory? and do I have to compile it?

Please help me.

Matt
ASKER CERTIFIED SOLUTION
Avatar of vvijayk
vvijayk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kittlej
kittlej

Ok well I have a similar problem. I have installed a 3c509 (non B aka non PnP) ISA nic card @ 210 / 11 and I'm having problems.  I boot (after editing my conf.modules file to show

alias 3c509 eth0
options 3c509 io=0x210

)

what happens is if i type insmod 3c509 and then ifup eth0 it loads and works properly.  If I reboot the PC, it tries to load it automatically, but comes up "insmod failed" and then "delaying eth0 initalization"  What exactily do I need to do to fix this?