Your ethernet card is not being recognized.
first: try ifconfig eth0 up ----then ifconfig ------if your device shows up now try the command dhcpd eth0 ----then try ping google.com ----if you get feedback your connection is working.
(I've never done a setup not involving dhcp so if you have a static ip or something else I'll give the link that all this info comes from)
Assuming that this works then you need to add a line to your net config (i think thats what it is but its irrevelant anyways) by typing nano -w /etc/conf.d/net and adding this iface_eth0="dhcp" this makes it so when you boot your computer will automatically activate your card and connect to the internet. Voila your done. That is if the first part worked which since you have an old card it might not. but there are two other options still to try (that I know of)
use this command to see if you can find your card......
ls /lib/modules/`uname -r`/kernel/drivers/net
if you do see your card type this.........
modprobe nameofyourcard ....where nameofyourcard is the actual name of your card!!!
type ifconfig and see if your card is now detected...if it is then you can continue with instructions above starting with the dhcpd eth0 command!
the last thing that I know of that might solve your problem...it solved my wireless card probem...is ndiswrapper. follow the instructions on this link and see if that works http://ndiswrapper.sourceforge.net/p...p/Installation
its a little confusing but give it a shot and if you have any specific problems drop me a line or post --hope any or all of this helps some!
here is link from gentoo site which I got most info from http://www.gentoo.org/doc/en/handboo...3#network_term
__________________
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL |