<?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=5847&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Can't get wifi runing on raspberry pi 4]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5847</link>
		<description><![CDATA[The most recent posts in [SOLVED] Can't get wifi runing on raspberry pi 4.]]></description>
		<lastBuildDate>Wed, 09 Aug 2023 01:00:08 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't get wifi runing on raspberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43276#p43276</link>
			<description><![CDATA[<p>I found that the system had connected to the internet over wifi. I think the only thing I did was edit the wpa_supplicant.conf file with the wifi name and password.</p>]]></description>
			<author><![CDATA[dummy@example.com (fred)]]></author>
			<pubDate>Wed, 09 Aug 2023 01:00:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43276#p43276</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't get wifi runing on raspberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43275#p43275</link>
			<description><![CDATA[<p>The image that I used for the install was this <span class="bbc"><a href="https://arm-files.devuan.org/devuan_chimaera_4.0.0_arm64_rpi4.img.zip" rel="nofollow">https://arm-files.devuan.org/devuan_chi … i4.img.zip</a></span>.</p><p>I don&#039;t know if this is really an install question or is it a post-install configuration.&#160; I feel that if the wifi isn&#039;t working it&#039;s because the install was incomplete.&#160; The irony is that it worked <em>during</em> during the install while the install was running but not when I rebooted into the memory card.</p>]]></description>
			<author><![CDATA[dummy@example.com (fred)]]></author>
			<pubDate>Tue, 08 Aug 2023 23:56:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43275#p43275</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't get wifi runing on raspberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43271#p43271</link>
			<description><![CDATA[<p>Are you aware that there are images specifically for raspberry pi 4 <span class="bbu"><a href="https://arm-files.devuan.org/RaspberryPi%20Latest%20Builds/" rel="nofollow">HERE</a></span>?</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Tue, 08 Aug 2023 20:14:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43271#p43271</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't get wifi runing on raspberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43270#p43270</link>
			<description><![CDATA[<p>Hopefully this will get you a little closer; I&#039;m running Chimaera myself:</p><div class="codebox"><pre><code>$ apt search udhcpc
Sorting... Done
Full Text Search... Done
busybox/stable,now 1:1.30.1-6+b3 amd64 [installed,automatic]
  Tiny utilities for small and embedded systems

udhcpc/stable 1:1.30.1-6+b3 amd64
  Provides the busybox DHCP client implementation
$ apt-cache policy udhcpc
udhcpc:
  Installed: (none)
  Candidate: 1:1.30.1-6+b3
  Version table:
     1:1.30.1-6+b3 500
        500 http://deb.devuan.org/merged chimaera/main amd64 Packages</code></pre></div><p>As soon as I can find out how to discover it, I&#039;ll tell you a location for the .deb.</p><p>HTH</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Tue, 08 Aug 2023 20:14:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43270#p43270</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Can't get wifi runing on raspberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=43269#p43269</link>
			<description><![CDATA[<p>I downloaded <span class="bbc">devuan_chimaera_4.0.0_amd64_desktop.iso</span>, and the networking worked fine during the install, it scanned for wifi networks, prompted me for my username and password, etc, and then downloaded packages and did everything it had to do. But now that it&#039;s been installed to the memory card it won&#039;t connect to the net. I&#039;ve tried the manual configuration &quot;Using ifupdown&quot; in <a href="https://www.devuan.org/os/documentation/install-guides/chimaera/network-configuration" rel="nofollow">https://www.devuan.org/os/documentation … figuration</a>.&#160; But it just doesn&#039;t do anything. If I try <span class="bbc">ip a</span>, it shows me that it&#039;s still down.</p><p>I tried following the AlpineLinux guide <a href="https://wiki.alpinelinux.org/wiki/Wi-Fi" rel="nofollow">https://wiki.alpinelinux.org/wiki/Wi-Fi</a>. If I run wpa_supplicant as described it seems to be fine.&#160; The next step is to try to run <span class="bbc">udhcpc</span>, but it&#039;s not installed. </p><p>I can&#039;t find that package and many others on the installation media, so I tried looking for them online with the intention of installing them with <span class="bbc">dpkg -i</span>. But no luck. I imagine that they must be some place, but i can&#039;t figure out where that I could download them with ftp or a web browser. My other computer is a mac and it can&#039;t run <span class="bbc">apt</span>.</p><p>According to the network-configuration guide for Chimera, another option is to install the <span class="bbc">network-manager</span> package. I can&#039;t install it for the same reason, it&#039;s not on the installation media and can&#039;t find it online.</p><p>Is there someplace where I can download the <span class="bbc">.deb</span> packages for Devuan? I couldn&#039;t find them. All I could find on the ftp servers were .iso and hashes.</p><p>Or is there maybe a script I can run on the system that will set it up?&#160; It worked on the install, so all the items required to connect ought to be there, but haven&#039;t found a way yet.</p>]]></description>
			<author><![CDATA[dummy@example.com (fred)]]></author>
			<pubDate>Tue, 08 Aug 2023 20:04:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=43269#p43269</guid>
		</item>
	</channel>
</rss>
