Unable to connect to Wifi after update
-
Hello guys
After updating my omega to 0.0.8 I can't connect to my wireless network anymore.
That's the output of wifisetup:
root@Omega-0AAD:/# wifisetup Onion Omega Wifi Setup Select from the following: 1) Scan for Wifi networks 2) Type network info q) Exit Selection: 1 Scanning for wifi networks... Command failed: Not found Failed to parse message data WARNING: Variable 'results' does not exist or is not an array/object > ERROR: Scan failed, try again > ERROR: specified ssid not in the database
Here is the output of uci show wireless | grep disabled
root@Omega-0AAD:/# uci show wireless | grep disabled wireless.radio0.disabled='0' wireless.@wifi-iface[0].disabled='1'
When I try to change the value from 1 to 0 and reboot, it goes back to 1.
Any ideas?
-
This post is deleted!
-
@Igor-Moura for the time being, set
wireless.@wifi-iface[0].disabled
to0
and run the commandwifi
, that should allow you to connect to your existing wifi network and give you access to the console.I would then recommend setting up and enabling an AP network on the Omega.
Let me know how it goes!
-
@Lazar-Demin worked fine, thanks