<?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[BQ E4.5 (OTA-7) and Wifi 5 GHz]]></title><description><![CDATA[<p dir="auto">I have some problems with one of my BQ E4.5 (runs OTA-7) and Wifi AP of the type AVM FRITZ!Box (at least I found no other router until now with the problem). One of the hints from AVM forum is to switch to the 5 GHz bands, which is "802.11n+a" (while "802.11n+g+b" is 2.4 GHz).</p>
<p dir="auto">Questions<br />
Is this supported by the BQ and UBports (and its Android kernel below)?<br />
Can I see somehow in the logs or elsewhere the actual used connection in the UBports installation?</p>
]]></description><link>https://forums.ubports.com/topic/2300/bq-e4-5-ota-7-and-wifi-5-ghz</link><generator>RSS for Node</generator><lastBuildDate>Fri, 06 Mar 2026 20:46:26 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/2300.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 22 Jan 2019 14:17:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to BQ E4.5 (OTA-7) and Wifi 5 GHz on Thu, 24 Jan 2019 12:10:28 GMT]]></title><description><![CDATA[<p dir="auto">I think it's time to debug and nail this down. I found the file <code>/etc/init/wpasupplicant.conf</code> which spawns the WPA daemon as:</p>
<pre><code> exec /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
</code></pre>
<p dir="auto">I will mount the /root in this test device writeable and change the line to:</p>
<pre><code> exec /sbin/wpa_supplicant -dd -u -f /var/log/wpa_supplicant.log -O /run/wpa_supplicant
</code></pre>
<p dir="auto">to gather the debugging output in a file.</p>
<p dir="auto">Update:<br />
It's not necessary to mount /root writable. The proc <code>init</code> starts and re spawns that proc when it dies. With a bit of luck you can fire up these three lines from a shell script and get your version of WPA up before <code>init</code> can restart its own:</p>
<pre><code> #!/bin/sh
pkill -9 -f '/sbin/wpa_supplicant.*'
wpa_supplicant -dd -u -f /var/log/wpa_supplicant.log -B -O /run/wpa_supplicant
exit
</code></pre>
<p dir="auto">The lines in the log files look promising...</p>
]]></description><link>https://forums.ubports.com/post/16918</link><guid isPermaLink="true">https://forums.ubports.com/post/16918</guid><dc:creator><![CDATA[guru]]></dc:creator><pubDate>Thu, 24 Jan 2019 12:10:28 GMT</pubDate></item><item><title><![CDATA[Reply to BQ E4.5 (OTA-7) and Wifi 5 GHz on Wed, 23 Jan 2019 10:48:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guru" aria-label="Profile: guru">@<bdi>guru</bdi></a> said in <a href="/post/16892">BQ E4.5 (OTA-7) and Wifi 5 GHz</a>:</p>
<blockquote>
<p dir="auto">Can I see somehow in the logs or elsewhere the actual used connection in the UBports installation?</p>
</blockquote>
<p dir="auto">Perhaps "iwconfig" in the terminal-app provides some information.</p>
]]></description><link>https://forums.ubports.com/post/16915</link><guid isPermaLink="true">https://forums.ubports.com/post/16915</guid><dc:creator><![CDATA[Luksus]]></dc:creator><pubDate>Wed, 23 Jan 2019 10:48:39 GMT</pubDate></item><item><title><![CDATA[Reply to BQ E4.5 (OTA-7) and Wifi 5 GHz on Tue, 22 Jan 2019 19:12:45 GMT]]></title><description><![CDATA[<p dir="auto">Thanks. So, 5 GHz is not an option. I don't even think, that 2.4 GHz is the problem, having around 10-15 APs in the area. And, my 6 FreeBSD laptops and the 3 other BQ E4.5 all connect fine with the AP, only <strong>one</strong> does not. Any ideas?</p>
]]></description><link>https://forums.ubports.com/post/16903</link><guid isPermaLink="true">https://forums.ubports.com/post/16903</guid><dc:creator><![CDATA[guru]]></dc:creator><pubDate>Tue, 22 Jan 2019 19:12:45 GMT</pubDate></item><item><title><![CDATA[Reply to BQ E4.5 (OTA-7) and Wifi 5 GHz on Tue, 22 Jan 2019 17:22:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guru" aria-label="Profile: guru">@<bdi>guru</bdi></a>  BQ E4.5 has only Wifi bgn :</p>
<p dir="auto"><a href="http://www.price-specs.com/bq-aquaris-e4-5-ubuntu-edition/" rel="nofollow ugc">http://www.price-specs.com/bq-aquaris-e4-5-ubuntu-edition/</a><br />
<a href="https://www.devicespecifications.com/en/model/a12a30e4" rel="nofollow ugc">https://www.devicespecifications.com/en/model/a12a30e4</a></p>
]]></description><link>https://forums.ubports.com/post/16899</link><guid isPermaLink="true">https://forums.ubports.com/post/16899</guid><dc:creator><![CDATA[libremax]]></dc:creator><pubDate>Tue, 22 Jan 2019 17:22:57 GMT</pubDate></item></channel></rss>