<?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=3637&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / BCM4312 on a old Acer AO751h]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3637</link>
		<description><![CDATA[The most recent posts in BCM4312 on a old Acer AO751h.]]></description>
		<lastBuildDate>Tue, 21 Jul 2020 07:31:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: BCM4312 on a old Acer AO751h]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23563#p23563</link>
			<description><![CDATA[<div class="quotebox"><cite>Vernon wrote:</cite><blockquote><div><div class="quotebox"><cite>Debuser2018 wrote:</cite><blockquote><div><p>Did you installed b43-fwcutter&#160; firmware-b43-installer packages?</p></div></blockquote></div><p>No. is this a better performance option than the broadcom-sta-dkms package?</p></div></blockquote></div><p>I used a long back. I think, I was using b43-fwcutter.<br /><a href="https://wiki.debian.org/bcm43xx" rel="nofollow">https://wiki.debian.org/bcm43xx</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Debuser2018)]]></author>
			<pubDate>Tue, 21 Jul 2020 07:31:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23563#p23563</guid>
		</item>
		<item>
			<title><![CDATA[Re: BCM4312 on a old Acer AO751h]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23560#p23560</link>
			<description><![CDATA[<div class="quotebox"><cite>Debuser2018 wrote:</cite><blockquote><div><p>Did you installed b43-fwcutter&#160; firmware-b43-installer packages?</p></div></blockquote></div><p>No. is this a better performance option than the broadcom-sta-dkms package?</p>]]></description>
			<author><![CDATA[dummy@example.com (Vernon)]]></author>
			<pubDate>Tue, 21 Jul 2020 01:44:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23560#p23560</guid>
		</item>
		<item>
			<title><![CDATA[Re: BCM4312 on a old Acer AO751h]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23550#p23550</link>
			<description><![CDATA[<div class="quotebox"><cite>Vernon wrote:</cite><blockquote><div><div class="codebox"><pre><code>apt-get install linux-image-$(uname -r|sed &#039;s,[^-]*-[^-]*-,,&#039;) linux-headers-$(uname -r|sed &#039;s,[^-]*-[^-]*-,,&#039;) broadcom-sta-dkms</code></pre></div></div></blockquote></div><p>Easier technique:</p><div class="codebox"><pre><code># apt install module-assistant
# m-a prepare
# apt install broadcom-sta-dkms</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 20 Jul 2020 18:13:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23550#p23550</guid>
		</item>
		<item>
			<title><![CDATA[Re: BCM4312 on a old Acer AO751h]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23543#p23543</link>
			<description><![CDATA[<p>Did you installed b43-fwcutter&#160; firmware-b43-installer packages?</p>]]></description>
			<author><![CDATA[dummy@example.com (Debuser2018)]]></author>
			<pubDate>Sun, 19 Jul 2020 21:41:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23543#p23543</guid>
		</item>
		<item>
			<title><![CDATA[Re: BCM4312 on a old Acer AO751h]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23542#p23542</link>
			<description><![CDATA[<p><strong>Updated 07/23/2020</strong> to account for Devuan Beowulf installation of network manager connman.</p><p>This is what worked for me with my Dell Vostro A90 netbook BCM4312 WiFi and LXQt.</p><p>First, I added&#160; <ins>non-free contrib</ins> to your /etc/apt/sources.list file. My un-commented&#160; parts of my /etc/apt/sources.list file look like</p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged beowulf main non-free contrib
deb-src http://deb.devuan.org/merged beowulf main non-free contrib
deb http://deb.devuan.org/merged beowulf-security main non-free contrib
deb-src http://deb.devuan.org/merged beowulf-security main non-free contrib
deb http://deb.devuan.org/merged beowulf-updates main non-free contrib
deb-src http://deb.devuan.org/merged beowulf-updates main non-free contrib</code></pre></div><p>Then I issued the following commands as root.</p><div class="codebox"><pre><code>apt-get update</code></pre></div><div class="codebox"><pre><code>apt-get install linux-image-$(uname -r|sed &#039;s,[^-]*-[^-]*-,,&#039;) linux-headers-$(uname -r|sed &#039;s,[^-]*-[^-]*-,,&#039;) broadcom-sta-dkms</code></pre></div><p>Reboot. Devuan did not install a graphical WiFi manager I assume because I had no working WiFi during installation. I chose to install wicd by issuing the following command as root.</p><div class="codebox"><pre><code>apt-get install wicd</code></pre></div><p>Since we now have wicd network manager installed, we no loger have need for network manger connman which was installed during installation. Remove it by issuing the following commands as root.</p><div class="codebox"><pre><code>apt-get remove connman
apt-get purge connman</code></pre></div><p>Finally, I commented out the line referencing the <strong>eth0</strong> device in my /etc/network/interfaces files in order stop the boot process from pausing when there is no Ethernet cable connected. My /etc/network/interfaces file now looks like this.</p><div class="codebox"><pre><code># This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
# allow-hotplug eth0
# iface eth0 inet dhcp</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Vernon)]]></author>
			<pubDate>Sun, 19 Jul 2020 19:13:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23542#p23542</guid>
		</item>
		<item>
			<title><![CDATA[Re: BCM4312 on a old Acer AO751h]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23027#p23027</link>
			<description><![CDATA[<p>Hi.</p><p>I think you should take a look at this page:</p><p><a href="https://wiki.debian.org/wl" rel="nofollow">https://wiki.debian.org/wl</a></p><p>I think you will find a solution there.</p><p>Hope this helps.</p>]]></description>
			<author><![CDATA[dummy@example.com (jmarinho)]]></author>
			<pubDate>Fri, 26 Jun 2020 17:08:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23027#p23027</guid>
		</item>
		<item>
			<title><![CDATA[BCM4312 on a old Acer AO751h]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23006#p23006</link>
			<description><![CDATA[<p>Hello Community,</p><p>I installed Devuan on a old Acer Notebook AO751h which has a comes with a old Broadcom module (BCM4312)</p><p>During startup I get the following error message.</p><div class="quotebox"><blockquote><div><p>[&#160; &#160;19.402445] b43-phy0 ERROR: Firmware file &quot;b43/ucode15.fw&quot; not found<br />[&#160; &#160;19.402660] b43-phy0 ERROR: Firmware file &quot;b43-open/ucode15.fw&quot; not found<br />[&#160; &#160;19.402897] 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>How do I please get it work ?</p><p>Do I need enable a special repository like on Debian by adding some special lines to my </p><div class="codebox"><pre><code>sources.list</code></pre></div><p> or do I need to download some kind of archive ?</p><p>Thanks and regards</p>]]></description>
			<author><![CDATA[dummy@example.com (user9898)]]></author>
			<pubDate>Fri, 26 Jun 2020 08:32:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23006#p23006</guid>
		</item>
	</channel>
</rss>
