Networking :: Netgear WG111v2 Wifi Dongle Drivers?

Oct 30, 2010

I have a Netgear WG111v2 Wifi dongle, sadly there is no linux drivers for it. The only solution i can find is to use Ndiswrapper.

Will it be a major challenge writing a Linux driver ?

Where should i start ?

NB. I want to write my own driver for the following reasons:

Get a better understanding of Linux Device drivers. Probably, get a better understanding of C/C++ and Linux in general.

View 1 Replies


ADVERTISEMENT

Networking :: Get Netgear WG111v2 Working Stable At 30 DBm

Jan 31, 2010

Get a Realtek rtl8187l based usb-adapter (such as netgear wg111v2) work in linux is not tricky, but how to get high tx power and driver stability?

You could have tried ndiwrapper, as i did, and got stuck with a kernel module pretty buggy and crashy, or could have just used the common native driver, without hi-power feature.

To achieve my zen state, i had to work around with a base native driver, a feature-filling patch to apply to it, and the only working kernel supposed to work with, 2.6.27.

That's a brief step by step path:

get the base driver (rtl8187 in our case) and decompress: [URL]

get the featuring patch "rtl8187_2.6.27.patch" from: [URL] and extract it in the base driver directory

then apply it with: ~$ patch -Np1 -i rtl8187_2.6.27.patch

remove old modules, compile and install new one (as root)

~# rmmod r8187 rtl8187
~$ make
~# make install

