I have been able to upgrade my Omega to firmware v0.0.8 b297. The Omega is successfully connected to my WiFi network. However, I cannot access the console from my computer. I'm on a Mac using Chrome, and when I try to access the Omega via its IP address, the request always times out.
I am, however, able to access the console by connecting to the Omega's own network (Omega-2007) and visiting 192.168.3.1.
Here's the output of the relevant config files.
cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11g'
option path 'platform/ar933x_wmac'
option htmode 'HT20'
option disabled '0'
option channel '9'
option txpower '30'
option country 'US'
config wifi-iface
option device 'radio0'
option network 'wlan'
option mode 'ap'
option encryption 'none'
option ssid 'Omega-2007'
config wifi-iface
option device 'radio0'
option mode 'sta'
option network 'wwan'
option ssid 'BTHub3-Z4RJ'
option encryption 'psk2'
option disabled '0'
option key 'xxxxxxxxxx' //password removed
And this one
cat /etc/config/network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
#config globals 'globals'
# option ula_prefix 'fd28:1f13:5b38::/48'
#config interface 'lan'
# option ifname 'eth0'
# option type 'bridge'
# option proto 'static'
# option ipaddr '192.168.3.1'
# option netmask '255.255.255.0'
# option ip6assign '60'
#config interface 'wan'
# option ifname 'eth0'
# option proto 'dhcp'
#config interface 'wan6'
# option ifname '@wan'
# option proto 'dhcpv6'
#config switch
# option name 'switch0'
# option reset '1'
# option enable_vlan '1'
#config switch_vlan
# option device 'switch0'
# option vlan '1'
# option ports '0 1 3'
config interface 'wwan'
option proto 'dhcp'
option hostname 'OnionOmega'
config interface 'wlan'
option proto 'static'
option ipaddr '192.168.3.1'
option netmask '255.255.255.0'
#config interface 'wlan'
# option ifname 'wlan0-1 wlan0'
# option type 'bridge'
# option proto 'static'
# option ipaddr '192.168.3.1'
# option netmask '255.255.255.0'
# option ip6assign '60'
And the output of a wifi restart:
wifi
root@Omega-2007:/# [ 1475.980000] wlan0: deauthenticating from 64:a5:c3:6b:7a:f4 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1477.200000] IPv6: ADDRCONF(NETDEV_UP): wlan0-1: link is not ready
[ 1477.470000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1478.920000] wlan0: authenticate with 64:a5:c3:6b:7a:f4
[ 1478.930000] wlan0: send auth to 64:a5:c3:6b:7a:f4 (try 1/3)
[ 1478.940000] wlan0: authenticated
[ 1478.960000] wlan0: associate with 64:a5:c3:6b:7a:f4 (try 1/3)
[ 1478.960000] wlan0: RX AssocResp from 64:a5:c3:6b:7a:f4 (capab=0x1411 status=0 aid=8)
[ 1478.970000] wlan0: associated
[ 1478.970000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 1479.000000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-1: link becomes ready
[ 1479.020000] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 64:a5:c3:6b:7a:f4
Any ideas?