Installing Device Driver for Ubuntu
- download linux device driver here: http://download.alfa.com.tw/s/2zIEnowaa8Ug2Dk
- execute the following commands
unzip download.zip sudo apt-get install build-essential linux-headers-`uname -r` cd /somewhere/extracted-driver-folder make sudo make install - restart computer