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.

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

 
Thread Tools Display Modes
Old April 20th, 2007   #11
cody50
A Carafe of Ubuntu
 
cody50's Avatar
 
Join Date: Jul 2006
Location: Wisconsin
Beans: 89
Ubuntu 9.04 Jaunty Jackalope
Re: Having troubles installing Netgear WG111v2 in Feisty

I just tried my same adapter from the 7.04 live cd at a different WAP and everything worked perfectly out of the box (no encryption). I guess I have to do something with my router.
cody50 is offline   Reply With Quote
Old April 20th, 2007   #12
JohnUK89
First Cup of Ubuntu
 
Join Date: Aug 2006
Beans: 10
Ubuntu Intrepid Ibex (testing)
Re: Having troubles installing Netgear WG111v2 in Feisty

Quote:
Originally Posted by ~vel View Post
i'm not using any sort of security, my network is completely open. ubuntu isn't even showing anything for wlan0
You could try ndiswrapper then, you'll need the Windows ME drivers for the card and the packages ndiswrapper-common and ndiswrapper-utils-1.9 installed. The packages are attached, and the drivers can be found at ftp://downloads.netgear.com/files/wg111v2_1_4_0.zip

1. Extract the drivers from the zip file

2. Blacklist the modules for the card.

Code:
gksudo gedit /etc/modprobe.d/blacklist
Add the following to the end of the file:

Code:
blacklist islsm_pci
blacklist islsm
blacklist islsm_usb
blacklist prism2_usb
blacklist r8187
3. Install the driver into ndiswrapper

Code:
sudo ndiswrapper -i /path/to/driver/Driver/WINME/net111v2.inf
4. Check the driver has installed correctly

Code:
ndiswrapper -l
This should output the following:

Code:
net111v2 driver installed, hardware present
You're mainly looking for the driver installed, hardware present part. if that's there continue to step 5. If not make sure no modules are loaded for the card and try again.

5. Install the ndiswrapper module:

Code:
sudo ndiswrapper -m
This will add the interface to your configuration.

6. Add ndiswrapper to your modules file:

Code:
gksudo gedit /etc/modules
Add the word ndiswrapper to the bottom of this file

7. Reboot and try NetworkManager again.

EDIT: Oops, forgot to attach .debs, they're there now
Attached Files
File Type: deb ndiswrapper-common_1.38-1ubuntu1_all.deb (17.6 KB, 49 views)
File Type: deb ndiswrapper-utils-1.9_1.38-1ubuntu1_i386.deb (31.3 KB, 44 views)

Last edited by JohnUK89; April 20th, 2007 at 09:05 AM..
JohnUK89 is offline   Reply With Quote
Old April 20th, 2007   #13
vak
First Cup of Ubuntu
 
Join Date: Dec 2006
Beans: 11
Re: Having troubles installing Netgear WG111v2 in Feisty

Quote:
Originally Posted by JohnUK89 View Post
WPA is supported in Feisty using the native module, you just need to configure it manually, instead of using NetworkManager.
...
unfortunately didn't work for me. well, i ve made few changes which were logical to my undestanding, but with no final success:

1.

Code:
auto wlan0
inet wlan0 inet dhcp
to

Code:
auto wmaster0
iface wmaster0 inet dhcp
2. tried to change "proto=WPA" to "proto=RSN"

anyway no success.

meanwhile i get error message like: "wmaster0: unknown hardware address type 801"
vak is offline   Reply With Quote
Old April 20th, 2007   #14
~vel
5 Cups of Ubuntu
 
Join Date: Jul 2006
Location: Wisconsin
Beans: 20
Ubuntu 7.10 Gutsy Gibbon
Re: Having troubles installing Netgear WG111v2 in Feisty

I managed to get ndiswrapper installed as well as the drivers but when i do ndiswrapper -l it only says net111v2 driver installed. it doesn't say hardware present at all and my dongle won't light up.
~vel is offline   Reply With Quote
Old April 20th, 2007   #15
~vel
5 Cups of Ubuntu
 
Join Date: Jul 2006
Location: Wisconsin
Beans: 20
Ubuntu 7.10 Gutsy Gibbon
Re: Having troubles installing Netgear WG111v2 in Feisty

bump
~vel is offline   Reply With Quote
Old April 20th, 2007   #16
anarchron
First Cup of Ubuntu
 
Join Date: Mar 2007
Beans: 3
Re: Having troubles installing Netgear WG111v2 in Feisty

Hey guys, so from what I gather, Network Manager & WPA is broken for wg511 using ndiswrapper ?

Thanks
anarchron is offline   Reply With Quote
Old April 28th, 2007   #17
JohnUK89
First Cup of Ubuntu
 
