Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Networking & Wireless
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Networking & Wireless
Having problems getting connected to the internet or getting your wireless card to work? Ask here.

 
Thread Tools Display Modes
Old December 29th, 2007   #1
Erwin Criddle
Just Give Me the Beans!
 
Erwin Criddle's Avatar
 
Join Date: Jun 2007
Beans: 47
Ubuntu 7.10 Gutsy Gibbon
Complete tutorial on how to set up Netgear WPN111

This is a complete how to on installing and setting up the Netgear WPN111 wireless device in Ubuntu Gutsy Gibbon.

1. Download the two attachments (WIndows drivers and ndiswrapper)

2. Install build-essential (Needed for compiling ndiswrapper)
Code:
sudo apt-get install build-essential
3. Extract ndiswrapper
Code:
tar -zxvf ndiswrapper-1.51.tar.tar
4. Go to the ndiswrapper directory
Code:
cd ndiswrapper-1.51
5. Run
Code:
make distclean
make
sudo make install
6. Check that ndiswrapper is installed properly
Code:
ndiswrapper -v
If it outputs something like this:
Code:
utils version: '1.9', utils version needed by module: '1.9'
module details:
filename:       /lib/modules/2.6.22-14-generic/ubuntu/misc/ndiswrapper/ndiswrapper.ko
version:        1.45
vermagic:       2.6.22-14-generic SMP mod_unload 586
It has installed correctly.
If it show something different (Please upgrade ndiswrapper to the latest version by going to the ndiswrapper website http://ndiswrapper.sourceforge.net/), run
Code:
sudo make uninstall
Three times and repeat steps 5-8 again and check ndiswrapper -v again.

If it does display the correct output, then you can move to the next step

7. Go back to your home directory
Code:
cd ..
and then extract the windows drivers
Code:
tar -zxvf win-drivers.tar.gz
8. Change directory to the windows drivers
Code:
cd win-drivers
9. Run
Code:
sudo ndiswrapper -i netwpn11.inf
10. Check if the windows driver is installed
Code:
ndiswrapper -l
If it shows: then you can move onto the next step.
Code:
netwpn11 : driver installed
        device (1385:5F01) present
If not, remove driver
Code:
sudo ndiswrapper -r netwpn11
And reinstall the driver
Code:
sudo ndiswrapper -i netwpn11.inf
11. Run
Code:
sudo depmod -a
sudo ndiswrapper -m
sudo modprobe ndiswrapper
If it all goes to plan, Ubuntu should still be running OK and the Netgear device should be winking at you

12. Finally make sure that the device initializes at boot, run
Code:
nano /etc/modules
And add ndiswrapper at the end of the page.



Hopefully, if you have done everything correctly, you should have a working WPN111 Wireless device!
Attached Files
File Type: tar ndiswrapper-1.51.tar.tar (193.7 KB, 1848 views)
File Type: gz win-drivers.tar.gz (273.4 KB, 2805 views)
Erwin Criddle is offline   Reply With Quote
Old January 1st, 2008   #2
breaking
Day Old Decaf
 
breaking's Avatar
 
Join Date: Jan 2008
Beans: 129
Re: Complete tutorial on how to set up Netgear WPN111

Excellent guide mate, I just bought one of these suckers and everything on the instructions worked perfectly, got this device running within minutes flat thanks to you.
breaking is offline   Reply With Quote
Old January 12th, 2008   #3
^Albe^
5 Cups of Ubuntu
 
Join Date: Oct 2007
Beans: 11
Re: Complete tutorial on how to set up Netgear WPN111

simple and working: perfect
thx
^Albe^ is offline   Reply With Quote
Old January 14th, 2008   #4
jdix123
Just Give Me the Beans!
 
Join Date: Jan 2008
Beans: 49
Re: Complete tutorial on how to set up Netgear WPN111

I've followed your steps until and didn't get any error messages.

But my little blue light isn't blinking, and I don't have a "Wireless" option when I open the System -> Network utility.

Code:
$ ndiswrapper -l

Installed ndis drivers:
dr71wu               driver present
netwpn11                   driver present, hardware present
So it recognizes the hardware, apparently. But then when I try

Code:
$ sudo ifconfig wlan0 down
wlan0: ERROR while getting interface flags: No such device
Its not recognizing the device. I can see it under System -> Preferences -> Hardware Information under 8201DB/DBM (ICH4/ICH4-m) -> EHCI Host Controller -> WPN111 so I'm stuck, because as far as I can tell, the system can see it.

Ubuntu 7.1 i386

Last edited by jdix123; January 14th, 2008 at 02:25 PM.. Reason: more to add
jdix123 is offline   Reply With Quote
Old January 17th, 2008   #5
Erwin Criddle
Just Give Me the Beans!
 
Erwin Criddle's Avatar
 
Join Date: Jun 2007
Beans: 47
Ubuntu 7.10 Gutsy Gibbon
Re: Complete tutorial on how to set up Netgear WPN111

Have you updated your kernel since installing and configuring ndiswrapper?
Erwin Criddle is offline   Reply With Quote
Old January 17th, 2008   #6
rayefrenzy
First Cup of Ubuntu
 
rayefrenzy's Avatar
 
Join Date: Oct 2007
Location: Chicago, Ill.
Beans: 12
Ubuntu 8.04 Hardy Heron
Send a message via AIM to rayefrenzy
Re: Complete tutorial on how to set up Netgear WPN111

All right.

I just did what you told me to, and it worked. Flawlessly. I was so overjoyed. Then I restarted, and it all went to ****. I opened up /etc/modules/ in gedit and it still has ndiswrapper chillin' there, ready to start when I boot.

Netgear is still winking at me! What on earth is going on? I checked ndiswrapper -l and it still says:

netwpn11 : driver installed
device (1385:5F01) present

When I open up system>admin>network I don't get any wireless options.

Help me out please!
rayefrenzy is offline   Reply With Quote
Old January 17th, 2008   #7
rayefrenzy
First Cup of Ubuntu
 
rayefrenzy's Avatar
 
Join Date: Oct 2007
Location: Chicago, Ill.
Beans: 12
Ubuntu 8.04 Hardy Heron
Send a message via AIM to rayefrenzy
Re: Complete tutorial on how to set up Netgear WPN111

So, after restarting, like, 3 times, It showed up again... that REALLY doesn't make any sense... but whatever.
rayefrenzy is offline   Reply With Quote
Old January 18th, 2008   #8
Erwin Criddle
Just Give Me the Beans!
 
Erwin Criddle's Avatar
 
Join Date: Jun 2007
Beans: 47
Ubuntu 7.10 Gutsy Gibbon
Re: Complete tutorial on how to set up Netgear WPN111

If you find that the device dosn't work after restarting, it is to do with not deintialising the device.
Instead of restarting, shutdown the machine and it should start ok.
Erwin Criddle is offline   Reply With Quote
Old January 18th, 2008   #9
rayefrenzy
First Cup of Ubuntu
 
rayefrenzy's Avatar
 
Join Date: Oct 2007
Location: Chicago, Ill.
Beans: 12
Ubuntu 8.04 Hardy Heron
Send a message via AIM to rayefrenzy
Re: Complete tutorial on how to set up Netgear WPN111

What I realised made this dumb thing work is unplugging it, plugging it back in, and then restarting. Its sort of annoying, but it works. and that's good enough.

Thank you for the wonderful tutorial. It was the first one that worked
rayefrenzy is offline   Reply With Quote
Old January 24th, 2008   #10
^Albe^
5 Cups of Ubuntu
 
Join Date: Oct 2007
Beans: 11
Re: Complete tutorial on how to set up Netgear WPN111

since i have reinstalled gutsy, i have the same problem
in the past with the gutsy "Upgraded" from feisty all fine
but after a full format/gutsy reinstall i loose the wireless part after a while (1-5 minutes) too

some trick, or so here
if connected with the wireless does not fall
for made solid the wireless is connect to an ap, after this is it possible to return to a wired and have always available (for htat session obv) the wireless one!

the fastest mode for restart the wireless is:
sudo rmmod ndiswrapper
unplug/replug the wpn111
sudo modprobe ndiswrapper

i'm asking just in those days in the ndiswrapper chat/forum
i hope to report any trick for solve

a note:
upgrading to the newest driver (and not using the one in this thread) does NOT help

Last edited by ^Albe^; January 24th, 2008 at 04:43 PM..
^Albe^ is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:24 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry