Hi, i’m having a similar issue as cannot connect via Wifi I have a RPI3 and have 2.175 installed. It was previously connecting via Wifi on older versions.
Now when i connect via the web GUI it does not seem to connect to my home wifi. It can see the SSID and when trying to connect it does not connect.
I have also tried with the hotspot turned on and am able to connect to the hotspot but it does not connect to my wifi.
Also if i turn the hotspot off from the web gui then I am not able to turn the Wireless Networking on. Every time i save and then reload the page I see the Wireless networking toggled to the off position.
I have the following output
eth0 Link encap:Ethernet HWaddr b8:27:eb:e7:8e:2c
inet addr:192.168.1.18 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4185 errors:0 dropped:0 overruns:0 frame:0
TX packets:3182 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:454438 (443.7 KiB) TX bytes:1740218 (1.6 MiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:4081 errors:0 dropped:0 overruns:0 frame:0
TX packets:4081 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:400096 (390.7 KiB) TX bytes:400096 (390.7 KiB)
wlan0 Link encap:Ethernet HWaddr b8:27:eb:b2:db:79
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:673 errors:0 dropped:589 overruns:0 frame:0
TX packets:179 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:207843 (202.9 KiB) TX bytes:34476 (33.6 KiB)
volumio@kitchen:~$ sudo iwconfig
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
lo no wireless extensions.
eth0 no wireless extensions.
volumio@kitchen:~$ cat /etc/resolv.conf
Generated by dhcpcd from eth0
nameserver 192.168.1.1
##custom DNS
nameserver 8.8.8.8
nameserver 8.8.4.4volumio@kitchen:~$
Any help is much appreciated.