2010-06-05

[筆記] 在 eeebox (B202) 上裝 FreeBSD 8 然後用上面的 Ralink 無線網卡

  1. grab the driver from http://repo.or.cz/w/ralink_drivers/rt2860_fbsd8.git
  2. copy the driver to the target machine, extract, make install, and `kldload rt2860`
  3. assume you know the wireless channel (ex: 6,11.. etc). if you don't know, run WirelessNetView on a windows box.
  4. write ur own /etc/wpa_supplicant.conf:
    network={
    ssid="CCC"
    psk="1111111111"
    }
  5. 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