<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>bcm43xx-fwcutter &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/bcm43xx-fwcutter/</link>
	<description>Feed of posts on WordPress.com tagged "bcm43xx-fwcutter"</description>
	<pubDate>Sun, 29 Nov 2009 21:28:17 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Update: HOW TO: Install Broadcom Wireless in Ubuntu Jaunty]]></title>
<link>http://caytin.wordpress.com/2009/07/24/update-how-to-install-broadcom-wireless-in-ubuntu-jaunty/</link>
<pubDate>Sat, 25 Jul 2009 01:34:59 +0000</pubDate>
<dc:creator>caytin</dc:creator>
<guid>http://caytin.wordpress.com/2009/07/24/update-how-to-install-broadcom-wireless-in-ubuntu-jaunty/</guid>
<description><![CDATA[Messing with a friends computer, Dell Inspiron 5160, I was unable to get the wireless to work using ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Messing with a friends computer, Dell Inspiron 5160, I was unable to get the wireless to work using the previous method listed.  There was ndiswrapper in use, which messed up alot of stuff, and blacklisted alot more.</p>
<p>So Process 2:</p>
<p>1.  Under System &#62; Administration &#62; Synaptic Package Manager, search for ndiswrapper and mark it for complete removal by right clicking the green square beside it.</p>
<p>2.  Go to Place &#62; Computer.  Click Filesystem &#62; etc &#62; modprobe.d.  Here you will check blacklist and blacklist.conf to see if b43 and ssd have been blacklisted.  If they have been, do the following:</p>
<p>Open terminal, type: gksudo gedit /etc/modprobe.d/blacklist</p>
<p>Put a # in front of the line that has b43 or ssd, then do the same for blacklist.conf.</p>
<p>gksudo gedit /etc/modprobe.d/blacklist.conf</p>
<p>3.  If you see a file named ndiswrapper.. in the modprobe.d folder type the following command in terminal:</p>
<p>sudo rm /etc/modprobe.d/ndiswrapper (make sure you type in the full name of the file for ndiswrapper)</p>
<p>That should remove the file from the folder.</p>
<p>4. Enable the driver under System &#62; Administration &#62; Hardware Drivers, as in my previous tutorial.  It will tell you to restart the system before it can be used, do not restart yet.</p>
<p>5.  In terminal type: gksudo gedit /etc/NetworkManager/nm-system-settings.conf</p>
<p>6.  On the line that says managed=false, change false to true, so it reads managed=true.  Save and close the window.</p>
<p>7.  In terminal type: sudo killall nm-system-settings.</p>
<p>8.  Exit out of terminal and all windows, now restart the computer.</p>
<p>9.  On restart enter your bios.  Look for your lan hardware settings.  On the Dell 5160 the wireless settings needed to be changed to Fn+F2/Application and the adapter needed to be turned ON.  Make sure your adapter is ON, if not, then it will not work.</p>
<p>10.  Exit and save settings and boot as normal.  You should be able to connect wirelessly now.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How To: Broadcom Wireless in Ubuntu Jaunty Jackalope]]></title>
<link>http://caytin.wordpress.com/2009/07/21/how-to-broadcom-wireless-in-ubuntu-jaunty-jackalope/</link>
<pubDate>Wed, 22 Jul 2009 03:21:23 +0000</pubDate>
<dc:creator>caytin</dc:creator>
<guid>http://caytin.wordpress.com/2009/07/21/how-to-broadcom-wireless-in-ubuntu-jaunty-jackalope/</guid>
<description><![CDATA[I just posted a how to on getting restricted drivers to be seen in Jaunty, please read that first as]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I just posted a how to on getting restricted drivers to be seen in Jaunty, please read that first as the Broadcom Wireless Driver is a restricted driver.</p>
<p>How to install the driver:</p>
<p>Easy:</p>
<p>1.  Connect your computer to the intenet using the wired LAN connection.  I.E. Plug in you network cable to the computer in question to connect to the intenet.</p>
<p>2.  Go to System &#62; Administration &#62; Hardware Drivers.  Enter your password.</p>
<p>3.  If you see &#8220;Broadcom&#8230;. wireless driver&#8221;, select it and click activate near the bottom of the window.  It should be right above the close button.  It should activate the driver, and the circle next to the &#8220;Broadcom&#8230; wireless driver&#8221; should be green.</p>
<p>4.  Disconnect the wire connect from your computer.  (Unhook the network cable from the computer.)</p>
<p>5.  Right click on the wireless strength bars at the top left of your screen.  If you see a wireless network click on that, enter the passkey if necessary, and that is it.</p>
<p>BUT, if you don&#8217;t see a wireless network available and you know that there is one, we have a few more steps to take.</p>
<p>The Hard Way (If the Easy Way didn&#8217;t work):</p>
<p>1.  Do the steps in the Restricted Driver How To and The Easy Way.</p>
<p>2.  We need to install B43-fwcutter.  To do this we go to System &#62; Administration &#62; Synaptic Package Manager.  Enter your password.</p>
<p>3.  Go to Edit &#62; Search, and search for fwcutter.  You should see b43-fwcutter in the Package window.</p>
<p>4.  Left click the box right before the name.  If it is grey, click mark for installation.  If it is green with a star, click mark for upgrade.  If it is green, do not click anything.</p>
<p>5.  Click Apply at the top of the window if you clicked mark for installation/upgrade.  Then follow the prompts to install/upgrade.  Close out of the Synaptic Package Manager.</p>
<p>6.  Go back to System &#62; Administration &#62; Hardware Drivers.  Enter your password if prompted.  You should now see the &#8220;Broadcom&#8230; wireless driver&#8221;.  Activate it.</p>
<p>7.  Right click the wireless signal strength icon to see if you see a wireless network.  If you do, congratulations you are finished.  If not, lets move on to the terminal.</p>
<p>8.  Open the terminal by going Applications &#62; Accessories &#62; Terminal.</p>
<p>9.  Type in:  <code>sudo modprobe -r b43 b44 ssb wl ,and hit enter.</code></p>
<p>10. Type in:  <code>sudo modprobe ieee80211_crypt_tkip ,and hit enter.</code></p>
<p>11.  Type in:  <code>sudo modprobe wl ,and hit enter.</code></p>
<p>12.  Type in:  <code>sudo modprobe b44  ,and hit enter.</code></p>
<p>13.  Type in:  <code>sudo /etc/init.d/networking restart, and hit enter.</code></p>
<p>14.  Now right click the wireless signal strength icon and you should see a wireless network at this point.  Click on the network shown and connect.</p>
<p>This fix goes away when you restart because the wireless card deactivates itself.  You do not need to re-install the driver again, but you do need to at some code to rc.local file so that it reactivates on start up.</p>
<p>Code to Add to rc.local file:</p>
<p>1.  Go to terminal if you don&#8217;t still have it up and running from activating your wireless card.</p>
<p>2.  Type in:  <code>gksudo gedit/etc/rc.local  or  sudo gedit/etc/rc.local</code></p>
<p>3.  That should open up a text editor with the file rc.local opened.  You should see some blue text with #&#8217;s in front of it and an exit 0.  You are going to add the following code to the file right before the &#8220;exit 0&#8243; at the end.</p>
<p>#Activate Broadcom Wireless Card</p>
<p><code>modprobe -r b43 b44 ssb wl<br />
modprobe ieee80211_crypt_tkip<br />
modprobe wl<br />
modprobe b44<br />
/etc/init.d/networking restart</code></p>
<p>Look familiar?  It should, it is the commands you just entered to activate it by hand in the terminal.  This file runs at start-up and will run the commands for you right after Ubuntu has finished loading.</p>
<p>4.  Click save and exit out of the program.</p>
<p>5.  Type exit in the terminal and hit enter.  This will exit out of the terminal.</p>
<p>Notes:</p>
<p>Sometimes it takes a few seconds to a minute for the rc.local file to run the commands, be patient.</p>
<p>If the Network Manager asks you for a passphrase after you entered the network&#8217;s passkey, make it easy on yourself, put the same password for that as your user login.</p>
<p>The info pages I got the basic information from are located at:</p>
<p>http://tenthblog.com/ubuntu/ubuntu-how-to-enable-your-wireless-card-dell-broadcom-bcm4311/</p>
<p>http://ubuntuforums.org/showthread.php?p=1071920&#38;mode=linear</p>
<p>They are both for older versions and bcm43xx-fwcutter has been renamed to b43-fwcutter, hence why I made a new tutorial.</p>
<p>Hope this helps!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Connecting to the Internet on Gutsy]]></title>
<link>http://twodayslate.wordpress.com/2007/12/24/connecting-to-the-internet-on-gutsy/</link>
<pubDate>Mon, 24 Dec 2007 19:18:28 +0000</pubDate>
<dc:creator>://</dc:creator>
<guid>http://twodayslate.wordpress.com/2007/12/24/connecting-to-the-internet-on-gutsy/</guid>
<description><![CDATA[This little guide will tell you how to enable the firmware for Broadcom 43xx chipsets when you get t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This little guide will tell you how to  enable the firmware for Broadcom 43xx chipsets when you get the following error message in Ubuntu Gutsy 7.10.</p>
<blockquote><p>The software source for the package bcm43xx-fwcutter is not enabled.</p></blockquote>
<p>In order to do this you will need to have a computer with internet. If you don&#8217;t have a computer with internet go to your local library and put the files on a flash drive. If you are lucky enough to plug your computer in via wire do that.</p>
<p>All you have to do is download <a href="http://packages.ubuntu.com/dapper/i386/bcm43xx-fwcutter/download">bcm43xx-fwcutter</a>. It is a deb package so it is a graphical install. Install it. Restart computer.</p>
<p>Download <a href="http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o">bcm43xx</a>(wl_apsta).</p>
<p>Next go to restricted drivers (System -&#62; Administation &#8211; &#62; Restricted Drivers Manager) and  click enable. A diolage box should pop up telling you to specify a location of firmware. Point to bcm43xx(wl_apsta). Restart.</p>
<p>And  there you have it! No command line necessary. Wasn&#8217;t that easy?</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
