Hi, if you havn't figured it out yet....
I am assuming you have an nForce-based board with the onboard lan, correct? Also, this is all fresh in my memory, so here are the steps I took to get the darn stubborn thing to work:
1) Download the kernel-source from
here (click the top one named kernel-source-2.4.22-10mdk.i586.rpm) its 39 MB or so.
2) Install it - right click it and select "software installer"
3) Download the NVIDIA_nforce-1.0-0261.tar.gz from
here (at bottom of page)
4) remember where you stick that file.
5) get a konsole up and type "telinit 3" - shoots you to a text only environment.
6) type "root" and then your password
7) type "cd /to/the/directory/where/the/tar.gz/is/"
8) type "tar xvfz NVIDIA_nforce-1.0-0261.tar.gz" - should uncompress
9) type "cd /nforce/nvnet/"
10) type "make"
11) type "make install"
12) type "cd /etc/" (navigate to your /etc/ directory)
13) type "vi modules.conf"
14) goto the spot where you want to add THESE LINES AND HIT THE LETTER "i" on your keyboard - this puts you into your edit function then add "alias eth0 nvnet" and "options nvnet optimization = 1". Then hit the esc key to exit out of the edit mode then simply hit the SHIFT key + ZZ - to save
15)type "telinit 5" and this should dump you to your graphical interface, if not type "telinit 3" then "telinit 5" - maybe someone correct me on this cuz im still n00bish
16) I simply rebooted after getting back into KDE again, just to make sure everything stuck......
you now should have a working eth0, configure as necessary.
-voodoo