Linux - Wireless NetworkingThis 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.
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.
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.
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...
Code:
ndiswrapper -l
and then the following for any drivers which show up
Code:
ndiswrapper -e DRIVERNAME
- blacklist the interfering drivers from the Dapper Drake installation
- 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
Code:
ndiswrapper
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.
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.
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.
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.
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.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.