BleepingComputer.com: Using Ndiswrapper For Wireless Networking

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Using Ndiswrapper For Wireless Networking Rate Topic: -----

#1 User is offline   kbk 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 113
  • Joined: 30-September 06
  • Location:Ohio, USA

Posted 30 September 2006 - 12:19 PM

I wrote this and posted it on my website, but I will repost it here because I think it's helpful...

When I first started using linux, one of the biggest problems I had was getting my wireless network adapter working. I finally got it, and, in the hopes of getting others to use linux I am writing this tutorial on how to do it. First you need to get the drivers for your wireless adapter, sometimes the disk that came with it will work but in my case I had to download them from the Linksys website. You should do this while you still have windows, since the drivers are usually in .exe format. After you get the drivers and have them copied to a cd or floppy or whatever, and have linux loaded on your computer, you need to see if your distro has ndiswrapper (it's a good idea to do this before you install the OS, but whatever). To find out if you have ndiswrapper, open a terminal and type ndiswrapper, here is what it should look like:
kbk@0[~]$ ndiswrapper
Usage: ndiswrapper OPTION

Manage ndis drivers for ndiswrapper.
-i inffile		Install driver described by 'inffile'
-d devid driver   Use installed 'driver' for 'devid'
-e driver		 Remove 'driver'
-l				List installed drivers
-m				Write configuration for modprobe


where 'devid' is either PCIID or USBID of the form XXXX:XXXX


Now that you know you have ndiwrapper, it's time to install the drivers. First you will need to cd to the directory where your driver files are (don't need to, but it's not a bad idea). For me that will be:
cd /home/kbk/drivers/WUSB54Gv1
. Now for me I will type
ndiswrapper -i WUSB54G.inf
to install the driver (for you it might be something different, just install whatever .inf file you have in the directory). Now to make sure it installed we type:
ndiswrapper -l
to list the drivers installed, here is the output of mine:
kbk@0[~]$ ndiswrapper -l
Installed ndis drivers:
airplus		 driver present
bcmwl5		  driver present
lsbcmnds				driver present
lstinds		 driver present
mrv8k51		 driver present
netr33x		 driver present
prismnic				driver present
wlanuig		 driver present
wlipnds		 driver present
wusb54g		 driver present, hardware present

Now you type
modprobe ndiswrapper
so that it will save your settings. And you're done. If I've left anything out, let me know.
www.thisisbeyondbelief.com

#2 User is offline   Rabbuk 

  • Forum Regular
  • PipPipPip
  • Find Topics
  • Group: Members
  • Posts: 202
  • Joined: 31-October 05

Posted 16 January 2007 - 11:34 AM

i think u also need to do ndiswrapper -m to save it everytime you log on or at least i did on ubuntu.
Rabbuk

[size=7]GO BEARS!

#3 User is offline   WilliamBuell 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 53
  • Joined: 01-November 09
  • Gender:Male
  • Location:NYC USA

Posted 15 November 2009 - 02:04 PM

Great tutorial! Thanks! It is what I will have to do tomorrow when I receive an old unwanted tower computer from a relative.

Here is a youtube demo of an Ubuntu Wi-Fi installation that may also be helpful!

http://www.youtube.com/watch?v=gk8g1vr2kpA

I find youtube.com a great resource for hardware and software tutorials.

#4 User is offline   papajbear 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 1
  • Joined: 07-June 11

Posted 07 June 2011 - 06:19 PM

@ kbk, thank you for the clear explanation! I was wanting to install windows drivers for my MS MN710 USB wireless adapter and your clear and easy to read instructions worked perfectly for me.

@Rabbuk, thanks for the additional tip. I now have Chrome OS running on an old Dell Inspiron 3700, using my Microsoft MN710 USB wireless adapter!

Long live the old hardware, thanks to Linux distros!!!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users