<?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=2403&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / WPA cannot install in ASCII - need the wpa_supplicant.conf file]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2403</link>
		<description><![CDATA[The most recent posts in WPA cannot install in ASCII - need the wpa_supplicant.conf file.]]></description>
		<lastBuildDate>Tue, 06 Nov 2018 17:13:23 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: WPA cannot install in ASCII - need the wpa_supplicant.conf file]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12667#p12667</link>
			<description><![CDATA[<p>Generate a /etc/wpa_supplicant/wpa_supplicant.conf (see <a href="https://wiki.debian.org/WiFi/HowToUse" rel="nofollow">https://wiki.debian.org/WiFi/HowToUse</a>)</p><p>I did create my file with:</p><div class="codebox"><pre><code>su -c &quot;wpa_passphrase myssid my_very_secret_passphrase &gt; /etc/wpa_supplicant/wpa_supplicant.conf&quot;</code></pre></div><p>and did configure my wlan0 in /etc/network/interfaces with</p><div class="codebox"><pre><code>auto wlan0
iface wlan0 inet dhcp
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf</code></pre></div><p>or for a static IP (in my network):</p><div class="codebox"><pre><code># wlan0
auto wlan0
iface wlan0 inet static
address 192.168.6.125
netmask 255.255.255.0
gateway 192.168.6.1
# here are my own 2 Pi-Hole DNS servers
dns-nameservers 192.168.6.20 192.168.6.3
# Google DNS
# dns-nameservers 8.8.8.8 8.8.4.4
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (guidol)]]></author>
			<pubDate>Tue, 06 Nov 2018 17:13:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12667#p12667</guid>
		</item>
		<item>
			<title><![CDATA[Re: WPA cannot install in ASCII - need the wpa_supplicant.conf file]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12175#p12175</link>
			<description><![CDATA[<p>You need to investigate what these commands are doing and learn how to use them first but as a guide research the following set of commands to suit your setup.</p><p>As ROOT - Check first.</p><p>a.</p><div class="codebox"><pre><code>ip link show</code></pre></div><p>b.</p><div class="codebox"><pre><code>ip link set wlan0 up</code></pre></div><p>c.</p><div class="codebox"><pre><code>iw wlan0 link</code></pre></div><p>d.</p><div class="codebox"><pre><code>iw wlan0 scan</code></pre></div><p>Then...</p><p>1.</p><div class="codebox"><pre><code>wpa_passphrase ESSID &gt;&gt; /etc/wpa_supplicant.conf
[enter pass]</code></pre></div><p>2.</p><div class="codebox"><pre><code> wpa_supplicant -B -D wext -i wlan0 -c /etc/wpa_supplicant.conf</code></pre></div><p>3.</p><div class="codebox"><pre><code>dhclient wlan0</code></pre></div><p>Always check and study the very useful documentation that come with packages if available in a terminal like <span class="bbc">man wpa_supplicant</span> or <span class="bbc">man wpa_passphrase </span>&#160; &#160;<span class="bbc">man wpa_supplicant.conf</span></p>]]></description>
			<author><![CDATA[dummy@example.com (Panopticon)]]></author>
			<pubDate>Sun, 07 Oct 2018 13:28:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12175#p12175</guid>
		</item>
		<item>
			<title><![CDATA[Re: WPA cannot install in ASCII - need the wpa_supplicant.conf file]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12170#p12170</link>
			<description><![CDATA[<p>I think the configuration file for <span class="bbc">wpa_supplicant</span> that you refer to is created either manually (in a manual networking setting) or by the networking utility software (e.g. network-manager or wicd). E.g., for wicd, I have the configuration files in <span class="bbc">/var/lib/wicd/configurations/</span> with some &quot;random&quot; filenames.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 07 Oct 2018 09:01:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12170#p12170</guid>
		</item>
		<item>
			<title><![CDATA[WPA cannot install in ASCII - need the wpa_supplicant.conf file]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12168#p12168</link>
			<description><![CDATA[<p>Hi forum member,</p><p>Which package should I install to have the /etc/wpa_supplicant/wpa_supplicant.conf file in place?</p><p>I tried searching in Synoptics for ‘wpa’ and installing the top matches - there are dependencies issues in some and could not install.</p><p>I need that file / package for network configuration in a work place.</p><p>Best,<br />M</p>]]></description>
			<author><![CDATA[dummy@example.com (menuhin)]]></author>
			<pubDate>Sun, 07 Oct 2018 05:27:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12168#p12168</guid>
		</item>
	</channel>
</rss>
