Hi marblegravy,
It seems you left out the link to the guide you are following, are you following this guide https://communities.intel.com/docs/DOC-23148 ? I managed to connect my Edison to wifi using Windows 7 but the procedure should be the same. Just to confirm, are you able to see the list of wi fi networks such as in step 11 after typing the command “configure_edison --setup” and setting up the name and password?
Just as a point of comparison, my /etc/wpa_supplicant file looks like this:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
update_config=1
ap_scan=1
network={
ssid="xxxxxxxxxxx"
scan_ssid=1
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
eap=TTLS PEAP TLS
psk="xxxxxxxxx"
}
Try following the getting started guide and make sure you have completed all previous steps correctly.
Regards
Sergio