Ubuntu Geek

Ubuntu Linux Tips,Howtos&Tutorials|Edgy,Feisty,Gutsy,Hardy,Intrepid

  • RSS Feed

    subscribe to the ubuntu Geek RSS feed


  • Sponsor



  • Categories

  • Meta

  • Sponsor

  • Archives

  • Support Ubuntugeek

    Amount $:
    Website(Optional):


  • Favourite Sites

How to Install Netgear wg111v2 wireless dongle card on Ubuntu Edgy

Posted by admin on January 2nd, 2007 Email This Post Email This Post

Install ndiswrapper, specifically ndiswrapper-utils-1.8

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

Share/Save/Bookmark

If you want to be notified the next time we write something please subscribe to our RSS feed.Thanks for Visiting!

Related Articles

11 Responses to “How to Install Netgear wg111v2 wireless dongle card on Ubuntu Edgy”

  1. vroomfondel Says:

    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?

  2. Ardy Says:

    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)

  3. Rehype Says:

    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.

  4. tonyqui Says:

    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

  5. Dj Says:

    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

  6. vel Says:

    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

  7. m.masseo Says:

    Hi there, I just upgraded to feisty 7.04, and these directions no longer work.

  8. Genecks Says:

    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.

  9. Genecks Says:

    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.

  10. Genecks Says:

    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.

  11. BlackVTwin Says:

    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.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>