I'm getting following message inside of wpa_gui:
Status: Could not get status from wpa_supplicant
Last Message: -signal 15 received
What is signal 15? I tried clicking on Disconnect & Connect, but nothing seems to be working for me other then Menu -> Shutdown -> Reboot.
Is there a service I can restart, so I don't have to rebooting my Raspberry?
wpa_gui? You could also tryservice NetworkManager restart... – goldilocks Apr 06 '15 at 15:51wpa_guithat did not help, but I got newStatus: Could not get status from wpa_supplicant, andservice NetworkManager restartreturnsNetworkManager: unrecognized service– alexus Apr 06 '15 at 16:08service networking restart? I can't promise anything but it is worth a try. – goldilocks Apr 06 '15 at 16:12Status: Could not get status from wpa_supplicant) – alexus Apr 06 '15 at 16:15sudo service networking stop(ignore it if it won't),sudo killall -9 wpa_supplicant,sudo service networking start. – goldilocks Apr 06 '15 at 16:53wpa_supplicantisn't running according topsoutput andsudo service networking stopstops networking service without any problem too. – alexus Apr 06 '15 at 18:22wpa_guistopped, and there are nowpa_supplicantinstances running, try this (you can ignore the beginning bit about NetworkManager). – goldilocks Apr 06 '15 at 18:30wpa_supplicantbefore issuingsudo service networking stop, I guess aftersignal 15it's pretty much gone and from link that you provided, I found issuingsudo wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.confwould getwpa_supplicantback) – alexus Apr 06 '15 at 18:36