How to install driver for Linksys ae6000 wireless usb adapter
Solution 1:
Steps:
- Unplug WiFi dongle from USB
-
Update your sources and upgrade if any:
sudo apt-get update sudo apt-get upgrade
-
Install GNU compiler collection:
sudo apt-get install build-essential
-
Install git:
sudo apt-get install git
-
Get sources:
git clone https://[email protected]/sanrath/mediatek_mt7610u_sta_driver_linux-64bit.git
-
Build driver:
cd mediatek_mt7610u_sta_driver_linux-64bit make clean make sudo make install
- After the last command connect your USB WiFi adapter to any USB port.
-
If you still can't see it:
sudo ifconfig ra0 up sudo service network-manager restart
Then you should have it working and seeing the wireless networks.
Thanks to pintu for making this possible