<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — WiFi configuration]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/11252/" />
	<updated>2015-05-24T01:41:59Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/11252/wifi-configuration/</id>
		<entry>
			<title type="html"><![CDATA[Re: WiFi configuration]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/96853/#p96853" />
			<content type="html"><![CDATA[<p>Got it.</p><p>So this problem has been solved.&nbsp; And I didn&#039;t even have to buy a wired keyboard.</p><p>What else can we do on this side of the RaspBerry Pi that can help with the scans?</p>]]></content>
			<author>
				<name><![CDATA[pirvan]]></name>
				<uri>https://www.soliforum.com/user/1357/</uri>
			</author>
			<updated>2015-05-24T01:41:59Z</updated>
			<id>https://www.soliforum.com/post/96853/#p96853</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WiFi configuration]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/96838/#p96838" />
			<content type="html"><![CDATA[<p>You can edit the file with pico or vi.</p><div class="codebox"><pre><code>pico /etc/wpa_supplicant/wpa_supplicant.conf</code></pre></div>]]></content>
			<author>
				<name><![CDATA[hairu526]]></name>
				<uri>https://www.soliforum.com/user/4789/</uri>
			</author>
			<updated>2015-05-23T19:04:37Z</updated>
			<id>https://www.soliforum.com/post/96838/#p96838</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WiFi configuration]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/96831/#p96831" />
			<content type="html"><![CDATA[<p>OK, I was able to log into the pi using putty, and I&#039;m in the WPA_Supplicant directory.</p><p>What do I use to edit the file with?</p>]]></content>
			<author>
				<name><![CDATA[pirvan]]></name>
				<uri>https://www.soliforum.com/user/1357/</uri>
			</author>
			<updated>2015-05-23T17:44:04Z</updated>
			<id>https://www.soliforum.com/post/96831/#p96831</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WiFi configuration]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/96810/#p96810" />
			<content type="html"><![CDATA[<p>I guess I&#039;m showing my lack of knowledge here, but where can I find these directories?&nbsp; </p><p>When I put the MicroSD card in a reader and plug it into my PC, all I see is a boot partition that is about 56MB, and in it there are 21 files and 1 folder called Overlays.</p><p>Does this mean that the rest of the MicroSD has a hidden partition that&#039;s only accessible from withing the Pi OS?</p><p>If this is the case, that means I have to connect a monitor, mouse and keyboard.&nbsp; Does the Pi support wireless keyboard &amp; mice?&nbsp; I no longer have any wired keyboards around the house.</p>]]></content>
			<author>
				<name><![CDATA[pirvan]]></name>
				<uri>https://www.soliforum.com/user/1357/</uri>
			</author>
			<updated>2015-05-23T15:14:31Z</updated>
			<id>https://www.soliforum.com/post/96810/#p96810</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WiFi configuration]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/96802/#p96802" />
			<content type="html"><![CDATA[<p>Pirvan, you should only need to edit the SSID and password in <strong>/etc/wpa_supplicant/wpa_supplicant.conf</strong>&nbsp; It should look something like the following.<br /></p><div class="codebox"><pre><code>ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
        ssid=&quot;ENTER_SSID_HERE&quot;
        psk=&quot;ENTER_PASSWORD_HERE&quot;
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=TKIP
        group=TKIP WEP104 WEP40
        auth_alg=OPEN
}</code></pre></div><p>Note: The double quotes are necessary and it won&#039;t work without them.</p>]]></content>
			<author>
				<name><![CDATA[hairu526]]></name>
				<uri>https://www.soliforum.com/user/4789/</uri>
			</author>
			<updated>2015-05-23T12:56:06Z</updated>
			<id>https://www.soliforum.com/post/96802/#p96802</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WiFi configuration]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/96794/#p96794" />
			<content type="html"><![CDATA[<p>It looks pretty simple, just open up the network configuration file, edit it and reboot. </p><p>But there&#039;s a problem It appears the instructions assume a standard Rasbian installation.&nbsp; </p><p>For example the network file is supposed to be found in /etc/network/interfaces.&nbsp; On the Atlas 3d boot flash there&#039;s only an Overlays folder </p><p>SO the standard Rasberry Pi instructions won&#039;t help here.</p>]]></content>
			<author>
				<name><![CDATA[pirvan]]></name>
				<uri>https://www.soliforum.com/user/1357/</uri>
			</author>
			<updated>2015-05-23T05:16:53Z</updated>
			<id>https://www.soliforum.com/post/96794/#p96794</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WiFi configuration]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/96757/#p96757" />
			<content type="html"><![CDATA[<p>it appears that others have had similar problems, unrelated to Atlas, which makes sense, as the wireless portion would be an independent process. I found this link, but did not test it:</p><p><a href="https://www.raspberrypi.org/forums/viewtopic.php?f=28&amp;t=50312">https://www.raspberrypi.org/forums/view … mp;t=50312</a></p>]]></content>
			<author>
				<name><![CDATA[fred_dot_u]]></name>
				<uri>https://www.soliforum.com/user/10073/</uri>
			</author>
			<updated>2015-05-22T23:51:53Z</updated>
			<id>https://www.soliforum.com/post/96757/#p96757</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[WiFi configuration]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/96751/#p96751" />
			<content type="html"><![CDATA[<p>I finished assembling my Atlas 3D last night, and gave it a try.</p><p>Since my WiFi is encrypted, I had to connect via Ethernet, and that works OK.&nbsp; However I was hoping to find some place in the settings where I could configure my Wireless network settings (access point, WPA, etc)</p><p>How does one do this?&nbsp; </p><p>BTW, I&#039;m Rasberry Pi noob, however I can follow instructions, as long as they don&#039;t require me to install complete SDKs and such.</p><p>@ Hairu526.<br />Is there a place in the settings that this is hidden? Did I miss something?&nbsp; if not, perhaps you could add these WLAN settings in the setup/settings page.</p><br /><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[pirvan]]></name>
				<uri>https://www.soliforum.com/user/1357/</uri>
			</author>
			<updated>2015-05-22T23:06:06Z</updated>
			<id>https://www.soliforum.com/post/96751/#p96751</id>
		</entry>
</feed>
