Not sure if a Mikrotik router and the Omega2+ doesn't play well together as I also haven't been able to get the Omega2+ to connect to my WiFi yet. My router is a Mikrotik hAP RB962.
X
Posts made by xmatt
-
RE: Can't connect to wifi - driving me insane.
-
RE: Omega2+ fails to connect to wifi
@Kostas-David - I tried
omega2p-v0.1.8-b145.bin
and still no luck getting the wi-fi working yet. I'm using a Mikrotik router and I've never had any issues with other devices. -
RE: Omega2+ fails to connect to wifi
Same issue for me as well.
Omega2+
Exp dockDevice Firmware Version: 0.1.7 b140
root@Omega-C5A3:~# 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... Select Wifi network: 1) foo 2) bar 3) baz Selection: 3 Network: baz Authentication type: WPA2PSK Enter password: redacted > Restarting wifimanager for changes to take effect root@Omega-C5A3:~#
root@Omega-C5A3:~# uci show network network.loopback=interface network.loopback.ifname='lo' network.loopback.proto='static' network.loopback.ipaddr='127.0.0.1' network.loopback.netmask='255.0.0.0' network.globals=globals network.globals.ula_prefix='fd1d:48c4:7633::/48' network.wlan=interface network.wlan.type='bridge' network.wlan.ifname='eth0.1' network.wlan.proto='static' network.wlan.ipaddr='192.168.3.1' network.wlan.netmask='255.255.255.0' network.wlan.ip6assign='60' network.wan=interface network.wan.ifname='eth0' network.wan.proto='dhcp' network.wwan=interface network.wwan.ifname='apcli0' network.wwan.proto='dhcp'
root@Omega-C5A3:~# uci show wireless wireless.ra0=wifi-device wireless.ra0.type='ralink' wireless.ra0.mode='9' wireless.ra0.channel='auto' wireless.ra0.txpower='100' wireless.ra0.ht='20' wireless.ra0.country='US' wireless.ra0.disabled='0' wireless.@wifi-iface[0]=wifi-iface wireless.@wifi-iface[0].device='ra0' wireless.@wifi-iface[0].network='wlan' wireless.@wifi-iface[0].mode='ap' wireless.@wifi-iface[0].encryption='psk2' wireless.@wifi-iface[0].key='12345678' wireless.@wifi-iface[0].ApCliAuthMode='WPA2PSK' wireless.@wifi-iface[0].ApCliEncrypType='AES' wireless.@wifi-iface[0].ssid='Omega-C5A3' wireless.@wifi-iface[0].ApCliSsid='baz' wireless.@wifi-iface[0].ApCliPassWord='redacted' wireless.@wifi-iface[0].ApCliEnable='0' wireless.@wifi-config[0]=wifi-config wireless.@wifi-config[0].ssid='baz' wireless.@wifi-config[0].encryption='WPA2PSK' wireless.@wifi-config[0].key='redacted'