<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=2564&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] wpa_supplicant doesn't log in to wifi on boot]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2564</link>
		<description><![CDATA[The most recent posts in [SOLVED] wpa_supplicant doesn't log in to wifi on boot.]]></description>
		<lastBuildDate>Mon, 24 Dec 2018 20:57:20 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] wpa_supplicant doesn't log in to wifi on boot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13458#p13458</link>
			<description><![CDATA[<p>Ok, using this command </p><div class="codebox"><pre><code>udevadm info /sys/class/net/wlan1</code></pre></div><p>I was able to get enough information to create a udev rule in /etc/udev/rules.d/10-local.rules</p><p>Here&#039;s the file contents: </p><div class="codebox"><pre><code>SUBSYSTEM==&quot;net&quot;, ATTR{ID_NET_NAME_MAC}==&quot;wlx4cedfbb123a2&quot;, NAME=&quot;wlan1&quot;</code></pre></div><p>The rename worked perfectly.</p><p>I removed the flags from the default grub boot line and rebooted.&#160; The device came up as wlan1.</p><p>Still had to use the pre-up to get it to log in automatically.&#160; Now that it&#039;s working, I&#039;m going to see if one of the network managers will recognize the device as managed and let me control things that way.&#160; </p><p>After that, off to investigate the new goodies in eudev!</p><p>Thanks again!</p>]]></description>
			<author><![CDATA[dummy@example.com (stuck)]]></author>
			<pubDate>Mon, 24 Dec 2018 20:57:20 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13458#p13458</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] wpa_supplicant doesn't log in to wifi on boot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13457#p13457</link>
			<description><![CDATA[<p>Happy to hear you&#039;re making progress.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Mon, 24 Dec 2018 20:11:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13457#p13457</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] wpa_supplicant doesn't log in to wifi on boot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13456#p13456</link>
			<description><![CDATA[<p>Thanks.&#160; Nailed it.&#160; Of course, I had to change everything back to wlan1.&#160; And oddly, I still have to have the pre-up command for it to work.&#160; I&#039;m going to see if I can develop a udev rule to rename the weird driver name back to wlan1.</p>]]></description>
			<author><![CDATA[dummy@example.com (stuck)]]></author>
			<pubDate>Mon, 24 Dec 2018 19:19:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13456#p13456</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] wpa_supplicant doesn't log in to wifi on boot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13440#p13440</link>
			<description><![CDATA[<p>I almost never have to mess with network stuff but think your renaming issue might be related to <span class="bbu"><a href="https://dev1galaxy.org/viewtopic.php?pid=6467#p6467" rel="nofollow">THIS</a></span>.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 23 Dec 2018 22:45:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13440#p13440</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] wpa_supplicant doesn't log in to wifi on boot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13438#p13438</link>
			<description><![CDATA[<p>Probably not the correct or most elegant solution, but I managed to get it working.</p><p>I added a pre-up command to my /etc/network/interfaces file.</p><p>auto wlx4cedfbb123a2 <br />iface wlx4cedfbb123a2 inet dhcp<br />netmask 255.255.255.0<br />gateway 192.168.0.1<br />network 192.168.0.0<br />pre-up wpa_supplicant -c /etc/wpa_supplicant.conf -i wlx4cedfbb123a2 -B</p><p>The weird device name is because udev is renaming it from wlan1.&#160; I don&#039;t know why or how to fix it yet.</p>]]></description>
			<author><![CDATA[dummy@example.com (stuck)]]></author>
			<pubDate>Sun, 23 Dec 2018 22:11:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13438#p13438</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] wpa_supplicant doesn't log in to wifi on boot]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=13431#p13431</link>
			<description><![CDATA[<p>but it works perfectly when&#160; I start a Konsole session as root and run <br />wpa_supplicant -c /etc/wpa_supplicant.conf -i wlx4cedfbb123a2 -B<br />dhclient wlx4cedfbb123a2</p><p>Only been running Devuan since September, everything worked perfectly until I tried to add this 802.11ac USB wireless dongle to my system.</p>]]></description>
			<author><![CDATA[dummy@example.com (stuck)]]></author>
			<pubDate>Sat, 22 Dec 2018 23:11:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=13431#p13431</guid>
		</item>
	</channel>
</rss>