Join Date: Aug 2006
Beans: 10
Ubuntu Intrepid Ibex (testing)
Re: Having troubles installing Netgear WG111v2 in Feisty

Quote:
Originally Posted by ~vel View Post
I managed to get ndiswrapper installed as well as the drivers but when i do ndiswrapper -l it only says net111v2 driver installed. it doesn't say hardware present at all and my dongle won't light up.
Probably because I forgot a module you needed to blacklist (d'oh!)

You need to add blacklist rtl8187 to the end of your module blacklist file (same method as above)
JohnUK89 is offline   Reply With Quote
Old April 30th, 2007   #18
nicolas314
5 Cups of Ubuntu
 
nicolas314's Avatar
 
Join Date: Aug 2005
Location: Paris
Beans: 33
Ubuntu 8.10 Intrepid Ibex
Re: Having troubles installing Netgear WG111v2 in Feisty

For what it's worth: I succeeded in making my WG111v2 USB dongle work on Ubuntu, both Edgy and Feisty after I upgraded. It took me easily half a day, so I will try to document my steps as clearly as I can.

First: the dongle. Netgear apparently releases several different pieces of hardware under the same name, so your WG111v2 is probably not the same as mine. This does not make things easier. Maybe I was just unlucky but the CD that was included in the box had the wrong drivers for my dongle, so the thing did not even work under Windoze. Several hours of Googling later, I was trying a bunch of drivers downloaded here and there from the Net and finally got the stuff working on Windoze. At least I knew it was no hardware fault.

Back to Ubuntu: Windoze interestingly taught me I had a RealTek 8187 in the box so I went and installed all relevant drivers I could find on Ubuntu. None worked, so I turned to ndiswrapper, but the version provided on Edgy did not cut it either. A search on this forum showed that there were bugs in the distributed version so I ended up downloading the ndiswrapper source code and installed from scratch. That got ndiswrapper working.

Then I tried all possible Windoze drivers I could put my hands on and finally got it working with an old Win98 driver. The dongle is now working perfectly (netrtuw.inf). After a dist-upgrade to feisty, the thing is still working. I am still using the off-the-shelf version for ndiswrapper instead of the packaged Ubuntu version though.

You may want to have a look at the ndiswrapper web site:
http://ndiswrapper.sourceforge.net

Check out their Wiki in the List of supported cards. If you search for WG111v2 you will find lots of people have tried various drivers. I found the one I am currently using in this list somewhere, though I do not remember where.

Hope it helps putting you into the right direction
nicolas314 is offline   Reply With Quote
Old May 27th, 2007   #19
jharrop
Spilled the Beans
 
Join Date: May 2007
Beans: 12
Netgear WG111v2 WPA in Feisty: success without ndiswrapper

Just wanted to report the above.

After spending several hours trying to get the ndiswrapper approach working, inspired by some of the comments of JohnUK89 above, I just went with the rtl8187 driver. (I should have done this in the first place, given that ifconfig reported wlan0 before i tried any of the ndiswrapper shananigans).

I did have the WG111v2 dongle attached when i installed Ubuntu (x86_64).

So in the end all i had to do to make it work was create a wpa_supplicant.conf file, and put into /etc/network/interfaces:

Code:
pre-up wpa_supplicant -dd -Bw -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
What made me give up on the ndiswrapper approach was getting the following (despite having all the appropriate entries in the blacklist file):

Code:
ndiswrapper -l
net111v2 : driver installed
        device (0846:6A00) present (alternate driver: rtl8187)
with this in /var/log/messages:

Code:
loadndisdriver: loadndisdriver: load_driver(359): couldn't load driver net111v2
Hope this helps someone.

cheers

Jason
jharrop is offline   Reply With Quote
Old June 27th, 2007   #20
domz76
First Cup of Ubuntu
 
Join Date: Jan 2007
Beans: 3
Re: Having troubles installing Netgear WG111v2 in Feisty

Hi,

I also managed to get WG111v2 instaled in Fiesty using -
ndiswrapper (the version supplied with fiesty)
a win98 driver

i know the correct drivers are used as now under the network manager dropdown > connect to other wireless network > [enter network name SSIS], wireless security >...

the WPA options are now listed (whereas only the WEP options were listed using the wg111 without ndiswrapper and the 98 drivers]

My main problem is that i can NEVER connect to my WPA network, just seems to time out!

My question is, do we know for sure that the WLAN device supports WPA protocol???? Has anyone else made it work using WPA??

If not can someone rocommend a wLAN device for fiesty. This is my second try, the previous car which cam highly recommended (Orinnoco classic gold) does not work at all. I haven't ruled out the possibilty that my PCMCIA slot is faulty too, but ultimately a USB solution would be better...

Thanks
Dom
domz76 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 10:31 PM.


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