- grab the driver from http://repo.or.cz/w/ralink_drivers/rt2860_fbsd8.git
- copy the driver to the target machine, extract, make install, and `kldload rt2860`
- assume you know the wireless channel (ex: 6,11.. etc). if you don't know, run WirelessNetView on a windows box.
- write ur own /etc/wpa_supplicant.conf:
network={
ssid="CCC"
psk="1111111111"
} - cmd instructions
# ifconfig wlan0 create wlandev rt28600 wlanmode sta
# ifconfig wlan0 channel 11 ssid CCC up
# wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf
(now switch to another VT)
# dhclient wlan0
其它自己看:
http://wiki.freebsd.org/AsusEee
http://www.freebsd.org/doc/en/books/handbook/network-wireless.html
http://forums.freebsd.org/showthread.php?t=7010
http://www.nirsoft.net/utils/wireless_network_view.html