We have upgraded the community system as part of the upgrade a password reset is required for all users before login in.

WiFi drops out after 15 seconds



  • In station mode, WiFi connects to my AP and the Omega can be pinged, but then drops about15 seconds later. To get the WiFi running I have to connect via a USB terminal, edit /etc/config/wireless to change option disabled from '1' back to '0', then run /sbin/wifi and it works fine after that.

    Tail end of boot messages:
    [ 42.260000] wlan0: associate with 00:11:50:a0:df:9c (try 1/3)
    [ 42.260000] wlan0: RX AssocResp from 00:11:50:a0:df:9c (capab=0x401 status=0 aid=5)
    [ 42.270000] wlan0: associated
    [ 42.270000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 49.210000] random: nonblocking pool is initialized
    [ 59.410000] wlan0: deauthenticating from 00:11:50:a0:df:9c by local choice (Reason: 3=DEAUTH_LEAVING)

    /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 'UK'

    config wifi-iface
    option device 'radio0'
    option network 'wlan'
    option mode 'sta'
    option encryption 'none'
    option ssid 'Belkin54g'
    option disabled '0'

    Version is: 0.1.4 b336



  • Is this on first boot? I literally just started trying to get mine up and running and can't connect from my linux computer. It's powered up, I see it a the right AP, but the connection fails. I have a very similar dmesg to yours but am not sure if you're posting the log from the onion trying to connect to your wifi router, or your computer trying to connect to your onion?

    This is what I get:

    [57302.338476] iwlwifi 0000:3e:00.0: L1 Enabled - LTR Enabled
    [57302.338995] iwlwifi 0000:3e:00.0: L1 Enabled - LTR Enabled
    [57302.546183] iwlwifi 0000:3e:00.0: L1 Enabled - LTR Enabled
    [57302.546629] iwlwifi 0000:3e:00.0: L1 Enabled - LTR Enabled
    [57302.564335] IPv6: ADDRCONF(NETDEV_UP): wlp62s0: link is not ready
    [57304.694002] wlp62s0: authenticate with 40:a3:xx:xx:xx:9d
    [57304.697664] wlp62s0: send auth to 40:a3:xx:xx:xx:9d (try 1/3)
    [57304.701433] wlp62s0: authenticated
    [57304.701625] wlp62s0: associate with 40:a3:xx:xx:xx:9d (try 1/3)
    [57304.705529] wlp62s0: RX AssocResp from 40:a3:xx:xx:xx:9d (capab=0x411 status=0 aid=1)
    [57304.721736] wlp62s0: associated
    [57304.721841] IPv6: ADDRCONF(NETDEV_CHANGE): wlp62s0: link becomes ready
    [57309.587898] wlp62s0: deauthenticating from 40:a3:xx:xx:xx:9d by local choice (Reason: 3=DEAUTH_LEAVING)
    


  • John, my logs were from the omega. I think our cases are similar, in that the client is deciding to disconnect a few seconds after it has successfully attached to the AP. I suspect this issue is going to involve wpa_supplicant in some way. Probably not an omega-specific problem. When I get some time I'll look into it in a bit more detail.


Log in to reply
 

Looks like your connection to Community was lost, please wait while we try to reconnect.