![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
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 |
|
|
#11 |
|
A Carafe of Ubuntu
![]() 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.
|
|
|
|
|
|
#12 | |
|
First Cup of Ubuntu
![]() Join Date: Aug 2006
Beans: 10
Ubuntu Intrepid Ibex (testing)
|
Re: Having troubles installing Netgear WG111v2 in Feisty
Quote:
1. Extract the drivers from the zip file 2. Blacklist the modules for the card. Code:
gksudo gedit /etc/modprobe.d/blacklist Code:
blacklist islsm_pci blacklist islsm blacklist islsm_usb blacklist prism2_usb blacklist r8187 Code:
sudo ndiswrapper -i /path/to/driver/Driver/WINME/net111v2.inf Code:
ndiswrapper -l Code:
net111v2 driver installed, hardware present 5. Install the ndiswrapper module: Code:
sudo ndiswrapper -m 6. Add ndiswrapper to your modules file: Code:
gksudo gedit /etc/modules 7. Reboot and try NetworkManager again. EDIT: Oops, forgot to attach .debs, they're there now Last edited by JohnUK89; April 20th, 2007 at 09:05 AM.. |
|
|
|
|
|
|
#13 | |
|
First Cup of Ubuntu
![]() Join Date: Dec 2006
Beans: 11
|
Re: Having troubles installing Netgear WG111v2 in Feisty
Quote:
1. Code:
auto wlan0 inet wlan0 inet dhcp Code:
auto wmaster0 iface wmaster0 inet dhcp anyway no success. meanwhile i get error message like: "wmaster0: unknown hardware address type 801" |
|
|
|
|
|
|
#14 |
|
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.
|
|
|
|
|
|
#15 |
|
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
|
|
|
|
|
|
#16 |
|
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 |
|
|
|
|
|
#17 | |
|
First Cup of Ubuntu
![]() Join Date: Aug 2006
Beans: 10
Ubuntu Intrepid Ibex (testing)
|
Re: Having troubles installing Netgear WG111v2 in Feisty
Quote:
You need to add blacklist rtl8187 to the end of your module blacklist file (same method as above) |
|
|
|
|
|
|
#18 |
|
5 Cups of Ubuntu
![]() 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 |
|
|
|
|
|
#19 |
|
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 Code:
ndiswrapper -l
net111v2 : driver installed
device (0846:6A00) present (alternate driver: rtl8187)
Code:
loadndisdriver: loadndisdriver: load_driver(359): couldn't load driver net111v2 cheers Jason |
|
|
|
|
|
#20 |
|
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 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|