WPA

From Briki
Revision as of 13:27, 23 April 2006 by 192.168.1.16 (talk)
Jump to: navigation, search

First ensure that universe and multiverse repositories are added to /etc/apt/sources.lst. See https://wiki.ubuntu.com/WPAHowto for more info.

  • Edit /etc/wpa_supplicant.conf and add:
network={
        ssid="BRETTWEB"
        proto=WPA
        key_mgmt=WPA-PSK
        psk=generated by wpa_passphrase
}
  • Edit /etc/