OpenMoko beginner

Joachim Ott jo.omsl at googlemail.com
Mon May 18 14:54:44 CEST 2009


I have this in /etc/wpa_supplicant/wpa_supplicant.conf:

ctrl_interface=/var/run/wpa_supplicant
ap_scan=1

network={
        ssid="Penguin in Bondage"
        psk=2b86c9451800da3b6c003fc4aa23f89ec8ad0ca822334088093443384944572a
        proto=WPA RSN
        key_mgmt=WPA-PSK
        auth_alg=OPEN
        pairwise=CCMP TKIP
        group=CCMP TKIP
        priority=60
}

Use wpa_passphrase to generate the PSK, don't put cleartext passwords
into that file.

And in /etc/network/interfaces, make it look like this:

iface eth0 inet dhcp
        wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf



More information about the support mailing list