Difference between revisions of "WPA"

From Briki
Jump to: navigation, search
 
Line 1: Line 1:
First ensure that universe and multiverse repositories are added to /etc/apt/sources.lst. See https://wiki.ubuntu.com/WPAHowto for more info.
+
As of Feisty onwards, use NetworkManager (inbuilt in Gutsy+)
 
 
* Edit /etc/wpa_supplicant.conf and add:
 
<pre>
 
network={
 
        ssid="BRETTWEB"
 
        proto=WPA
 
        key_mgmt=WPA-PSK
 
        psk=generated by wpa_passphrase
 
}
 
</pre>
 
 
 
* Edit /etc/
 

Latest revision as of 08:48, 10 August 2007

As of Feisty onwards, use NetworkManager (inbuilt in Gutsy+)