Hello,
I am new to the forum here so i appoligize (sp?) if this topic has been covered here already. I ran a search through this distribution forum, and turned up nada.
I just installed Libranet 2.8.1 on my machine set up to duel boot with Win2K to Migrate myself off windoze. Kernel is default with distro 2.4.21.
The problem comes with the onboard nVidia nForce2 chipset for the NIC, It will not detect, although the Video and Sound work perfectly so far. I have been googling to my hearts content about this problem with the NIC since last night, and tried several things without success.
1) downloading NVIDIA_nforce-1.0-0256.tar.gz , NVIDIA_nforce-1.0-0261.tar.gz , NVIDIA_nforce-1.0-0274.tar.gz and NFORCE-Linux-x86-1.0-0292-pkg1.run adn attemptin to run with no success. I used the intructions from nVidia on this as well as from libranet.com/support/2.8/0346
no go,
I keep getting this error each and everytime :
root@linuxmachine:/tmp# tar xzf NVIDIA_nforce-1.0-0261.tar.gz
root@linuxmachine:/tmp# cd nforce/
root@linuxmachine:/tmp/nforce# make
make -C nvnet
make[1]: Entering directory `/tmp/nforce/nvnet'
cc -c -Wall -DLINUX -DMODULE -DEXPORT_SYMTAB -D__KERNEL__ -O -Wstrict-prototypes -DCONFIG_PM
-fno-strict-aliasing -mpreferred-stack-boundary=2 -march=i686 -falign-functions=4
-DMODULE -I/usr/src/linux-2.4.21/include nvnet.c
In file included from nvnet.h:20,from nvnet.c:21:
/usr/include/linux/module.h:21:34: linux/modversions.h: No such file or directory
make[1]: *** [nvnet.o] Error 1
make[1]: Leaving directory `/tmp/nforce/nvnet'
make: *** [nvnet_make] Error 2
root@linuxmachine:/tmp/nforce#
Then For giggles, I ran a Make Install......
root@linuxmachine:/tmp/nforce# make install
make -C nvnet install
make[1]: Entering directory `/tmp/nforce/nvnet'
mkdir -p //lib/modules/2.4.21/kernel/drivers/net
install -b -m 644 -o root nvnet.o //lib/modules/2.4.21/kernel/drivers/net
install: cannot stat `nvnet.o': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/tmp/nforce/nvnet'
make: *** [nvnet_install] Error 2
root@linuxmachine:/tmp/nforce#
If anyone could help a

out it will be greatly appreciated!!
Thanks!!