Jump to content

Wireless Card Help


Guest mbates14
 Share

Recommended Posts

Guest mbates14

hey, I have 10, and I have the RTL8180.

 

im in the same boat he is. guide me through please.

 

(btw, i have the driver CD along with a working windows partition, i dunno why thats needed. linux is different)

Link to comment
Share on other sites

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.html

 

Hit 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

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

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

modprobe ndiswrapper

 

And finally run these two commands

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

Edited by iphitus
Link to comment
Share on other sites

In Mandrake 10, ndiswrapper is included as a module in the kernel; but you have to install the tools before you can use the commands iphitus listed.

 

In a console, su to root and type

urpmi ndiswrapper

That should install a file from your cd's that includes the tools needed. If not, head over to easyurpmi and add a Main source. It is there for sure.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...