<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with wifi reconnect]]></title><description><![CDATA[A list of topics that have been tagged with wifi reconnect]]></description><link>http://community.onion.io/tags/wifi reconnect</link><generator>RSS for Node</generator><lastBuildDate>Thu, 05 Mar 2026 18:07:06 GMT</lastBuildDate><atom:link href="http://community.onion.io/tags/wifi reconnect.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Jul 2018 07:08:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Wifi Seems to Connect then Immediately Disconnect?]]></title><description><![CDATA[@Hirokazu-Tei So you have two Omegas, one of them Omega2 with a fairly old v0.1.5-b130 FW and its Internet connection works sometimes.
These are the latest FWs in http://repo.onion.io/omega2/images/

with the MediaTek WiFi driver v0.1.10-b160
with the new Warp Core WiFi driver v0.2.0-b192

Try to download one of them directly to your Omega2 and install it - for example:
cd /tmp
wget http://repo.onion.io.s3.amazonaws.com/omega2/images/omega2-v0.2.0-b192.bin
(or try to copy the downloaded file from your desktop to the /tmp dir of your Omega2)
sysupgrade omega2-v0.2.0-b192.bin
BTW What type of dock and extension do you have please?
Good luck!
]]></description><link>http://community.onion.io/topic/3053/wifi-seems-to-connect-then-immediately-disconnect</link><guid isPermaLink="true">http://community.onion.io/topic/3053/wifi-seems-to-connect-then-immediately-disconnect</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Sun, 29 Jul 2018 07:08:50 GMT</pubDate></item><item><title><![CDATA[Omega not reconnecting to wifi &#x2F; wireless &#x2F; wlan after router reboot]]></title><description><![CDATA[@Christian-Toller in the omega2 /etc/config/wireless you are missing the &gt;  in '&lt;router SSID' for both instances. not that it matters, i just noticed when reading. it's a good guide should i have the problem. it was either you or someone else that mentioned this issue before and as i result i tested my omega2 devices by unplugging my router they connect to and all 3 of them had no issue with reconnecting once the router was back up so i started to think it might be an issue with your specific router but did not know of the re-write of the file at the time so i'll have to go and check the files before &amp; after the next time i test.
]]></description><link>http://community.onion.io/topic/2700/omega-not-reconnecting-to-wifi-wireless-wlan-after-router-reboot</link><guid isPermaLink="true">http://community.onion.io/topic/2700/omega-not-reconnecting-to-wifi-wireless-wlan-after-router-reboot</guid><dc:creator><![CDATA[Douglas Kryder]]></dc:creator><pubDate>Sun, 04 Feb 2018 19:40:33 GMT</pubDate></item><item><title><![CDATA[Wifi problem (connected even after router restart)]]></title><description><![CDATA[Also my check script with wifi restart that WORKS ! 
#next line is to test if previous instance of test.sh is still running - in case u run connectivity test every few seconds
test1=$(ps |grep "test.sh" |grep -v grep |wc -l) 
PINGTEST=$(ping www.google.com -c1 -W3|grep loss| awk {'print $7'})
if &lsqb;&lsqb; "$PINGTEST" != "0%" &rsqb;&rsqb; &amp;&amp; &lsqb;&lsqb; $test1 == "0" &rsqb;&rsqb; ; then
    /bin/sh test.sh
fi

#also what i do after negative test result on connectivity (test.sh):
#! /bin/sh

/sbin/uci set wireless.ra0.disabled=1
/sbin/uci commit wireless
/sbin/reload_config

/bin/sleep 30

/sbin/uci set wireless.ra0.disabled=0
/sbin/uci commit wireless
/sbin/reload_config
/bin/sleep 30
/usr/bin/wifimanager -v

Like i said in case somebody needs the script to REALLY restart the whole wifi procedure.
Please change  the line:
PINGTEST=$(ping www.google.com -c1 -W3|grep loss| awk {'print $7'})
replace www.google.com with some other address as I don't think google guys will appreciate all the pings to their server  Lets say some server u rely on but under your control - again not to  "attack" somebody 
BR
Ales
]]></description><link>http://community.onion.io/topic/2602/wifi-problem-connected-even-after-router-restart</link><guid isPermaLink="true">http://community.onion.io/topic/2602/wifi-problem-connected-even-after-router-restart</guid><dc:creator><![CDATA[Ales Strazar]]></dc:creator><pubDate>Tue, 02 Jan 2018 15:58:47 GMT</pubDate></item><item><title><![CDATA[Omega2 cannot reconnect to wifi automatically]]></title><description><![CDATA[Root cause is: netifd does support iface events UP and DOWN but does not support something like "up failure" (I mean, there is no event fired after iface connection failed, only for UP and DOWN). Afaik.
]]></description><link>http://community.onion.io/topic/2446/omega2-cannot-reconnect-to-wifi-automatically</link><guid isPermaLink="true">http://community.onion.io/topic/2446/omega2-cannot-reconnect-to-wifi-automatically</guid><dc:creator><![CDATA[Jakub K]]></dc:creator><pubDate>Thu, 26 Oct 2017 12:51:27 GMT</pubDate></item><item><title><![CDATA[WiFi Stops Working after Router reboot or power-loss]]></title><description><![CDATA[Look at: https://community.onion.io/topic/2446/omega2-cannot-reconnect-to-wifi-automatically
]]></description><link>http://community.onion.io/topic/2373/wifi-stops-working-after-router-reboot-or-power-loss</link><guid isPermaLink="true">http://community.onion.io/topic/2373/wifi-stops-working-after-router-reboot-or-power-loss</guid><dc:creator><![CDATA[Jakub K]]></dc:creator><pubDate>Fri, 27 Oct 2017 08:54:17 GMT</pubDate></item><item><title><![CDATA[wifi disconnect]]></title><description><![CDATA[@magouero said in wifi disconnect:

@György-Farkas
Köszönöm. 

Szívesen. 

The only difference is:
"config interface 'wan'
option ifname 'eth0.2'      =&gt; here you have eth0
option proto 'dhcp'
"
Do you know what this " .2 " means ?

I don't know too much.
eth0 is a physical network interface (a hardware device), eth0.1, eth0.2, ... are virtual network interfaces (not an existent hardware device but are linked to one).

root@Omega-5BE1:~# ifconfig
apcli0    Link encap:Ethernet  HWaddr 42:A3:6B:00:5B:E1
...
br-wlan   Link encap:Ethernet  HWaddr 40:A3:6B:C0:5B:E3
...
eth0      Link encap:Ethernet  HWaddr 40:A3:6B:C0:5B:E3
Interrupt:5
...
eth0.1    Link encap:Ethernet  HWaddr 40:A3:6B:C0:5B:E3
...
lo        Link encap:Local Loopback
...
ra0       Link encap:Ethernet  HWaddr 40:A3:6B:C0:5B:E1
Interrupt:6

Do you have an Ethernet Expansion? Did you modify any network / firewall config files?

It seems the DHCP client is working well on my almost "default" Omega2+ (Wifi AP 192.168.3.1, client 192.168.100.x connected to my Internet gateway).
]]></description><link>http://community.onion.io/topic/2073/wifi-disconnect</link><guid isPermaLink="true">http://community.onion.io/topic/2073/wifi-disconnect</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Sun, 11 Jun 2017 16:48:00 GMT</pubDate></item></channel></rss>