<?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=2228&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Raspberry Pi Zero Wifi using ascii (2.0)]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2228</link>
		<description><![CDATA[The most recent posts in [SOLVED] Raspberry Pi Zero Wifi using ascii (2.0).]]></description>
		<lastBuildDate>Thu, 08 Nov 2018 18:39:14 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Raspberry Pi Zero Wifi using ascii (2.0)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12711#p12711</link>
			<description><![CDATA[<p>Are you aware of the `firmware-b43-installer` which is supposed to handle this automatically? Or is this a different chip? See also:</p><p>- <a href="https://pkginfo.devuan.org/stage/ascii/ascii/firmware-b43-installer_019-3.html" rel="nofollow">https://pkginfo.devuan.org/stage/ascii/ … 019-3.html</a><br />- <a href="https://wiki.debian.org/bcm43xx#b43_and_b43legacy" rel="nofollow">https://wiki.debian.org/bcm43xx#b43_and_b43legacy</a></p><p>However, I think the installer requires a net connection to download the blobs.</p>]]></description>
			<author><![CDATA[dummy@example.com (kuleszdl)]]></author>
			<pubDate>Thu, 08 Nov 2018 18:39:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12711#p12711</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Raspberry Pi Zero Wifi using ascii (2.0)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12661#p12661</link>
			<description><![CDATA[<p>I downloaded the files and did install them.</p><p>I only get wlan0 up and set a static IP-Adress,&#160; BUT cant ping/connect to my network like on eth0 <img src="https://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><div class="codebox"><pre><code>root@pi-zero-devuan(192.168.6.125):/# ls -l /lib/firmware/brcm
total 748
-rw-r--r-- 1 root root 388739 Nov  5 20:13 brcmfmac43430-sdio.bin
-rw-r--r-- 1 root root 369577 Nov  5 20:07 brcmfmac43430-sdio.bin_org
-rw-r--r-- 1 root root   1121 Nov  5 20:13 brcmfmac43430-sdio.txt

dmesg:
[    5.763618] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43430-sdio.bin for chip 0x00a9a6(43430) rev 0x000001</code></pre></div><p><strong>[EDIT / SOLVED]</strong></p><p>The <strong>brcmfmac43430-sdio</strong>.* files are from the actual raspbian lite (<strong>/lib/firmware/brcm</strong>) or the link above:<br /><a href="https://github.com/RPi-Distro/firmware-nonfree/tree/master/brcm" rel="nofollow">https://github.com/RPi-Distro/firmware- … aster/brcm</a></p><p>How to get the files the easy way (in the comsole of the devuan-pi):</p><div class="codebox"><pre><code>brcmfmac43430-sdio.bin	Update brcmfmac43430-sdio.bin                         8 months ago
brcmfmac43430-sdio.txt	Improved brcmfmac BT coexistence parameters	3 months ago

cd /lib/firmware/brcm

# backup of the old files (if there)
mv /lib/firmware/brcm/brcmfmac43430-sdio.txt /lib/firmware/brcm/brcmfmac43430-sdio.txt_org
mv /lib/firmware/brcm/brcmfmac43430-sdio.bin /lib/firmware/brcm/brcmfmac43430-sdio.bin_org

# get the new files
wget https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/master/brcm/brcmfmac43430-sdio.txt
wget https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm/brcmfmac43455-sdio.bin</code></pre></div><p>I had in the past used the wpa-command directly in /etc/network/interfaces, but that didnt seem to work nowadays.</p><p>I had to switch to use a /etc/wpa_supplicant/wpa_supplicant.conf (see <a href="https://wiki.debian.org/WiFi/HowToUse" rel="nofollow">https://wiki.debian.org/WiFi/HowToUse</a>)</p><p>I did create the file with:</p><div class="codebox"><pre><code>su -c &quot;wpa_passphrase myssid my_very_secret_passphrase &gt; /etc/wpa_supplicant/wpa_supplicant.conf&quot;</code></pre></div><p>and did configure my wlan0 in /etc/network/interfaces with</p><div class="codebox"><pre><code>auto wlan0
iface wlan0 inet dhcp
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf</code></pre></div><p>or for a static IP (in my network):</p><div class="codebox"><pre><code># wlan0
auto wlan0
iface wlan0 inet static
address 192.168.6.125
netmask 255.255.255.0
gateway 192.168.6.1
# here are my own 2 Pi-Hole DNS servers
dns-nameservers 192.168.6.20 192.168.6.3
# Google DNS
# dns-nameservers 8.8.8.8 8.8.4.4
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (guidol)]]></author>
			<pubDate>Tue, 06 Nov 2018 10:38:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12661#p12661</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Raspberry Pi Zero Wifi using ascii (2.0)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10891#p10891</link>
			<description><![CDATA[<p>Hello all together!</p><p>I&#039;ve downloaded the files, you&#039;ve described (from the same link) today. The checksum of the bin-file still matches, but this one from the txt-file doesn&#039;t? (This makes me a little bit wondering, as they are dated from February 15th?) And of course, if they where copied to the described place, my pi-zero has no WLAN-interface? Some questions remain:</p><p>- Can someone provide a working version of the txt-file?<br />- Is it possible, that something else was going wrong?</p><p>The image I&#039;ve used was <em>devuan_ascii_2.0.0_armel_raspi1.img.xz</em> from the download-zone-site.</p><p>Greetings, FM_81</p>]]></description>
			<author><![CDATA[dummy@example.com (FM81)]]></author>
			<pubDate>Mon, 23 Jul 2018 09:27:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10891#p10891</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Raspberry Pi Zero Wifi using ascii (2.0)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10724#p10724</link>
			<description><![CDATA[<p>After dd&#039;ing the image for the Raspberry Pi Zero onto an uSD card and booting,<br />I discovered that the Wifi driver didn&#039;t work, dmesg showing:</p><div class="codebox"><pre><code>brcmfmac: F1 signature read @0x18000000=0x1541a9a6
brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43430-sdio.bin for chip 0x00a9a6(43430) rev 0x000001
usbcore: registered new interface driver brcmfmac
brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.txt failed with error -2
brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50</code></pre></div><p>I finally tracked it down to the fact that the above mentioned<br />&quot;brcm/brcmfmac43430-sdio.txt&quot; is required, yet absent.</p><p>To have working Wifi do the following (at least it works for me anyway):</p><p>1.&#160; Download both bin and txt files ( brcmfmac43430-sdio.bin,<br />&#160; &#160; brcmfmac43430-sdio.txt ) from:</p><p>&#160; &#160; &#160; &#160; <a href="https://github.com/RPi-Distro/firmware-nonfree/tree/master/brcm" rel="nofollow">https://github.com/RPi-Distro/firmware- … aster/brcm</a></p><p>&#160; &#160; sha256sums:</p><div class="codebox"><pre><code>996b7ef7cbdb8ea3855fa516acb57630ff03a449fd3bb23e84789f2f04b4faf5  brcmfmac43430-sdio.bin
e4ce7ad5ce72406f958ed758539b65d958d1c0eb3e46e3f8e9f02b510d88e0b0  brcmfmac43430-sdio.txt</code></pre></div><p>2. Back up existing /lib/firmware/brcm/brcmfmac43430-sdio.bin</p><p>3. Place 2 downloaded files in /lib/firmware/brcm. Of course this can be done<br />on the SD card itself from another system by mounting the 2nd partition of the<br />uSD.</p><p>If I can track down where this issue originates, I&#039;ll file a bug (I&#039;m guessing<br />Debian proper).</p>]]></description>
			<author><![CDATA[dummy@example.com (krayon)]]></author>
			<pubDate>Sat, 14 Jul 2018 13:40:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10724#p10724</guid>
		</item>
	</channel>
</rss>
