<?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=6833&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] network manager doesn't see wi-fi connections on fresh install.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6833</link>
		<description><![CDATA[The most recent posts in [SOLVED] network manager doesn't see wi-fi connections on fresh install..]]></description>
		<lastBuildDate>Tue, 10 Sep 2024 21:17:56 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] network manager doesn't see wi-fi connections on fresh install.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52133#p52133</link>
			<description><![CDATA[<p>Instructions for anyone with the same problem:</p><div class="codebox"><pre><code>sudo nano /etc/network/interfaces</code></pre></div><p>Comment your wifi interface:</p><div class="codebox"><pre><code># The primary network interface
allow-hotplug wlp2s0
iface wlp2s0 inet dhcp
       wpa-ssid [your wifi-name]
       wpa-psk  [password]</code></pre></div><p>To become this:</p><div class="codebox"><pre><code># The primary network interface
#allow-hotplug wlp2s0
#iface wlp2s0 inet dhcp
#       wpa-ssid [your wifi-name]
#       wpa-psk  [password]</code></pre></div><p>Then, edit your NetworkManager.conf:</p><div class="codebox"><pre><code>sudo nano /etc/NetworkManager/NetworkManager.conf</code></pre></div><p>And change it like so (below [ifupdown] change managed to `true`)</p><div class="codebox"><pre><code>[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=true</code></pre></div><p>Now everything should work fine after a reboot (at least this was the exact fix I was looking for). Now the `nmtui` shows all the nearby Wi-Fi networks.</p>]]></description>
			<author><![CDATA[dummy@example.com (pearmypie)]]></author>
			<pubDate>Tue, 10 Sep 2024 21:17:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52133#p52133</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] network manager doesn't see wi-fi connections on fresh install.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52132#p52132</link>
			<description><![CDATA[<p>Hello!</p><p>I&#039;m doing a fresh install of Devuan OpenRC (switching from Gentoo). I want a minimal Devuan server install &amp; to use network-manager and nmtui to connect to Wi-Fi (at home and away). I selected my wlan0 interface as default in the installer, and that seems to have hardcoded my home wi-fi&#039;s SSID and passkey directly into /etc/network/interfaces.</p><p>I think the package that manages this is ifupdown, but I am not sure. In Gentoo I simply skipped dhcpcd and directly installed network-manager and everything worked out of the box.</p><p>Can someone please walk me through setting up Devuan OpenRC with network-manager?</p>]]></description>
			<author><![CDATA[dummy@example.com (pearmypie)]]></author>
			<pubDate>Tue, 10 Sep 2024 19:28:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52132#p52132</guid>
		</item>
	</channel>
</rss>
