Wireless – Install TP-Link AC600 Driver on Ubuntu 14.04 LTS x64

wireless

I need some help with installing these drivers: http://www.tp-link.com/en/download/Archer-T2U.html#Driver

Some info:

$ uname -r
3.13.0-76-generic

$ lsusb
Bus 003 Device 003: ID 148f:761a Ralink Technology, Corp.

Best Answer

Connect to internet by ethernet, tethered or whatever means possible. Then run in terminal:

sudo apt-get install git build-essential linux-headers-generic
git clone https://github.com/Myria-de/mt7610u_wifi_sta_v3002_dpo_20130916.git
cd mt7610u_wifi_sta_v3002_dpo_20130916
make
sudo make install
sudo cp RT2870STA.dat  /etc/Wireless/RT2870STA/RT2870STA.dat

Reboot.

You will have to re-install it after each kernel upgrade. Please you keep the driver folder mt7610u_wifi_sta_v3002_dpo_20130916, then it will be quite easy.

You will need to run only:

cd mt7610u_wifi_sta_v3002_dpo_20130916
make clean
make
sudo make install