<?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=5135&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Wifi problems in chimaera in raspberry pi 4]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5135</link>
		<description><![CDATA[The most recent posts in [SOLVED] Wifi problems in chimaera in raspberry pi 4.]]></description>
		<lastBuildDate>Tue, 19 Jul 2022 12:14:04 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Wifi problems in chimaera in raspberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=36691#p36691</link>
			<description><![CDATA[<p>I think dumping NetworkManager and using /etc/network/interfaces would make more sense on a Raspberry Pi. Or anything else for that matter.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 19 Jul 2022 12:14:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=36691#p36691</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Wifi problems in chimaera in raspberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=36683#p36683</link>
			<description><![CDATA[<p>I found it, thanks for the advice. Yes, I just commented the lines about wifi in <em>/etc/network/interfaces</em>.</p><p>So I make a small summary about this. I installed chimaera in an ssd via the raspberry pi imager. Follow the instructions to install xfce given in:<br /><a href="https://www.devuan.org/os/documentation/dev1fanboy/en/minimal-xfce-install.html" rel="nofollow">https://www.devuan.org/os/documentation … stall.html</a> (there&#039;s a spanish version <a href="https://www.devuan.org/os/documentation/dev1fanboy/es/minimal-xfce-install.html" rel="nofollow">https://www.devuan.org/os/documentation … stall.html</a>).</p><p>In my case I needed to install xinit too, but everything else is complete.</p><p>After that installed network-manager with some extras to make it more comfortable. And just commented the line before mentioned. And it works.</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (vladomiro)]]></author>
			<pubDate>Tue, 19 Jul 2022 02:00:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=36683#p36683</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Wifi problems in chimaera in raspberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=36681#p36681</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Is wlan0 listed in /etc/network/interfaces? If so then NetworkManager will ignore it.</p></div></blockquote></div><p>Yes, it&#039;s listed in <em>/etc/network/interfaces</em>:</p><div class="codebox"><pre><code>### Wifi
allow-hotplug wlan0
iface wlan0 inet dhcp
	wireless-power off
	#address 10.0.0.10
	#netmask 255.255.255.0
	#gateway 10.0.0.1
	#dns-nameservers 8.8.8.8 8.8.4.4
	wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf</code></pre></div><p><em>wpa_suplicant.conf</em> contents the next lines:</p><div class="codebox"><pre><code>ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
p2p_disabled=1
country=US

network={
	ssid=&quot;ssid_private_network&quot;
	scan_ssid=1
	key_mgmt=WPA-PSK
	psk=&quot;passphrase&quot;
}</code></pre></div><p>Should I comment wlan0 in the <em>/etc/network/interfaces</em>?</p>]]></description>
			<author><![CDATA[dummy@example.com (vladomiro)]]></author>
			<pubDate>Mon, 18 Jul 2022 23:28:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=36681#p36681</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Wifi problems in chimaera in raspberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=36677#p36677</link>
			<description><![CDATA[<p>Is wlan0 listed in /etc/network/interfaces? If so then NetworkManager will ignore it.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 18 Jul 2022 16:11:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=36677#p36677</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Wifi problems in chimaera in raspberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=36675#p36675</link>
			<description><![CDATA[<p>I had to reinstall devuan chimaera in a ssd for my raspberry pi 4. Now I&#039;m not able to see wifi connections.</p><p>I installed wicd, in the wireless section it says something like &quot;the device is not ready&quot; (translation, it&#039;s in spanish). Trying with <em>nmcli dev</em> it says:</p><div class="codebox"><pre><code>DEVICE  TYPE      STATE          CONNECTION      
eth0    ethernet  connected      Ifupdown (eth0) 
wlan0   wifi         unavailable  --  </code></pre></div><p>With [iw]iw[/iw] sometimes I even see the SSID of the nearest wifi connections available, some other times it says </p><div class="codebox"><pre><code>command failed: Device or resource busy (-16)</code></pre></div><p>.</p><p>I&#039;ve tried changing the configuration in wpa_suplicant configuration, but there is no difference.</p><p>Does anyone had have this same problem? When I installed on a sd card didn&#039;t have this trouble.</p>]]></description>
			<author><![CDATA[dummy@example.com (vladomiro)]]></author>
			<pubDate>Sun, 17 Jul 2022 22:36:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=36675#p36675</guid>
		</item>
	</channel>
</rss>