Now you should have a new net device (wlan#) under iwconfig you can use as usual.

To turn on the hi-power capability: ~# iwpriv wlan0 highpower 1

and set the transmission power value (may be dangerous, see below): ~# iwconfig wlan0 txpower <value of 0 to 35> # i use 30, should be around one watt

and wuel you're done you have your pen running strong and stable on the 2.6.27 kernel.

For a detailed reference and clarification about txpower sets, see the aircrack page: [URL]

View 1 Replies View Related

Ubuntu Networking :: Install Netgear WG111v2 Driver On 9.4 Computer?

Jan 1, 2010

I have been trying to install my Netgear WG111v2 Driver on my Ubuntu 9.4 computer but everything I have tried has failed. I have looked online and found instruction but it did not work.

View 1 Replies View Related

Ubuntu Networking :: Not Connecting To Internet With Netgear WG111v2 / Solution For This?

Jun 25, 2010

I'll plug in my Netgear wireless USB adapter, and it'll recognize it right away. I'll type in my WEP key, and then it will say configuring. It will then bring up a "Secrets for [router]", with a ASCII key, and I'll check the pass phrase I entered, which is the correct WEP key. I then hit okay, and it says "setting up network address", and then brings up the Secrets page over again.

This particular wireless card works fine on Ubuntu, and worked fine on Zenix, but for some reason, won't work with Kubuntu.

View 1 Replies View Related

Fedora Networking :: Netgear WG111v2 Wireless Adapter Won't Stay Online

Jan 28, 2010

I just installed Fedora 12 on my HP a430n PC.I used to run Fedora 10, then moved to Linux Mint 7, then to Ubuntu 9.10 and now I am back to Fedora because I want to become more adept with manual package installation and adding repos.When I ran Fedora 12 immediately after then install, before running yum update PackageKit or the software update, it would use my wireless adapter (Netgear WG111v2) and connect to and stay connected to a network just fine. No hiccups.After running the updates and restarting the computer, the wlan won't stay connected for longer than 20 seconds, which is frustrating when trying to install mp3 codecs.

This seems to be a bug in the latest driver update for the WG111v2, but I might be wrong. Anyone have a fix or a way to revert back to the initial driver (I don't know what the original wireless driver was called).

View 1 Replies View Related

OpenSUSE Wireless :: Connection With Netgear Wg111v2?

Jun 29, 2010

I have problems connection my wg111v2 to my AP. I am running opensuse 11.2 with kernel 2.6.31.12-0.2 The AP itselfe is working fine - as I am using it to access the inet with it from my laptop. However I also tried different channels and encryption schemes with no result. But with my Desktop it is really strange. When I boot up it seems as if I have a connection for a short time (I can start loading a webside but it will stop in the process before it is finished). I have searched for similar problems and found this post: Netgear WG111v2 RTL8187 - openSUSE Forums but some things are different: but I thing the comand line output will tell you more than my talking...

My device:

Code:
linux-tn7m:/home/ava/sourcecode/rtl8187L_linux_26.1039.0104.2010.release # lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0846:6a00 NetGear, Inc. WG111v2 54 Mbps Wireless [RealTek RTL8187L]
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

[Code].....

View 9 Replies View Related

Ubuntu Networking :: Internet Connection Sharing : 3G/4G USB Dongle And Netgear WGR614 Wireless Router?

Jan 1, 2011

I have internet access through 3G/4G USB dongle direct into my Ubuntu 10.04 box. Works great! Now I would like to share this connection out through my Netgear WGR614 wireless (and wired) router. Any clues? I've tried the simple (GUI) instructions using Network Manager, but just can't seem to get it right. Previously, I had DSL and this plugged nicely into the WGR614 and internet and ethernet access was had by all. Now, I'm a bit confused on how to get the sharing (ethernet and wireless) between my Ubuntu box and the wired/wireless network while at the same time getting Internet access to all through the Ubuntu box.

View 2 Replies View Related

OpenSUSE Wireless :: Wireless Netgear Usb Wg111v2?

Jan 16, 2010

Been doing some reading here and needing some help since all the forums here isn't for 11.2
i have the above mentioned usb wireless device and have downloaded the firmware and have renamed it now i need to know is where to put the firmware and get this wireless to work i hate the cable stretched across the

View 9 Replies View Related

Ubuntu Networking :: Wifi - Can't Get Netgear WNA1100 To Work

Aug 6, 2011

I have 10.04 lucid installed on a presario 2800t laptop(it's old and hasn't got much memory). Anyway, now I can't get my Netgear WNA1100 to work. I know it works right away with 11.04, but that isn't really an option for me. It's too slow on this old computer. get it working with 10.04?

View 9 Replies View Related

Ubuntu Networking :: Netgear WG111 V1 Drivers And Setup?

Jan 23, 2011

I've got a computer with a Netgear WG111 wireless dongle, however I don't have the setup CDs and I don't know how i'd get it working in 10.10 anyway.

View 3 Replies View Related

Ubuntu Networking :: Netgear WNA 1100 USB WiFi Adapter Not Working

Jul 9, 2010

Okay I've got a Netgear N-150 WNA 1100 USB WiFi adapter, it doesn't work in Ubuntu it's not supported. There should be a way to make it work with ndiswrapper. I tried and failed before and due to other non related circumstances I had to reinstall Ubuntu. What are the steps to install ndiswrapper and it's dependency's on a fresh Ubuntu installation that cannot connect to the internet.

View 9 Replies View Related

Ubuntu Networking :: Compatibility Of Wifi Card- The Netgear Wg311v3?

May 18, 2011

I already have a wifi card- the netgear wg311v3. that had almost NO linux compatibility, so I won't make the mistake of buying any old wifi card again. What I want to know is, what's a good wifi card for Linux. Here are some requirements I have for it:

Preferably 802.11n support, but I could settle for "G" Out of the box support. As in, I don't have to use Ndiswrapper. Just pop it in, and let ubuntu do the rest I would prefer a USB based dongle, but PCI would be good too. I don't have any brand preferece.

View 2 Replies View Related

Ubuntu Networking :: Getting USB WiFi Dongle To Work?

Nov 19, 2010

I've bought this Blumax USB WLAN adapter 9009 (ID 148f:2573 Ralink Technology, Corp. RT2501/RT2573 Wireless Adapter). I was specifically happy to read in its specs that it supports Linux [URL].

However, it turned out that the co-packaged CD drive doesn't contain anything Linux-related, and the support page online has gzip package with many files I don't know what to do with [URL]. The online support swallowed my query and hasn't returned any answer.

So, now I am wondering what to do. I don't feel so competent as to be able to compile the drivers on my own, specifying several specific parameters. At least it doesn't compile with default params. how to move forward with this. Apart from returning the device, because I'm too far now from the place where I bought this.

View 8 Replies View Related

Ubuntu Networking :: Wifi Connection - Netgear WNDR3700 - Couldn't Connect On Any 2.4 Ghz No Enc

Jun 7, 2010

Lucid i386 Dell inspiron 1525 with 4695agn, iwlagn driver Just installed a new router, Netgear WNDR3700 Old inspiron laptop with Hardy installed connects fine to G wireless An Acer with Vista connects fine to G wireless My Inspiron with Lucid connected fine until I enabled WPA on the routers 5Ghz band. At that point I couldn't connect on any, 2.4 Ghz no enc, or the wired connection. The Windoze pc was connecting fine. Fired up the old Hardy laptop and it connected fine.

Now here's the weirdness!! As long as I had the Hardy laptop connected either wired or wireless, I could connect to the router with the Lucid laptop to unsecured wireless or wired. Soon as I turned off the old Hardy laptop, my Lucid machine could not connect? WTF? I then disabled security on the router and I could connect with my Lucid machine?

View 4 Replies View Related

Ubuntu Networking :: Installing - Wifi Dongle Driver ?

Sep 25, 2010

I have just installed Ubuntu on an old laptop for a little bit of programming and to gain some familiarity with linux. Im looking forward to getting to know my way around the OS

Unfortunately, the wireless card (for wifi) on this laptop is broken, so instead I have been using a wifi usb dongle on windows. I am having some trouble installing this dongle in ubuntu, i cant find a driver for it!

Its a "MicroNext MN-WD546J 54M Wireless Adapter"

[url]

I have my modem connected directly at the moment via LAN, and this works no problem, but id like to get it connected wirelessly

View 1 Replies View Related

Ubuntu Networking :: Which WiFi Drivers Do I Need?

Apr 22, 2010

i just installed ubuntu studio but i don't think it includes wifi drivers by default.the laptop i am using has worked well using vanilla ubuntu 9.10 including WiFi.i just need to know what driver packages to install.

View 2 Replies View Related

Ubuntu Networking :: Two Different WiFi Drivers?

Feb 3, 2011

when i go into additional drivers, only two drivers pop up, both for my wireless card. however, i can only use the first one because if i try to use them both it breaks my wifi, forcing me to reinstall the first driver. ordinarily, this wouldnt bother me because it works with just one, but i realized the other day that the reason it takes forever to do anything internet related is because im getting pathetic transfer speeds. the highest i can remember is only 800 kb/s. ive tried standing right next to the router and it makes no difference. i know its my drivers fault because i get the same speeds at two different home wifi networks (both houses roughly the same size). my ipod gets a better connection. the driver im using is a broadcom b43 proprietary driver. the one that breaks the working driver is a broadcom STA proprietary driver. i havent bothered to try the second without the first because i just didnt think about it, but i think i will soon and see if it makes any difference. does anyone have an idea as to why my driver sucks? im tired of waiting 20 minutes to watch a 3 minute ..... video.

View 4 Replies View Related

Hardware :: WiFi USB Dongle Not Seen

May 10, 2010

I'm running Debian Squeeze on my desktop computer. I have a USB dongle of italian brand Dikom (they just re-brand Chinese products). It has a Zydas ZD1211B chip. Now, according to this, drivers for that chip have been included in all distros for a while. And yet, Debian doesn't want to know about my dongle. Wicd can't connect, the system doesn't seem to do anything with hotplugging when it's inserted, and lspci doesn't list it. What to do (short of threading Ethernet cable from one end of my home to the other)?

View 8 Replies View Related

OpenSUSE Wireless :: NetGear WG111 WiFi (v2) - Cannot Connect

Nov 28, 2010

i am running on suse 11.3 on a laptop i missing the wireless under network it said not connected i done everything that is writte n i have acer aspire 5742 intel core i3 370m

[Code]...

View 4 Replies View Related

Ubuntu Networking :: USB Wifi Adaptor, 10.04, CD With Drivers?

Jul 28, 2010

Firstly, apologies if there is anything incorrect about this request for help. Consider me an intelligent but ignorant first time Ubuntu user. I have a USB wifi adaptor, [URL]../B...ef=oss_product, which claims to be Linux compatible. It was supplied with a CD that includes a Linux directory but windows-only documentation. How do I install the drivers etc, the device is currently entirely unrecognised by Ubuntu 10.04.

View 9 Replies View Related

OpenSUSE Wireless :: Can't Install Drivers For Netgear WG311v3

Feb 12, 2011

I'm having trouble installing my wireless card drivers. I've read a lot on this using Ndiswrapper to install my drivers but when I go to install I get this.

linux-8h6g:/wg311 # ndiswrapper -i wg311v3.inf couldn't open wg311v3.inf: No such file or directory at /usr/sbin/ndiswrapper line 219.

I'm giving the right path to the inf file tried moving to other folders and still nothing.

View 9 Replies View Related

Hardware :: Wifi Usb Dongle Don't Support

Nov 9, 2010

I'm looking for a usb dongle which allows an extended wifi range (usually looks like a usb stick with a small antenna on top). Buffalo and Planex have both replied they don't support linux. Alfa makes one but I cannot get it locally.

View 6 Replies View Related

Ubuntu Networking :: WG111v2 Refuses To Work In 9.10?

Apr 25, 2010

I replaced a broken WinXP install with Ubuntu 9.10 x32 on my kids PC and the install and OS itself seems to be fine. When connecting the Netgear WG111v2 USB dongle so that they can get internet access things aren't so good. Firstly the startup and shutdown of the machine get big pauses (around 2 minutes at a time) and there are also big pauses and a general slowdown of the machine while in use that doesn't happen with the dongle disconnected. I wouldn't mind that so much but I can't get the damn thing to connect under ubuntu to our home network. I left an old Win2k partition intact on the machine and I'm glad I did as it means that I've been able to install the drivers to make sure that it all works under Windows, which it does.

It probably makes little difference but the light on the dongle is off for the majority of the time and only lights up briefly on seemingly random occasions. Also, I have no entries for Network Manager in my menus, and the system tray applet doesn't give me the options and tabs that are mentioned in some peoples posts in this forum (ie I can't change the computer name for example), sometimes the system tray applet disappears altogether.

With the dongle attached typing lsusb into the terminal sometimes shows just the USB hubs and sometimes also shows an entry with the WG111 included (and sometimes with big pauses). nm-tool sometimes shows just the motherboard NIC (disconnected), sometimes the WG111 too (also disconnected) and sometimes it just throws up several error messages with pauses between each one. dmesg showed an entry for the dongle on the occasion that I tried it.

View 6 Replies View Related

Fedora Networking :: Patching Rpm Built WiFi Drivers

Apr 28, 2011

I have been trying to get aircrack-ng program to get to work but apparently i needed a negative-one-channel-maxim patch in order for it to work successfully. I have looked over wiki of aircrack and followed the guide a few times but every time my compiled module was rejected my modprobe.

View 1 Replies View Related

Ubuntu Networking :: Realteck Drivers And 11.04 - WiFi Is Not Functioning?

May 15, 2011

I am having some issues and my fixes are not even close to functioning anymore.I originally downloaded this driver http:[url]... and, though I occasionally had to re- "make-install" it, it worked.Last night, I did the system updates Ubuntu suggested and this morning, my WiFi is not functioning .Here are the "common commands" and stuff I have used so far to try to debug the problem.

lspci: 1a/b/g Wireless LAN Controller (rev 20) 0c:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEE iwconfig: wlan0 IEEE 802.11bg ESSID:"***** ******" Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated Tx-Power=20 dBm Retry long limit:7 RTS thrff Fragment thrff Power Managementff

I am slightly confused as to why my Wireless LAN Controller doesn't come up as my Realtek 8185, but I think that may be issue number 1. The next bit of confusion comes from the fact that wlan0 is shown as connected to the correct SSID, even showing a frequency, but is not, infact, sending or receiving from that source.As I have said before, I just really nee WiFi to work.I was having issues with my sound and graphics cards,so I ran the update manager, but I wasn't expecting it to break my drivers!It is also worth noting that I have actually tried to recompile my drivers and re-install them, they don't seem to be working, for some reason.

View 4 Replies View Related

General :: Linksys WiFi Usb Dongle And Woes?

Jun 3, 2010

I have a Linksys WUSB54GC usb dongle and I have exhausted every thing I know about making this thing work in linux. I am using Fedora 13. Since it is not ready I can not view any networks. Any ideas would be great.

lspci -v does not list the the item. tail of the system log

Jun 2 20:14:35 localhost kernel: usb 1-7: new high speed USB device using ehci_hcd and address 8
Jun 2 20:14:35 localhost kernel: usb 1-7: New USB device found, idVendor=1737, idProduct=0077
Jun 2 20:14:35 localhost kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 2 20:14:35 localhost kernel: usb 1-7: Product: 802.11 g WLAN
Jun 2 20:14:35 localhost kernel: usb 1-7: Manufacturer: Ralink

[Code]...

View 1 Replies View Related

CentOS 5 Hardware :: Which WIFI USB Dongle Works Best?

May 8, 2009

could anyone here report from experience which WIFI USB dongle "just works" with Centos 5.2?

View 13 Replies View Related

Hardware :: Get The AWU212n Wifi Dongle To Work With Debian?

Sep 6, 2010

I have a AWU212n wifi dongle that I would like to use to get a debian computer to connect to connect to the network. There aren't any linux drivers and it seems to need a realtek program to connect. I'm running debian Squeeze. Wine doesn't work to run the installer, I don't know if I copied the realtek program from a windows computer and ran it with wine if it would work then or not.

View 1 Replies View Related

Hardware :: Plug Out And In Wifi Dongle At Every Boot To Get Detected

May 28, 2011

I just bought a Belkin F7D2101 USB Wifi N dongle, it works great, but every time I start my computer, it's not detected. At least, my network applet shows no network adapter. I have to unplug and plug it back in on another USB port to get detected. Then, my network dmon automatically connects to my wifi network.

View 4 Replies View Related

Hardware :: Install Kernel Module For New Usb Wifi Dongle?

Apr 13, 2011

I:m trying to install the module RTL819CU onto my kernel so that I can use my wifi usb dongle. When I try to install it I get a make error 2.

[code].....

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved