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_gui
that did not help, but I got newStatus: Could not get status from wpa_supplicant
, andservice NetworkManager restart
returnsNetworkManager: 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_supplicant
isn't running according tops
output andsudo service networking stop
stops networking service without any problem too. – alexus Apr 06 '15 at 18:22wpa_gui
stopped, and there are nowpa_supplicant
instances running, try this (you can ignore the beginning bit about NetworkManager). – goldilocks Apr 06 '15 at 18:30wpa_supplicant
before issuingsudo service networking stop
, I guess aftersignal 15
it's pretty much gone and from link that you provided, I found issuingsudo wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
would getwpa_supplicant
back) – alexus Apr 06 '15 at 18:36