Star Hype News.

Premium celebrity moments with standout appeal.

news

How to get Netgear A6200 to work on 14.04

By Sophia Hammond

I bought the Netgear A6200 USB wireless adapter, and I used WINE to run the installer from the disk that came with the adapter, but it failed part way through. Is there any way to get this to work?

6

3 Answers

With Ubuntu 14.04 I did the following steps:

sudo apt-get install ndisgtk
wget
unzip A6200_Linux_drivers.zip
sudo ndisgtk

Then when ndisgtk is running, choose the file ending in "ing" that was unzipped. It should be bcmwlhigh5.inf. Once that is installed you can select a wifi network from the Network menu-bar item.

2

Solved with - plug your device out before the following commands:

git clone
cd Netgear-A6210
make
sudo make install

If your device was plugged in before the above steps, unplug and re-attach, the OS will detect and you should see available Wifi hotspots

The solutions I found, including the ones given here, did not work for me unfortunately. Seems to be some issues with newer kernels.

However, I just found out what works for me. The following github repository contains many non-free and proprietary modules including one for the mt7662 chipset which is used in the Netgear A6200/A6210.

Had to simply clone the repository in /lib/modules/ and modprobe mt76-usb and she now works like a charm. Hope this helps those who also had trouble overlooking this simple option.

See

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy