The instructions on this page pertain to the newer version of ndiswrapper.
please disregard these instructions and see the ones here. http://www.mandrakeusers.org/index.php?showtopic=14972.
You will need to use ndiswrapper.
the ndiswrapper website is located at ndiswrapper.sourceforge.net
Fortunately for you, it is installed with Mandrake so that will make life easier.
Lets start by getting the correct driver for the chipset.
http://ndiswrapper.sourceforge.net/supported_chipsets.htmlHit the link for the realtek of yours and then get the WINDOWS XP driver. Yes, the windows XP driver.
Download it to a new directory called "drivers" in your home and then extract it.
Once it is there, open a command line/console/konsole type in 'su' and hit enter
It will ask for a password and you need to put your root password in then hit enter.
Once you have done that
CODE
ndiswrapper -i /home/myname/drivers/INFFILE.INF
Replace myname with your username and INFFILE.INF with the name of the file in the directory drivers, which has .INF on the end of its name.
Then run
CODE
ndiswrapper -l
This will tell you if it has been installed correctly and should say:
Installed ndis drivers:
net8180
or
Installed ndis drivers:
net8180 present
Or something along those lines, if it comes up with and error, please post it.
Next run
CODE
modprobe ndiswrapper
And finally run these two commands
CODE
echo ndiswrapper >> /etc/modules
echo ndiswrapper >> /etc/modprobe.conf
Then configure it through Mandrake Control Centre, if you have any problems, post.
Further information can be found here:
http://cvs.sourceforge.net/viewcvs.py/*che...wrapper/INSTALL