If you're new here, you may want to subscribe to my RSS feed and if you have questions related to your ubuntu system post question to our forums. Thanks for visiting!
sudo apt-get install ndiswrapper-utils-1.8
Blacklist existing drivers.*
sudo gedit /etc/modprobe.d/blacklist
Copy and paste the following to the bottom of the file. Save it. Close it.
#wg111v2 conflicting drivers
blacklist islsm_pci
blacklist islsm
blacklist islsm_usb
blacklist prism2_usb
blacklist rtl8187
blacklist r8187b
Download your driver at: http://kbserver.netgear.com/release_notes/D102843.asp
Select version 1.3. Download wg111v2_1_3_0.zip to your desktop. Right-click on the file, and extract the compressed folder to your desktop. For ease of use, rename the extracted file “NetgearV2″.
Configure ndiswrapper. Replace with yours. Edit path as necessary. One command at a time.
sudo ndiswrapper -i /home//Desktop/NetgearV2/Driver/WIN98/net111v2.inf
sudo depmod -a
sudo modprobe ndiswrapper
sudo ndiswrapper -m
Add the module to /etc/modules.
sudo gedit /etc/modulesCopy and paste the following to the bottom of the file. Save it. Close it.
ndiswrapper
Reboot your machine.
Insert your wg111v2.
Confirm proper ndiswrapper installation.
sudo ndiswrapper -l
The output should show
Installed drivers:
net111v2 driver installed, hardware present
Check iwconfig.
sudo iwconfigOutput should show wlan0 (or wlan0, or eth0, etc) as a wireless extension.
Fire up your network by issuing the following commands.
(Note: to diagnose problems effectively, you should know something about the following:
ifconfig, iwconfig, ifup, ifdown, dhclient, and dmesg. )
Configure wlan0 (or appropriate interface) via iwconfig
sudo iwconfig wlan0 essid channel 10b. Obtain a valid ip
sudo dhclient wlan0
Output should looks like below
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/wlan0/
Sending on LPF/wlan0/
Sending on Socket/fallback
DHCPREQUEST on wlan0 to 255.255.255.255 port
…messages…
accepting packet with data after udp payload.
DHCPACK from
bound to -- renewal in 32120 seconds
You can find this information in ubuntu forums




new ubuntu users like me are soon going to be put off if they can’t get their computer on the web as easily as using windoze.
Your instructions assume the pc is connected to the web. How do you all that if it isn’t? Its a bit of a chicken & egg situation… I only have a wifi card thats not working, how do I get stuff from the web onto the computer?
you can get all the stuff using the same pc where you posted from or either have a dual boot system
(messing with the last option myself at the moment)
Im a new user to ubuntu as well.I followed the instructions above with no luck, blacklisting islsm_usb disables my wireless adapter. My netgear will not start with that process blacklisted. Any suggestions would be appreciated.
I have followed the method that you have explained, but my wg111v2 doesn’t still work, if i try to launch
iwlist wlan0 scanning
i can’t find any network.
Some suggestion?
For Rehype, i have had the same trouble, i followed this guide and now the blue led on the usb dongle is active for 1 second after
ifconfig wlan0 up
After this the light is always off…
Please help me, i’m going crazy
i have tried all the above suggestions and more. i still cant get ndiswrapper to get past it being an “invalid driver” arg.. this sucks ass. followed all steps.. even the device manager finds my card.. no blue light.. shit hey
how the hell are you going to use apt get AND snag your dependancies without internet? especially in 7.04, it’s impossible to install build essentials
Hi there, I just upgraded to feisty 7.04, and these directions no longer work.
They work, but they suck. I mean, seriously, look at the typos.
Uhh, you need to learn about ifconfig iwconfig dhclient and some other stuff. Basically, learn how to setup a wireless network in terminal. You’ve got to understand what it means for something to be managed. You also need to know the channel.
Also, if you’re using ubuntu, you need build-essential from the install cd or live-cd.
I’ve got it working, but I learned how to setup a wireless network by reading puppy linux tutorials. Those, however, have a couple of typos.
and one more thing: wg111v2 works very well inside of puppy linux. search the forums for wg111v2. so, get youself one of those if you’re having problems. I haven’t encountered a single problem with wireless. I suppose it’s the way Ubuntu was made by the developers that actually clashes. You’ll need to download a dotpet file, but you can get that from windows. Save it to a floppy (maybe…) cd, dvd, or other; but you can download the file from windows to get wireless working in puppy linux.
These instructions worked fine for me, thanks for the post. Some differences I had to make were:
1. could only get ndiswrapper-utils-1.9 (1.8 was no longer available)
2. sudo iwconfig wlan0 essid channel 10b - this line was not right, needed to do two seperate commands “sudo iwconfig wlan0 essid MyWirelessZoneName” and “sudo iwconfig wlan0 channel 11″. It depends on your wireless zone and channel that your router is configured to use.
To the people who couldn’t get it to work -
I found it easier to connect the computer via ethernet cable to the router get get all of the required files. Set up the wireless card then pull the plug on the ethernet cable. If internet still works then you’re in luck, if not then plug back in and keep searching! No reboot was required when I installed it.
THANK YOU!!! Instructions worked (nearly) perfectly. I had to use a slightly different route to install ndiswrapper, but after 8 hours of screwing around with this, I’ll take it!
I just got an older laptop with no os and I installeed freespire but I can not get my netgear wg111v2 usb adaptor to work with it if you can help with some info on it I would be very thankfull e-mail me at jimace30@yahoo.com
Thanks Jim.
Guys,,, this brought a smile to my face..
I play a lot with various OS’s.. I spend all my time on a Mac Book Pro / Leopard or XP. I have spent a lot of time with various linux distros and consider myself capable HOWEVER… after connecting a WG111v2 to play a little with backtrack…… I have to say… too hard bin… not enough time and WTF.
I have installed various PCMCIA/USB keys for linux in the past but this seems Way over the top.
This sort of hack means most will not touch it. Fail.
Will leave you to it - I’m off to the pub as life relly is too short.
This worked awesome. Thanks so much for helping me get the wireless driver to work correctly!