hoenens
Posts: 9
Joined: Fri Mar 16, 2018 10:47 pm

No WIFI settings in GUI

Fri Mar 16, 2018 10:53 pm

Ok got my PI today and i love it! i got allot to learn and to do, but i am ready!
However, i did setup Rasbian, then everything worked and when i did go to the top on WIFI settings i saw a drop down menu with the listing WIFI network around me. However, now it does not show em that anymore, but i am still connected to my WIFI network, but now i cannot select a different one :O. How to fix this?
Attachments
wifi2.jpg
wifi2.jpg (109.43 KiB) Viewed 1001 times
wifi.jpg
wifi.jpg (148.79 KiB) Viewed 1001 times

klricks
Posts: 7172
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: No WIFI settings in GUI

Sat Mar 17, 2018 1:09 am

Maybe the config file is not correct..

Code: Select all

/etc/wpa_supplicant/wpa_supplicant.conf
Should be something like this:

Code: Select all

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US

network={
	ssid="MY_SSID"
	psk="MY_PSK"
	key_mgmt=WPA-PSK
}
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

Return to “Troubleshooting”