I have a rasPi-2B, and when I successfully set up the wpa_supplicant.conf
file when I was at my house at my college. But, now that I am home for for spring break, I can't get the wifi to work in the same way.
The router here does not have a password set up, so I tried editing the wpa file to have the ssid= the ssid
and I had the psk=""
. That did not work, so I tried psk=
, which did not work either. I am unsure what to try.
I also was unsure if the space in the ssid is the issue, if I am supposed to place underscores in the spaces.
EDIT: the content of my interfaces file->
auto wlan
iface wlan inet dhcp
wireless-essid My SS ID
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
wpa_supplicant
at all. – goldilocks Mar 22 '15 at 12:01