<?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=2340&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Wireless / wifi driver installation - firmware: failed to load b43]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2340</link>
		<description><![CDATA[The most recent posts in Wireless / wifi driver installation - firmware: failed to load b43.]]></description>
		<lastBuildDate>Wed, 05 Sep 2018 15:48:51 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Wireless / wifi driver installation - firmware: failed to load b43]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11668#p11668</link>
			<description><![CDATA[<p>Thanks for the tip! Done it <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Monti)]]></author>
			<pubDate>Wed, 05 Sep 2018 15:48:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11668#p11668</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wireless / wifi driver installation - firmware: failed to load b43]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11661#p11661</link>
			<description><![CDATA[<p>Glad to hear it!</p><p>I keep the b43-fwcutter executable and the wl_apsta_mimo.o file saved to a place where I can always get to them.&#160; Good to have in the event you need to get wireless working because you dont have access to ethernet.</p>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Tue, 04 Sep 2018 21:16:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11661#p11661</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wireless / wifi driver installation - firmware: failed to load b43]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11660#p11660</link>
			<description><![CDATA[<p>Super! Thanks a lot dxrobertson.</p><p>Worked like a charm <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Monti)]]></author>
			<pubDate>Tue, 04 Sep 2018 21:00:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11660#p11660</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wireless / wifi driver installation - firmware: failed to load b43]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11623#p11623</link>
			<description><![CDATA[<div class="codebox"><pre><code>apt-get install b43-fwcutter</code></pre></div><p>Get:1 <a href="http://deb.devuan.org//merged" rel="nofollow">http://deb.devuan.org//merged</a> ascii/contrib amd64 b43-fwcutter amd64 1:019-3 [30.1 kB]</p><p>Make sure you have contrib in your /etc/apt/sources.list:</p><div class="codebox"><pre><code>deb http://us.deb.devuan.org/merged ascii main non-free contrib
# deb-src http://us.deb.devuan.org/merged ascii main non-free contrib

deb http://us.deb.devuan.org/merged ascii-security main non-free contrib
# deb-src http://us.deb.devuan.org/merged ascii-security main non-free contrib

deb http://us.deb.devuan.org/merged ascii-updates main non-free contrib
# deb-src http://us.deb.devuan.org/merged ascii-updates main non-free contrib</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Sun, 02 Sep 2018 16:23:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11623#p11623</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wireless / wifi driver installation - firmware: failed to load b43]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11622#p11622</link>
			<description><![CDATA[<p>Thank you very much for your reply dxrobertson.</p><p>I get your guide, but I am not able to find any package for b43-fwcutter.....</p>]]></description>
			<author><![CDATA[dummy@example.com (Monti)]]></author>
			<pubDate>Sun, 02 Sep 2018 16:19:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11622#p11622</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wireless / wifi driver installation - firmware: failed to load b43]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11604#p11604</link>
			<description><![CDATA[<p>What has always worked for me on my Broadcom BCM4311 is to use fwcutter and manually extract the firmware from a wl_apsta_mimo.o file into the firmware directory /lib/firmware.&#160; The .bz2 file you reference has wl_apsta_mimo.o in the driver directory.&#160; You can install b43-fwcutter from the repository.</p><p>Do all as root.</p><p>you may have to create directory&#160; /lib/firmware:</p><div class="codebox"><pre><code>mkdir /lib/firmware</code></pre></div><p>apt-get or whatever b43-fwcutter.</p><p>extract&#160; wl_apsta_mimo.o out of your .bz2 file.</p><p>Extract the firmware out of wl_apsta_mimo.o:</p><div class="codebox"><pre><code>b43-fwcutter -w /lib/firmware wl_apsta_mimo.o</code></pre></div><p>Load driver:</p><div class="codebox"><pre><code>modprobe b43</code></pre></div><p>Sometimes I have to reboot before it works.<br />Sometimes I have to install rfkill.<br />The actual b43 driver is what works for me, sometimes I have to blacklist sta driver..</p>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Sat, 01 Sep 2018 15:00:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11604#p11604</guid>
		</item>
		<item>
			<title><![CDATA[Wireless / wifi driver installation - firmware: failed to load b43]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11603#p11603</link>
			<description><![CDATA[<p>Hi!</p><p>After installation of ASCII I get the message:</p><div class="quotebox"><blockquote><div><p>[&#160; &#160; 9.948982] Broadcom 43xx driver loaded [ Features: PNLS ]<br />[&#160; &#160; 9.987172] b43 ssb0:0: firmware: failed to load b43/ucode15.fw (-2)<br />[&#160; &#160; 9.987265] b43 ssb0:0: Direct firmware load for b43/ucode15.fw failed with error -2<br />[&#160; &#160; 9.987292] b43 ssb0:0: firmware: failed to load b43/ucode15.fw (-2)<br />[&#160; &#160; 9.987331] b43 ssb0:0: Direct firmware load for b43/ucode15.fw failed with error -2<br />[&#160; &#160; 9.987351] b43 ssb0:0: firmware: failed to load b43-open/ucode15.fw (-2)<br />[&#160; &#160; 9.987388] b43 ssb0:0: Direct firmware load for b43-open/ucode15.fw failed with error -2<br />[&#160; &#160; 9.987399] b43 ssb0:0: firmware: failed to load b43-open/ucode15.fw (-2)<br />[&#160; &#160; 9.987435] b43 ssb0:0: Direct firmware load for b43-open/ucode15.fw failed with error -2<br />[&#160; &#160; 9.987438] b43-phy0 ERROR: You must go to <a href="http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware" rel="nofollow">http://wireless.kernel.org/en/users/Dri … cefirmware</a> and download the correct firmware for this driver version. Please carefully read all instructions on this website.</p></div></blockquote></div><p>I have been to <a href="http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware" rel="nofollow">http://wireless.kernel.org/en/users/Dri … cefirmware</a> but didn&#039;t find any downloads and otherwise it does not make much sense to me.</p><p>I have downloaded broadcom-wl-4.150.10.5.tar.bz2 from <a href="https://sources.openwrt.org/broadcom-wl-4.150.10.5.tar.bz2" rel="nofollow">https://sources.openwrt.org/broadcom-wl … .5.tar.bz2</a> though. The chip is a Broadcom BCM4312 and it is supported.</p><p>I have tried to find a installation guide which makes sense, but I have not been lucky in doing so.</p><p>Could someone please help me out with the installation?</p><p>Thanks,<br />Monti</p>]]></description>
			<author><![CDATA[dummy@example.com (Monti)]]></author>
			<pubDate>Sat, 01 Sep 2018 14:12:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11603#p11603</guid>
		</item>
	</channel>
</rss>
