Description
I am having an issue with the beginning of setting up the omega 2. I try to connect it to my wifi network, but it never connects. I have tried to use the web UI, but it always just says it can not connect. I have also tried to use the wifisetup utility, but that also does not connect.
Things I have Tried:
- Factory reset (Did not help)
- Updated to latest firmware, 0.1.9 b152 (Did not help)
- Created a guest network with no authentication required (Did not help)
Additional Information
- My wifi network uses WPA2-PSK (AES)
- I am using the expansion dock for the original Omega
wifisetup utility attempt
BusyBox v1.26.2 () built-in shell (ash)
/ __ ___ ()__ ___ / __ _ _ ___ ___ ____ _
/ // / _ / / _ / _ \ / // / ' / -) _ / _
/
_/////___//// _////_/_, /_,/
W H A T W I L L Y O U I N V E N T ? /__/
Ω-ware: 0.1.9 b152
root@Omega-0000:~# wifisetup
Onion Omega Wifi Setup
Select from the following:
- Scan for Wifi networks
- Type network info
q) Exit
Selection: 1
Scanning for wifi networks...
Select Wifi network:
- other
- other
- <MY SSID>
- other
- other
Selection: 3
Network: <MY SSID>
Authentication type: WPA2PSK
Enter password: <PASSWORD>
Restarting wifimanager for changes to take effect
/etc/config/wireless
config wifi-device 'ra0'
option type 'ralink'
option mode '9'
option channel 'auto'
option txpower '100'
option ht '20'
option country 'US'
option disabled '0'
config wifi-iface
option device 'ra0'
option network 'wlan'
option mode 'ap'
option encryption 'psk2'
option key '12345678'
option ApCliAuthMode 'WPA2PSK'
option ApCliEncrypType 'AES'
option ssid 'Omega-0000'
option ApCliSsid '<MY SSID>'
option ApCliPassWord '<PASSWORD>'
option ApCliEnable '1'
config wifi-config
option ssid '<MY SSID>'
option encryption 'WPA2PSK'
option key '<PASSWORD>'
I would be grateful for any help anyone can offer.
Thanks!