| Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here. |
 |
07-01-2006, 07:42 PM
|
#1
|
|
LQ Newbie
Registered: Jul 2006
Location: Edinburgh
Distribution: Ubuntu 6.06
Posts: 3
|
Netgear WG111v2 + ndiswrapper installation problems
[ Log in to get rid of this advertisement]
Hi everyone - hope you can help me with this.... sorry it's a bit of a long story.
I'm new to linux, and I've just installed Ubuntu 6.06 (dual booting with Windows XP).
After installing last night, my first job today was to get my wireless adapter working, but I've not been able to, despite trying everything I could try mentioned on the ndiswrapper wiki + devices list.
I'm using a Netgear WG111v2 USB dongle and ndiswrapper v1.8 (installed through Synaptic Package Manager).
I found windows drivers on the cd which came with the adapter, which according to entries in the device list should work. I unzipped the .cab files, and found a bunch of likely looking driver files in a folder named WINXP. This seemed to work ok, but when i try 'ndiswrapper -l', I get 'net111v2 driver present', when I was expecting hardware present... the device is plugged in, and turns up on the list when i type 'lusb'.
A couple of things I notice though - first, no one on the list of devices on the ndiswrapper wiki has mentioned net111v2 as being the name of the driver they've used (although I can't find any others on the cd), and when I use lsusb, the device ID that comes up is 0846:4240 , where the conf file in the etc/ndiswrapper/net111v2 folder is named 0846:6A00.F.conf
Does this mean that after all of this I've installed the wrong drivers? I've also tried to use the Sitecom WL-142 driver mentioned in the list, but has exactly the same results.
Does anyone have any ideas of what to try next?
|
|
|
|
07-01-2006, 08:19 PM
|
#2
|
|
LQ Newbie
Registered: Jul 2006
Location: Edinburgh
Distribution: Ubuntu 6.06
Posts: 3
|
Ok, tried a couple of different sets of drivers which I found on driverguide.com (which is a horrible horrible site, incidently  ), and have made progress - with the new files I can now get both Drivers present and hardware present, however still can't get the ndiswrapper: driver ... added message to come up when I load the module.
The new drivers came in a zipped folder named v1.2Beta13/ndis5/, but the file name in the ndiswrapper folder is now 0846:4220.F.conf - still not the same as the device.
Anyone know where I could get these drivers?
|
|
|
|
07-03-2006, 08:34 PM
|
#3
|
|
LQ Newbie
Registered: Jul 2006
Location: Edinburgh
Distribution: Ubuntu 6.06
Posts: 3
|
Just to let anyone who finds the post know, I found the correct drivers - the problem for me was that I actually have a WG111v1, rather than a WG111v2 which is what is was labelled as - if your serial number starts WG72, you've got a v1.
These still didn't work until I blacklisted some of the drivers which came with the Ubuntu 6.06 installation (apparently some of them interfere with ndiswrapper).
So complete instructions should be something like this:
- Uninstall any drivers you've got left over from previous experiments in nidiswrapper, just so we're starting from fresh...
and then the following for any drivers which show up
Code:
ndiswrapper -e DRIVERNAME
- blacklist the interfering drivers from the Dapper Drake installation
Code:
sudo gedit /etc/modprobe.d/blacklist
Then add the following to the end of that file
Code:
blacklist r8187
blacklist islsmusb
blacklist islsm
blacklist islsm_usb
- install the correct windows drivers for your WG111 (mine were the ones from the netgear website) download and unzip the drivers to a handy folder, and then
Code:
sudo ndiswrapper -i /path-to-driver/{net111.inf|net111v2.inf} ## for whatever version you're using ##
sudo depmod -a
sudo modprobe ndiswrapper
This should get your device working... after this you can add it to start up at boot:
Code:
sudo gedit /etc/modules
then add this to the bottom
And finally, set up your wireless settings in your /etc/network/interfaces file...
Code:
sudo gedit /etc/network/interfaces
Find + edit the part of the code which looks like this to match up with your network settings:
Code:
iface eth1 inet dhcp
wireless-essid XXXXXXXXXXX
wireless-key XXXXXXXX
auto eth1
After all of this I'm now up and running on my network with WEP enabled... doesn't seem to be dropping connection as some others have experienced either - all seems good so far.
|
|
|
|
08-15-2006, 08:45 PM
|
#4
|
|
LQ Newbie
Registered: Dec 2004
Posts: 4
|
I have a fresh install of kubuntu dapper. I followed these instructions (and have tried others I have found), but no success. It shows up in ifconfig/iwconfig, but I cannot seem to change the essid to the one I want. A scan does not work either.
Any idea how I could go about fixing this?
Thanks.
|
|
|
|
11-05-2006, 07:59 PM
|
#5
|
|
Member
Registered: Apr 2004
Posts: 424
|
I know this is an older thread, but I am having problems with this also.
ndiswrapper is install. I installed the driver. ndiswrapper -l shows:
installed drivers:
net8185 driver installed, hardware present
All this worked:
sudo ndiswrapper -i /path-to-driver/{net111.inf|net111v2.inf}
sudo depmod -a
But when I do this:
sudo modprobe ndiswrapper
I get this:
FATAL: Module ndiswrapper not found
any ideas?
|
|
|
|
12-26-2006, 08:25 PM
|
#6
|
|
LQ Newbie
Registered: Dec 2006
Posts: 1
|
Any progress on this front. I am having similar problems with 6.06 and netgear wg111v2. Once i try to modprobe ndiswrapper, I get the fatal message.
|
|
|
|
12-29-2006, 07:01 PM
|
#7
|
|
LQ Newbie
Registered: Dec 2006
Posts: 1
|
more ndiswrapper problems
I am extremely new to Linux. I am trying to install a D-link WUA-1340 wireless USB adapter. I downloaded ndiswrapper, and tried to compile it with the make command, but I get the message: bash: make: command not found
I have Mandrake with kernel 2.6.12 and ndiswrapper is 1.32.
Maybe I don't have the make command on my machine. And even if I do, will the D-link work?
Should I give up and get a Windows machine?
Thank you.
|
|
|
|
01-13-2007, 01:27 PM
|
#8
|
|
LQ Newbie
Registered: Jan 2007
Posts: 1
|
hmm, very odd. I also have the WG111v2 and dapper, and it does not require NDISwrapper. I simply had to go to administrative > Networking, and voila, wlan0 showed up. My current problem is getting this card to work with other distributions.
|
|
|
|
03-27-2007, 03:08 AM
|
#9
|
|
LQ Newbie
Registered: Mar 2007
Posts: 6
|
Quote:
|
Originally Posted by penny2cats
I am extremely new to Linux. I am trying to install a D-link WUA-1340 wireless USB adapter. I downloaded ndiswrapper, and tried to compile it with the make command, but I get the message: bash: make: command not found
I have Mandrake with kernel 2.6.12 and ndiswrapper is 1.32.
Maybe I don't have the make command on my machine. And even if I do, will the D-link work?
Should I give up and get a Windows machine?
Thank you.
|
Mandrake Linux might not come with the development tools installed by default.
Try searching for "Make command on Mandrake Linux" or going through your OS's aditional library's list.
Cheers,
Tom
|
|
|
|
06-05-2007, 06:16 PM
|
#10
|
|
LQ Newbie
Registered: May 2007
Posts: 2
|
Netgear WG111v2 + ndishwrapper need old version 1.3 windows 98 driver
Guys,
I have sucessfully installed my USB netgear
WG111v2 adapter for internet surfing.
Initially I followed the same procedure as given here but because I installed WindowsXP Latest driver from the Netgear website it was not working. After few days I read some information on internet that Netgear WG111v2 Windows 98 driver will work on linux, so I downloaded Netgear old version 1.3 for windows 98 from this website http://kbserver.netgear.com/release_notes/D102843.asp
I copied all files from driver/win98 folder in single folder and then I double click all of the data files to get file from those data in a single folder using Wicrosoft Windows (two Data was empty but one had some files, which i copied in single folder).
Then I followed same as per this article.
first I changed to that single folder (where we had downloaded those windows 98 netgear driver files) in root terminal and I used the same command..... here
ndiswrapper -i net111v2.inf
driver was installed then I configure my Genome network configuration to get connection with internet.
Thank you very much for this writer...
Piyush
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:47 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
LQ Podcast
LQ Radio
|
|