LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 10-04-2006, 03:10 PM   #1
Lynswin
LQ Newbie
 
Registered: Sep 2006
Posts: 5

Rep: Reputation: 0
Newbie can't set up netgear usb adapter


Please help! I have been trying to sort this out for days but with no luck! I have recently installed Freespire and I am trying to get my network setup. I have a Netgear WG111 USB adapter. I am a complete n00b and have been following a step-by-step guide and have managed to install the drivers using ndiswrapper. Now when I type 'sudo ndiswrapper -l' in the list my drivers are installed and hardware present. The problem is, when i go on to the next bit, where I type 'sudo iwconfig' I get 'no wireless connections' and certainly no wlan0. So I can't really go any further. Can someone please tell me what to do next?

Any help would be greatly appreciated.

Thanks

Lynda
 
Old 10-05-2006, 03:14 AM   #2
Lynswin
LQ Newbie
 
Registered: Sep 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Anyone? Why is this the only thread with no reply? Surely someone can help me out? I would have thought this would be fairly straightforward for someone familiar with Linux?
Many thanks
Lynda
 
Old 10-05-2006, 07:11 AM   #3
Lynswin
LQ Newbie
 
Registered: Sep 2006
Posts: 5

Original Poster
Rep: Reputation: 0
looks like Microsoft wins again.
 
Old 10-05-2006, 07:16 AM   #4
mickyg
Member
 
Registered: Oct 2004
Location: UK
Distribution: Ubuntu/Kubuntu
Posts: 249

Rep: Reputation: 30
Have you run
Code:
ndiswrapper -m
to create the module alias and then
Code:
sudo modprobe ndiswrapper
to load the ndiswrapper module into the kernel.

This should create your wlan0 interface.
 
Old 10-05-2006, 07:34 AM   #5
Lynswin
LQ Newbie
 
Registered: Sep 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Hi. Many thanks for the reply. Yes, I have used both of these commands but still no wlan0.

I have just tried typing them again and after typing the 'ndiswrapper -m' I get 'modprobe config already contains alias directive'. If I then type 'sudo modprobe ndiswrapper' nothing appeasr to happen it just goes straight back to my 'command line'(not sure if this is what it is called in Linux).

Is any of this relevant?

Thanks

Lynda

Last edited by Lynswin; 10-05-2006 at 07:42 AM.
 
Old 10-06-2006, 03:18 AM   #6
mickyg
Member
 
Registered: Oct 2004
Location: UK
Distribution: Ubuntu/Kubuntu
Posts: 249

Rep: Reputation: 30
Yes, if it goes back to the command line that normally means its loaded the driver successfully. You can check its loaded by running
Code:
sudo lsmod
Also, might be worth seeing what output you get from
Code:
sudo ifconfig -a
This should list all your interfaces. Also check any log files, i.e.
Code:
tail -n20 /var/log/messages
and
Code:
dmesg
See if these give any clues as to what's happening when you run modprobe.

Post the output of these if there's stuff you don't understand.
 
Old 10-07-2006, 03:24 AM   #7
Lynswin
LQ Newbie
 
Registered: Sep 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Hi.

Many thanks for your help but I have decided Linux is not for me (I just don't have the time to mess about with it). This morning when I type 'sudo ndiswrapper -l' the driver comes up as 'invalid driver' so I am back to square one with it.

I am really disappointed as I really wanted to get away from Microsoft but until they make Linux a bit more 'plug and play' I think it will be missing out on a lot of potential converts.

Thanks again

Lynda
 
Old 12-27-2006, 05:53 PM   #8
kingofthevegetables
LQ Newbie
 
Registered: Dec 2006
Posts: 1

Rep: Reputation: 0
I am in total agreement. It's really not worth the hassle for me. I have same USB adapter (WG111) and am having similar issues with Ubuntu.

 
Old 12-28-2006, 11:30 AM   #9
mickyg
Member
 
Registered: Oct 2004
Location: UK
Distribution: Ubuntu/Kubuntu
Posts: 249

Rep: Reputation: 30
Well each to their own I guess, I do agree that Linux can be a pain sometimes but it is important to remember it's not necessarily 'Linux' that's the problem, it's the hardware manufacturers that don't always play nice, or use open standards. After all if they did, you wouldn't even need ndiswrapper!

In any case I urge you not to strike off Linux completely, after all part of the beauty of Linux is choice, Freespire and Ubuntu are both Debian based distros so it might be worth trying a different distro, such as Suse, Mandriva or Fedora as examples. I'm not saying this will solve all your problems with Linux but every distro works slightly different. For example, I'm using OpenSuse 10.0 whereby ndiswrapper works fine after a little tweaking with the startup scripts to get it to load the module on boot, however, in OpenSuse 10.1 I couldn't even load ndiswrapper. Mandriva worked a charm with ndiswrapper and I didn't even need to tweak any scripts, whereas much to my total surprise SimplyMepis worked completely 'out of the box' and I didn't even need to use ndiswrapper for my wireless.

Have a look at distrowatch.com if you're still interested in getting away from MS.
 
Old 02-17-2007, 11:59 AM   #10
Debord
LQ Newbie
 
Registered: Feb 2007
Posts: 1

Rep: Reputation: 0
Hallo!

I have the same problem with my Netgear wg111-v2 and I think the problem is that I connected it to a windows machine and installed it there, and get the usb locked to only that machine. It whas one of the steps in the installation process to take the usb out and put it in ather machined it should bee used in, but I didnt do that, just continued with the installation, and proberly the hardwere know is locked. Can that bee true?

........................
Excuse my bad english!
 
Old 02-20-2007, 02:07 PM   #11
mickyg
Member
 
Registered: Oct 2004
Location: UK
Distribution: Ubuntu/Kubuntu
Posts: 249

Rep: Reputation: 30
Um, no, I don't think that'd be it. At least I've never heard of anything like that, it would mean you wouldn't be able to sell the device on which would, AFAIK, violate fair use laws (please don't quote me on that! lol) Besides, you're running it on the same machine, just with a different OS.

I can *almost* guarantee you that it's a driver issue.

Have a read of this thread, it might help.

Also, the ndiswrapper wiki might help.

Last edited by mickyg; 02-20-2007 at 02:10 PM.
 
  


Reply

Tags
netgear, network, wireless, wlan



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Netgear Wireless USB Adapter MA101 Killswitch99 Mandriva 6 12-07-2006 01:18 AM
Advice on Netgear USB adapter discobbolos Linux - Wireless Networking 1 04-04-2005 02:18 AM
Netgear WG121 USB adapter Ice Dragon Linux - Wireless Networking 9 09-18-2004 04:32 AM
Netgear Wireless USB Adapter Drivers? linkarroway Linux - Wireless Networking 0 02-20-2004 07:53 AM
redhat7.3 doesn't recognize my netgear adapter (newbie) Chaucer Linux - Networking 2 10-03-2002 10:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 01:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration