Heres what I did to get mine to work
It would work for a while, then when I did an emerge sync - my ethernet card would take a dump. I could ping (ie ping -c 3 yahoo.com) and it would work fine, but when I went to yahoo.com it didnt work.
do this:
Stop your ethernet card:
Code:
/etc/init.d/net.eth0 stop
INStall
MODule mii - this is a dependancy required by the via-rhine module
(this should load fine - if it doesnt its probably already loaded check lsmod)
INStall
MODule via-rhine (driver for network card - try via-rhine.o if it doesnt work)
(you may need to update yoiur drivers!!)
Start your ethernet card up again:
Code:
/etc/init.d/net.eth0 start
and possibly you might need
to get your IP address.
then just check ifconfig to make sure your stuff is up...
if all goes well (you can get on the internet)
do this:
update your module configuration (so it will start them when you reboot)
and just to make sure, edit /etc/modules.autoload.d/kernel* (2.4 or 2.6 check uname -r to see what version you have):
something like
Code:
vi /etc/modules.autoload.d/kernel-2.4
add this at the end of it
IN THAT ORDER and if your pc complains again try using mii.o or via-rhine.o
GOOD LUCK