Pack Owner: Meow

www.knoppix.net
has note
2 years, 3 months ago by Meow | Tags: linux ralink rt2860sta configure


Ralink rt2860 from source

sudo apt-get install build-essential

(untar the file
open a terminal and cd to the untarred directory - you'll get a random make error after the module is compiled and it seems irrelevant)

make
sudo make install
sudo modprobe rt2860sta
sudo /etc/init.d/network-manager stop
sudo ifconfig ra0 up
sudo iwconfig ra0 essid any
sudo dhclient ra0