This little hack will get you straight onto your wifi network with the Pi-Star image.
Here is the text required for the wpa_supplicant.conf file ;
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
ap_scan=1
fast_reauth=1
network={
ssid="Network Name"
psk="password"
id_str="0"
priority=100
}
is there a way to add this and have it to work for those motels with free wifi, I've tried this but it don't show up correctly in the wireless configuration
ReplyDeletenetwork={
ssid="Network Name"
username="username"
psk="password"
id_str="0"
priority=100
}
Very helpful, thankyou.
ReplyDelete