I have a Raspberry Pi 2B, and I'm trying to connect to the Internet with an Ourlink 150M USB Dongle, but when I go to wpa_gui, the message next to Status is: "Could not get status from wpa_supplicant." I've gone around the web and forums looking for answers, but all of them had different solutions, and none of them worked. Here is my current /etc/network/interfaces:
Code: Select all
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
And my /etc/wpa_supplicant/wpa_supplicant.conf file:
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
I have a Pi tutorial book that tells me to input this into the Terminal:
Code: Select all
network={
ssid="YourSSID"
wep_key0="password12345"
key_mgmt=NONE }
But when I do (replacing the quotes with my information) I get this error message:
When I do:
I can see my network, but for some reason I can't connect to it. Please help!
What? What do you mean it's outdated? I swear it was fine a while ago...