<?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=2599&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / connecting with wireless internet using dhcpcd and wpa_supplicant]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2599</link>
		<description><![CDATA[The most recent posts in connecting with wireless internet using dhcpcd and wpa_supplicant.]]></description>
		<lastBuildDate>Tue, 15 Jan 2019 03:59:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: connecting with wireless internet using dhcpcd and wpa_supplicant]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13710#p13710</link>
			<description><![CDATA[<p>Hello, cynicfm. I don&#039;t use any network manager.&#160; </p><p>To connect to a wireless network that does not require a WiFi password (e.g., my workplace) I use this command:</p><div class="codebox"><pre><code>sudo ifconfig wlan0 up &amp;&amp; sudo iwconfig wlan0 essid WorkSSIDGoesHere &amp;&amp; sudo dhclient</code></pre></div><p>To connect to a wireless network that has a WiFi password (e.g., my home) I use this command:</p><div class="codebox"><pre><code>sudo ifconfig wlan0 up &amp;&amp; sudo wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf -D nl80211 &amp;&amp; sudo dhclient</code></pre></div><p>Where /etc/wpa_supplicant.conf contains this:</p><div class="codebox"><pre><code>network={
    ssid=&quot;HomeSSIDGoesHere&quot;
    psk=&quot;myPasswoRd&quot;
}</code></pre></div><p>I imagine that if NetworkManager or connman is running, it will interfere with the above. Hope that helps.</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Tue, 15 Jan 2019 03:59:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13710#p13710</guid>
		</item>
		<item>
			<title><![CDATA[Re: connecting with wireless internet using dhcpcd and wpa_supplicant]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13709#p13709</link>
			<description><![CDATA[<p>Try KatolaZ&#039; <span class="bbu"><a href="https://git.devuan.org/devuan-packages/setnet" rel="nofollow">setnet</a></span>.&#160; Looks like it&#039;s in <span class="bbu"><a href="https://pkginfo.devuan.org/cgi-bin/d1pkgweb-query?search=setnet&amp;release=any" rel="nofollow">ascii and experimental repos</a></span></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Tue, 15 Jan 2019 00:39:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13709#p13709</guid>
		</item>
		<item>
			<title><![CDATA[connecting with wireless internet using dhcpcd and wpa_supplicant]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13708#p13708</link>
			<description><![CDATA[<p>hey</p><p>i had break with devuan cuz i been on artix for a while. as much as i liked the distro i had issues with internet.<br />however i managed to connect to wireless via terminall without using any networkmanagers and stuff</p><p>while atm i have connman ui setup for connecting wi-fi i really liked the dhcpcd thing<br />but the trouble is on arch linux i was able to create a hook between wpa_supplicant and dhcpcd.<br />i already created a folder in /etc/wpa_supplicant/wpa_supplicant.conf with wifi credentials<br />now i tried to create a hook but there is some folder missing</p><p>is it possible to use dhcpcd for wireless internet so i can delete network managers and stuff, of course i mean here on devuan.<br />i searched for it on searx.me and duckduckgo.com but i had no luck with finding any solution, results were mostly arch related especially arch wiki<br />there was debian wiki too but nothing really specific how to create a folder for a hook</p><p>please help. id like to connect to wireless network via terminal not any gui manager <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>thank you!</p>]]></description>
			<author><![CDATA[dummy@example.com (cynicfm)]]></author>
			<pubDate>Tue, 15 Jan 2019 00:24:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13708#p13708</guid>
		</item>
	</channel>
</rss>
