jadro - 2.4.22-18mdk
modprobe -
insmod nvnet.o failed - You are trying to load a module without a GPL compatible license and it has unresolved symbols
Idem to reisntalovat lebo som tam skusal kompilovat drivre podla nvidiackej stranky a asi sa to nepodarilo - reinstalacia mi trva nejakych 11minut
neviem ci ten nvnet modul bol uz defaultne nainstalovany alebo sa tam pridal tou mojou kompilaciou ....
Trochu som v noci zagooglil a nasiel som toto SKUSIM TO PO REINSTALACII
Getting nvnet tu run in mandrake 9.1 is a pain in the ass I know, I have got it to run.
But I have long abandoned mandrake in favor of gentoo.
here is how I got it to run.
I compilled nvnet from source I did not want to install nvaudio in favor of alsa drivers.
download this http://download.nvidia.com/XFree86/...1.0-0261.tar.gz
now
code: $ tar-zxvf NVIDIA-nforce-1.0-0261.tar.gz
code: $ cd nforce/nvnet
Before compiling make sure you have the kernel source code in /usr/src
if not it is in mandrake Installation disk 1
code: # make
code: # make install
It should compile without errors.
Now add nvnet to your /etc/modules
and also add this following line to /etc/modules.conf
code:alias eth0 nvnet
Now you have to hand edit your network config as such.
code:# touch /etc/sysconfig/network-scripts/ifcfg-eth0
Now using an editor add this to the empty file you have just created.
codeEVICE=eth0
BOOTPROTO=static
IPADDR=192.168.0.1
NETMASK=255.255.255.0
NETWORK=192.168.0.0
BROADCAST=192.168.0.255
ONBOOT=yes
note put your ip address this is just an example.
code: # touch /etc/resolv.conf
in this file add the following
code:search localdomain
nameserver <YOUR_DNS_SERVER_IP_HERE>
Now edit /etc/sysconfig/network and add this at the bottom.
code:GATEWAY=<YOUR_GATEWAY_HERE>
Now if you reboot and go to the mandrake_control_center > network_configuration when you use the wizard nvnet should now show up in the list of
devices.
This brief guide is what worked for me and a static ip config. But regardless it will at least allow you to use the wizard which as you now does not detect the nvnet devise otherwise.
Good Luck.