* Either download or copy drivers from CD
- in this example i used original CD that came with it
* on CD, goto folder "Driver for Linux OS"
* extract the content
* go inside the extracted folder using terminal (i renamed that folder to RT3562)
* now type in the following commands to install the driver:
Code: Select all
sudo make
Code: Select all
sudo make install
Code: Select all
sudo modprobe rt3562sta
Code: Select all
sudo ifconfig ra0 inet up
Code: Select all
sudo gedit /etc/modules
Code: Select all
rt3562.ko
This worked just fine for me and rfmon / monitor mode works fine too (using airmon-ng).