<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rants of a mobile dev &#187; Wifi</title>
	<atom:link href="http://blog.smartcube.co.za/tag/wifi/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartcube.co.za</link>
	<description>Mobile developer ranting about mobile stuff</description>
	<lastBuildDate>Sun, 02 May 2010 20:58:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Broadcom BCM4322 Wireless On Ubuntu Karmic</title>
		<link>http://blog.smartcube.co.za/2010/03/15/broadcom-bcm4322-wireless-on-ubuntu-karmic/</link>
		<comments>http://blog.smartcube.co.za/2010/03/15/broadcom-bcm4322-wireless-on-ubuntu-karmic/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 20:23:21 +0000</pubDate>
		<dc:creator>drubin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Broadcom]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Wifi]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://blog.smartcube.co.za/?p=200</guid>
		<description><![CDATA[I recently tried setting up a Dell Laptop with a Broadcom wireless driver. It was the only thing that wasn&#8217;t auto detected and setup correctly. Which got me a bit worried. drubin@ubuntu:~$ lspci &#124; grep -i net 0e:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller (rev 01) One of the first hits in [...]]]></description>
			<content:encoded><![CDATA[<p>I recently tried setting up a Dell Laptop with a <a href="http://www.broadcom.com">Broadcom</a> wireless driver. It was the only thing that wasn&#8217;t auto detected and setup correctly. Which got me a bit worried.</p>
<blockquote><p>drubin@ubuntu:~$ lspci | grep -i net<br />
0e:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller (rev 01)
</p></blockquote>
<p>One of the first hits in Google was from <a href="http://dimitar.me/broadcom-wireless-chipset-bcm4311-bcm4312-bcm4321-and-bcm4322-on-ubuntu-karmic/">Dimitar</a> while this blog post has nice detailed instructions. It seems to miss points that make Linux so amazing the first being package management and on this point being able to upgrade your kernel. I found that blog post to be very informative and detailed but the part that made me question things was </p>
<blockquote><p>Then click on the “Status” button and select “Installed”. Then search for “linux-”. Select all packages that start with “linux-” and then Package -> Lock Version.</p></blockquote>
<p>What so I wouldn&#8217;t be able to do kernel updates? That wasn&#8217;t going to do at all. So I did what any good Floss user would do and read the <a href="http://www.broadcom.com/docs/linux_sta/README.txt">read me</a> from the BroadCom <a href="http://www.broadcom.com/support/802.11/linux_sta.php">driver page</a>
</p>
<blockquote><p>
PRECOMPILED DRIVER<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Some distros (Ubuntu and Fedora at the least) already have a version of<br />
this driver in their repositories precompiled, tested and ready to go.<br />
You just use the package manager to install the proper package.  If<br />
its available for your distro, this is usually an easier solution. See<br />
the end of this document for further discussion.
</p></blockquote>
<p>This is something I haven&#8217;t seen that often official drivers pointing you to the Distro maintained versions. Linux has come along way in recent years.  Any how for all those that happen to stumble here from Google and other places. I just want to mention the easier way to get the drivers working is written in the readme. <img src='http://blog.smartcube.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p>
Ubuntu:<br />
&#8212;&#8212;<br />
Go to System->Administration->Hardware Drivers<br />
Choose the Broadcom STA wireless driver<br />
Activate</p>
<p>Sometimes the driver does not show up in the Hardware Drivers choices.  In<br />
this case, try reintalling the driver from the GUI or shell like this:</p>
<p>From the GUI:<br />
Package Manager (System>Administration>Synaptic Package Manager). Click the<br />
Reload button in the upper left corner of Synaptic to refresh your index then<br />
search for and reinstall the package named bcmwl-kernel-source.</p>
<p>From the shell:<br />
sudo apt-get update<br />
sudo apt-get &#8211;reinstall install bcmwl-kernel-source</p>
<p>In either GUI or text case, after reinstalling, reboot your machine.</p>
<p>Now go back to System->Administration->Hardware Drivers<br />
and you should see the driver enabled and working.</p></blockquote>
<p>I really hope this helps some one from compiling their own driver and having to maintain it between kernel upgrades. Btw I have upgraded my Karmic kernel to the latest 2.6.31.20.33 with it still working.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.smartcube.co.za/2010/03/15/broadcom-bcm4322-wireless-on-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
