Subscribe to RSS Feed

Kit Plummer
Software Engineer :: Researcher :: Techitect :: Evangelist :: Advisor
kitplummer@gmail.com

To the top »

Please share:

I ran into a bit of an issue trying to connect a suite of Gumstix computers to my local Airport Extreme (WPA2) WAP. The fix is really simple; I just had to add a “proto” configuration in the /etc/wpa_supplicant.conf file:

network={
        ssid="yourSSID"
        proto=WPA2
        #psk="your_passphrase"
        psk=bf83f4c896110b115bee8ff77b372f844435108950476a51667dd1b4a97e5b98
}

The rest of the directions here are still good.


Please comment:
blog comments powered by Disqus