<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3404&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Raspberry Pi Zero W - Wireless Networking]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3404</link>
		<description><![CDATA[The most recent posts in Raspberry Pi Zero W - Wireless Networking.]]></description>
		<lastBuildDate>Sun, 12 Apr 2020 17:39:59 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Raspberry Pi Zero W - Wireless Networking]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21084#p21084</link>
			<description><![CDATA[<div class="quotebox"><cite>arilogue wrote:</cite><blockquote><div><p>Sorry but i couldn&#039;t try suggestions of you and fm81 because i was too busy and still i am.<br />I think in a few days i will try them.<br />Thanks for now : )</p></div></blockquote></div><p>No problem arilogue<br />you welcome..</p><p>When you can <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Sun, 12 Apr 2020 17:39:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21084#p21084</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi Zero W - Wireless Networking]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21063#p21063</link>
			<description><![CDATA[<p>Sorry but i couldn&#039;t try suggestions of you and fm81 because i was too busy and still i am.<br />I think in a few days i will try them.<br />Thanks for now : )</p>]]></description>
			<author><![CDATA[dummy@example.com (arilogue)]]></author>
			<pubDate>Sat, 11 Apr 2020 15:14:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21063#p21063</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi Zero W - Wireless Networking]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=21055#p21055</link>
			<description><![CDATA[<p>hello arilogue,<br />Does you solved your problem?</p><p>The driver for what I could see, times out <img src="http://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /><br />brcmfmac lines of dmesg ..</p><p>Does you experimented with other image?</p><p>best regards,</p>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Fri, 10 Apr 2020 03:20:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=21055#p21055</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi Zero W - Wireless Networking]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20865#p20865</link>
			<description><![CDATA[<div class="quotebox"><cite>arilogue wrote:</cite><blockquote><div><p>Hi tuxd3v,</p><p>ip link show is <a href="https://i.imgur.com/TULJRJy.jpg" rel="nofollow">here</a></p><p>dmesg is <a href="https://i.imgur.com/gLBU43y.jpg" rel="nofollow">here</a></p><p>dmesg was too quick and there was a lot of things. And i recorded with my phone as much as possible and it&#039;s <a href="https://youtu.be/ia8PjYOZ5Xw" rel="nofollow">here</a></p><p>At last the link that you sent is too complicated for me. Sorry about that : /</p><p>Best regards</p></div></blockquote></div><p>Hello arilogue,<br />The link for download the image is in the page, or <a href="https://cld.pt/dl/download/d110a075-6116-41cd-89b4-2a4b3b2666ea/devuan-ascii-rpi-armel-0.3-beta.img.xz?download=true" rel="nofollow">here</a>, its a recent image with beowulf..</p><p>Its a description of it in <a href="https://dev1galaxy.org/viewtopic.php?id=3183" rel="nofollow">this thread</a>.</p><p>You don&#039;t have indeed wlan0.. <img src="http://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /><br />The Wireless device is BCM4343x WiFi..</p><p>The dmesg, would be better to post it in a service like <a href="https://paste2.org/" rel="nofollow">https://paste2.org/</a><br />its better to analyze <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Tue, 31 Mar 2020 18:11:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20865#p20865</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi Zero W - Wireless Networking]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20854#p20854</link>
			<description><![CDATA[<p>First unpack it. You&#039;ll get a file like <strong>2020-02-13-raspbian-buster-lite.img</strong> (name may differ, if it is an older version)<br />Then login as ROOT, another linux machine is needed!<br />Find out, which is the next free loopdevice:</p><div class="codebox"><pre><code>losetup -f</code></pre></div><p>You&#039;ll get an answer like <strong>/dev/loop2</strong> (number at the end may differ again)<br />Now mount the second partition of the Raspbian-file</p><div class="codebox"><pre><code>losetup -P /dev/loop2 /path/to/somewhere/2020-02-13-raspbian-buster-lite.img
mount /dev/loop2p2 /mnt/any_mountpoint_name</code></pre></div><p>You may now look inside the image, you&#039;ll found the whole system in <strong>/mnt/any_mountpoint_name</strong>. (<strong>/boot</strong> is the first partition, but we do not need this here) You can now copy everything you want from the Raspbian-root-partition without the need of a extra SD-card.<br />Don&#039;t forget after all to do:</p><div class="codebox"><pre><code>umount /mnt/any_mountpoint_name
losetup -d /dev/loop2</code></pre></div><p>Greetings, FM_81</p>]]></description>
			<author><![CDATA[dummy@example.com (FM81)]]></author>
			<pubDate>Tue, 31 Mar 2020 15:23:34 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20854#p20854</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi Zero W - Wireless Networking]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20849#p20849</link>
			<description><![CDATA[<div class="quotebox"><cite>FM81 wrote:</cite><blockquote><div><p>You need</p><div class="codebox"><pre><code>/lib/firmware/brcm/*</code></pre></div><p>from the original raspbian, without the firmware you have no interface <strong>wlan0</strong><br />May be, not all the files from this folder are really needed, but I haven&#039;t tested this in detail.</p><p>Best Regards, FM_81</p></div></blockquote></div><p>Hi FM_81,</p><p>I downloaded Raspbian lite and i couldn&#039;t extract the files from inside so I couldn&#039;t do this.</p>]]></description>
			<author><![CDATA[dummy@example.com (arilogue)]]></author>
			<pubDate>Tue, 31 Mar 2020 14:52:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20849#p20849</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi Zero W - Wireless Networking]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20848#p20848</link>
			<description><![CDATA[<div class="quotebox"><cite>tuxd3v wrote:</cite><blockquote><div><div class="quotebox"><cite>arilogue wrote:</cite><blockquote><div><p>Hi,<br />I downloaded devuan_ascii_2.0.0_armel_raspi1.img.xz image for my r-pi zero w.<br />I downloaded raspberry pi imager and wrote it to sd card.<br />I booted it but i couldn&#039;t connect it to wifi.<br />What can i do for this situation?<br />I&#039;m a little bit moderate than a newbie for linux &amp; my English is not well.<br />Sorry for both of them.<br />Thanks from now for your replies : )</p></div></blockquote></div><p>Hello arilogue,</p><p>Can you output the result of:<br /><span class="bbc">ip link show</span></p><p>and also output of:<br /><span class="bbc">dmesg</span></p><p>In any case just give a try <a href="https://dev1galaxy.org/viewtopic.php?id=3183" rel="nofollow">here</a></p><p>Best Regards,<br />tux</p></div></blockquote></div><p>Hi tuxd3v,</p><p>ip link show is <a href="https://i.imgur.com/TULJRJy.jpg" rel="nofollow">here</a></p><p>dmesg is <a href="https://i.imgur.com/gLBU43y.jpg" rel="nofollow">here</a></p><p>dmesg was too quick and there was a lot of things. And i recorded with my phone as much as possible and it&#039;s <a href="https://youtu.be/ia8PjYOZ5Xw" rel="nofollow">here</a></p><p>At last the link that you sent is too complicated for me. Sorry about that : /</p><p>Best regards</p>]]></description>
			<author><![CDATA[dummy@example.com (arilogue)]]></author>
			<pubDate>Tue, 31 Mar 2020 14:48:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20848#p20848</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi Zero W - Wireless Networking]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20841#p20841</link>
			<description><![CDATA[<p>You need</p><div class="codebox"><pre><code>/lib/firmware/brcm/*</code></pre></div><p>from the original raspbian, without the firmware you have no interface <strong>wlan0</strong><br />May be, not all the files from this folder are really needed, but I haven&#039;t tested this in detail.</p><p>Best Regards, FM_81</p>]]></description>
			<author><![CDATA[dummy@example.com (FM81)]]></author>
			<pubDate>Tue, 31 Mar 2020 08:03:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20841#p20841</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi Zero W - Wireless Networking]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20839#p20839</link>
			<description><![CDATA[<div class="quotebox"><cite>arilogue wrote:</cite><blockquote><div><p>Hi,<br />I downloaded devuan_ascii_2.0.0_armel_raspi1.img.xz image for my r-pi zero w.<br />I downloaded raspberry pi imager and wrote it to sd card.<br />I booted it but i couldn&#039;t connect it to wifi.<br />What can i do for this situation?<br />I&#039;m a little bit moderate than a newbie for linux &amp; my English is not well.<br />Sorry for both of them.<br />Thanks from now for your replies : )</p></div></blockquote></div><p>Hello arilogue,</p><p>Can you output the result of:<br /><span class="bbc">ip link show</span></p><p>and also output of:<br /><span class="bbc">dmesg</span></p><p>In any case just give a try <a href="https://dev1galaxy.org/viewtopic.php?id=3183" rel="nofollow">here</a></p><p>Best Regards,<br />tux</p>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Tue, 31 Mar 2020 04:34:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20839#p20839</guid>
		</item>
		<item>
			<title><![CDATA[Raspberry Pi Zero W - Wireless Networking]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20811#p20811</link>
			<description><![CDATA[<p>Hi,<br />I downloaded devuan_ascii_2.0.0_armel_raspi1.img.xz image for my r-pi zero w.<br />I downloaded raspberry pi imager and wrote it to sd card.<br />I booted it but i couldn&#039;t connect it to wifi.<br />What can i do for this situation?<br />I&#039;m a little bit moderate than a newbie for linux &amp; my English is not well.<br />Sorry for both of them.<br />Thanks from now for your replies : )</p>]]></description>
			<author><![CDATA[dummy@example.com (arilogue)]]></author>
			<pubDate>Sun, 29 Mar 2020 23:19:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20811#p20811</guid>
		</item>
	</channel>
</rss>
