Hello, first post for me, hopefully get myself onto linux finally.
I have loaded mint and then ubuntu , the latest version but I cannot seem to connect via my wireless netgear dongle.
I have been trying for a few days now, have looked at support everywhere I can think of, and have followed certain instructions I have come across but to no avail.
I really want to start using Linux so I am thinking , would it be better to install a new linux compatable wireless dongle and if so can anyone recommend one that will work.
for the correct procedure for installing the “Linux native” drivers for a Netgear WG111T USB wireless adapter in Ubuntu 9.10 (Karmic), Ubuntu 10.04 (Lucid) or 10.10 (Maverick):
[End Edit]
Have you tried loading the Windows drivers with ndiswrapper ?
Plug your PC into your router with an ethernet cable… Open a terminal, and enter:
sudo apt-get install ndisgtk
hit enter, and your password when asked.
When it’s finished installing ndisgtk and you’re back at a $ prompt…
right-click on the wg111t_1_2.zip file and select “Extract here” (you should now have a directory called WG111T_re1.2_rc1 on your desktop)
go to System >Administration>Windows Wireless Drivers
when the “Windows Wireless Drivers” application starts… click “Install New Driver”… in “Location:” navigate to the ndis5 directory (that’s contained inside the WG111T_re1.2_rc1 directory on your desktop), and select the netwg11t.inf file… click “Open”… click “Install”
click the “Configure Network” button… then the “Wireless” tab… then “Add”
8.) enter your wireless settings.
BE SURE to navigate to the ndis5 directory for the netwg11t.inf file, as there are 2 of them… you MUST use the one on the ndis5 directory.
Hello again.
I am at the editing wireless connection 1 screen.
SSID
Mode drop down menu has infrastructure in there at the moment
BSSID
Device MAC address
Cloned MAC address
MTU: automatic
I have no real idea as to what to enter in these boxes.
Is there somewhere I can get this information from ?
I have got to the point where I feel I am being a pest.
I have clicked on the internet icon next to the clock but it isn’t showing a preferred wireless network to connect to.
The Wired network is greyed out. I can see the auto etho and it says connected. I can see a disconnect option and a VPN connections tag.
THats all.
My netgear dongle is not Flashing either, so I reckon something is still amiss with this.
I have tried to go down this route several times and still come up against a brick wall.
Maybe I should stop wasting my time and yours and but a compatable wireless card.
But I really want to solve this, but I feel awkward keep asking for more help. I do appreciate your time.
No need to feel awkward… help is what we’re here for… if we didn’t enjoy helping, we wouldn’t do it
I could do with the output from a couple of commands:
lsusb
and
sudo lshw -C network
(remember Linux command ARE case sensitive… so that’s an upper case C)
the reason I ask is because there seems to be some confusion as to which chip the WG111T uses.
(depending on the adapter version, it could be a realtek, an atheros, or a prism chip)
obviously, run these commands with the WG111T plugged in.
Well after a lot of shennanigans and down to a lot of effort from Mark I have eventually been able to connect wirelessly on ubuntu
We have a few little things to iron out but I would like to thank Mark for his patience and valuable time.
I’ll be posting the procedure for getting a Netgear WG111T wireless card working, as soon as I get time to type it up, and work out the last 2 little issues.
Reload the drivers automatically after a reboot… normally easy, but this ties in with…
work out why the drivers (when modprobe(d) )won’t work after a reboot, unless you unplug the device and reinsert it.
Anyone know of a way of restarting a USB device without unplugging it ?
OK, the procedure for installing and using “Linux native” drivers for Netgear WG111T USB wireless adapter in Ubuntu 9.10 (Karmic Koala), 10.04 (Lucid Lynx) and 10.10 (Maverick Meerkat)…
Hit Enter after each line, and enter your password when asked.
[EDIT]
now you need to add 3 lines to /etc/modules so open a terminal, and enter:
sudo gedit /etc/modules
and add these 3 lines to the bottom of the file:
ar5523
mac80211
cfg80211
Save and exit.
Reboot.
[End EDIT]
The driver is now installed and should “just work”, so configure your connection in NetworkManager… if you have any issues with it, read on…
[EDIT 2] The “Additional Info” section (below) shouldn’t be needed now, as after adding the 3 lines to /etc/modules the drivers should survive a reboot… but I’ll leave the section intact for clarity.
[End EDIT 2]
Additional Info - At the moment the driver seems to work fine, BUT requires a certain amount of work on your part…
Don’t boot with the WG111T plugged in… wait till the system has booted, insert the WG111T, then in a terminal enter:
sudo modprobe ar5523
wireless should now work.
If you DO boot with the WG111T plugged in… unplug it, re-insert it, then in a terminal enter:
sudo modprobe ar5523
wireless should now work.
If you’ve booted with the WG111T plugged in, and run the “sudo modprobe ar5523” command without unplugging and re-inserting first… you’ll find wireless doesn’t work, but DO NOT just unplug it, your system may freeze… follow this sequence -
a) remove the ar5523 driver module by opening a terminal and entering:
sudo modprobe -r ar5523
b) now it’s safe to unplug the device and re-insert it… so do it
c) now re-load the ar5523 driver module by opening a terminal and entering:
sudo modprobe ar5523
wireless should now work.
This isn’t an ideal situation, but it will get your WG111T working… when I find a better way of loading/unloading the driver module, and overcome the need to unplug/replug the device… I’ll post them here. (See Edits above)
It would be easy to script if it wasn’t for the need to unplug/replug the WG111T (USB) device, so if anyone knows how to “restart” a USB wireless device without unplugging, I would appreciate your input.
Sorry am on windows at the moment and cant get the actual command, it’s the one you gave me to unload and then relaod the drivers. The one with the && in.
Three tikmes now I haven’t had to unplug the dongle
Just as a matter of interest can you boot the PC with the WG111T plugged in, but before you run the “sudo modprobe -r ar5523 && sudo modprobe ar5523” command, can you run this:
lsmod
and post the results.
I’m trying to work out why the module needs removing first.
Hello Mark, if I just do a restart without a reboot I actually cannot connect, but from a clean reboot I can connect without removing the dongle.
Is this what you require ?
a) I needed you to run lsmod BEFORE loading the module with the modprobe command… I wanted to know if it was getting loaded automatically at boot time.
b) Why is ndiswrapper getting loaded… I thought we’d removed the drivers from “Windows Wireless Drivers”, so that may need fixing.
Can you post the output from:
ls /etc/ndiswrapper
and the contents of the /etc/modprobe.d/ndiswrapper.conf file
gedit /etc/modprobe.d/ndiswrapper.conf
If both drivers are getting loaded, this might explain the drivers instability.