<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4300&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED]   WiFi doesn't autoconnect after Beowulf to Chimaera]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4300</link>
		<description><![CDATA[The most recent posts in [SOLVED]   WiFi doesn't autoconnect after Beowulf to Chimaera.]]></description>
		<lastBuildDate>Fri, 30 Apr 2021 13:36:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED]   WiFi doesn't autoconnect after Beowulf to Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29491#p29491</link>
			<description><![CDATA[<p>Brilliant @ralph.ronnquist . That&#039;s fixed it. Thanks for the really clear instructions.</p><p>Of minor note, should others have a similar issue: it now takes a bit longer than before when logging in to connect to the network. I get a spinning cursor for about 15secs on logon (to xfce desktop) as it is detecting and connecting to the network. I&#039;m sure that&#039;s longer than on Beowulf. So if I&#039;m really speedy launching email / browser then it won&#039;t have acquired the connection. But I&#039;m not complaining, just noting.</p><p>Thanks again, such a brilliant and helpful forum.</p>]]></description>
			<author><![CDATA[dummy@example.com (nick_stokie)]]></author>
			<pubDate>Fri, 30 Apr 2021 13:36:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29491#p29491</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]   WiFi doesn't autoconnect after Beowulf to Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29482#p29482</link>
			<description><![CDATA[<p>@dice&#039;s advice is for registering the connection details for the particular ESSID and WPAKEY.</p><p>For a laptop, you might want a slightly more flexible configuration, and to use the <span class="bbc">wpa_gui</span> to deal with new wireless access points.</p><p>First, enter the following at the top of <span class="bbc">/etc/wpa_supplicant/wpa_supplicant.conf</span>:</p><div class="codebox"><pre><code>ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
p2p_disabled=1</code></pre></div><p>Secondly, bring down wlan0 (<span class="bbc">ifdown wlan0</span>) before changing <span class="bbc">/etc/network/interfaces</span> to have the follwing variant declaration:</p><div class="codebox"><pre><code>auto wlan0
iface wlan0 inet manual
         wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf

iface default inet dhcp</code></pre></div><p> You&#039;ll note the difference of having a <span class="bbc">manual</span> stanza with <span class="bbc">wpa-roam</span> rather than <span class="bbc">wpa-conf</span>, and a seemingly extra stanza declaring use of a <span class="bbc">dhcp</span> configuration for a virtual <span class="bbc">default</span> interface. All that is in support of roaming with <span class="bbc">dhcp</span>.</p><p>Next, install <span class="bbc">wpagui</span> (that&#039;s the package name for the <span class="bbc">wpa_gui</span> tool) as user management tool for connecting your wireless interface to available acccess point by choice. By virtue of the <span class="bbc">update_config=1</span> setting you may save accesspoint settings so wpa_supplicant can find them &quot;automatically&quot; later. </p><p>You might also need to re-login the user after ensuring the user is in the <span class="bbc">netdev</span> group, as per that first configuration line which <span class="bbc">wpa_supplicant</span> will use for its control sockets.</p><p>With that you should be all set. for completeness, the <span class="bbc">p2p_disabled=1</span> is needed in order to disable that function which otherwise causes <span class="bbc">wpa_supplicant</span> to be confused.. I&#039;m not sure about the details.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 30 Apr 2021 12:15:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29482#p29482</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]   WiFi doesn't autoconnect after Beowulf to Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29481#p29481</link>
			<description><![CDATA[<div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>by startup do you mean a reboot of the machine?</p></div></blockquote></div><p>Yes, when I turn on or reboot the machine I don&#039;t get the automatic connection to the wireless network that I used to. (This is at home so there&#039;s a persistent wireless network waiting for it.)</p><div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>Its just another way to connect wpa_supplicant using a conf file. Thought it might help.</p></div></blockquote></div><p>And thanks for suggesting. Always worth trying in case it made the difference.</p>]]></description>
			<author><![CDATA[dummy@example.com (nick_stokie)]]></author>
			<pubDate>Fri, 30 Apr 2021 12:14:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29481#p29481</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]   WiFi doesn't autoconnect after Beowulf to Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29480#p29480</link>
			<description><![CDATA[<p>by startup do you mean a reboot of the machine?</p><p>Its just another way to connect wpa_supplicant using a conf file. Thought it might help.</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Fri, 30 Apr 2021 11:56:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29480#p29480</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]   WiFi doesn't autoconnect after Beowulf to Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29479#p29479</link>
			<description><![CDATA[<div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>You can manually connect using ifup wlan0 ?</p></div></blockquote></div><p>Yes, manual connection is fine.</p><div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>so maybe reset the network interfaces file like so.</p><div class="codebox"><pre><code># wpa_passphrase ESSID WPAKEY &gt; /etc/wpa_supplicant/wpa_supplicant.conf</code></pre></div><p>then edit /etc/network/interfaces file to look like so.</p><div class="codebox"><pre><code>auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet dhcp
         wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf</code></pre></div></div></blockquote></div><p>Unfortunately no difference. No automatic connection on startup but manual forcing works fine. Out of interest, does this change how it connects or is the &#039;wpa_supplicant&#039; line a convenient shorthand for what I previously had in /etc/network/interfaces?</p>]]></description>
			<author><![CDATA[dummy@example.com (nick_stokie)]]></author>
			<pubDate>Fri, 30 Apr 2021 11:51:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29479#p29479</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]   WiFi doesn't autoconnect after Beowulf to Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29474#p29474</link>
			<description><![CDATA[<p><del>First check rfkill ( tool for enabling and disabling wireless devices )</del></p><p><del></p><div class="codebox"><pre><code># apt install rfkill</code></pre></div><p></del></p><p><del>then let us know the output of using sudo or root account</del></p><p><del></p><div class="codebox"><pre><code># rfkill list </code></pre></div><p></del></p><p>sorry i didnt read your post correctly.</p><p>You can manually connect using ifup wlan0 ?</p><p>so maybe reset the network interfaces file like so.</p><div class="codebox"><pre><code># wpa_passphrase ESSID WPAKEY &gt; /etc/wpa_supplicant/wpa_supplicant.conf</code></pre></div><p>then edit /etc/network/interfaces file to look like so.</p><div class="codebox"><pre><code>auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet dhcp
         wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Fri, 30 Apr 2021 11:14:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29474#p29474</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED]   WiFi doesn't autoconnect after Beowulf to Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29473#p29473</link>
			<description><![CDATA[<p>I&#039;ve upgraded a laptop from Beowulf to Chimaera. On Beowulf the wifi connected automatically on startup/login. On Chimaera, it does not automatically connect. It&#039;s a Broadcom BCM4352 wifi.</p><p>My /etc/network/interfaces is:</p><div class="codebox"><pre><code>auto lo
iface lo inet loopback

#allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
   wpa-ssid {my-ssid}
   wpa-psk {passphrase}</code></pre></div><p>I&#039;ve tried alternating &#039;allow-hotplug&#039; and &#039;auto&#039;. Neither triggers automatic connection, but both work when I manually force it using:</p><div class="codebox"><pre><code>ip link set wlan0 up
service networking restart</code></pre></div><p>How do I make the connection automatic and persistent at startup/logon, please?</p>]]></description>
			<author><![CDATA[dummy@example.com (nick_stokie)]]></author>
			<pubDate>Fri, 30 Apr 2021 11:01:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29473#p29473</guid>
		</item>
	</channel>
</rss>
