<?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>Wasney&#039;s Blog &#187; internet</title>
	<atom:link href="http://www.w45n3y.com/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.w45n3y.com</link>
	<description>&#124; live &#124; die &#124; post &#124; enjoy &#124;</description>
	<lastBuildDate>Mon, 23 Jan 2012 04:20:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>BCM43XX &#8211; Ubuntu Hardy Heron 8.10</title>
		<link>http://www.w45n3y.com/bcm43xx-ubuntu-hardy-heron-810/</link>
		<comments>http://www.w45n3y.com/bcm43xx-ubuntu-hardy-heron-810/#comments</comments>
		<pubDate>Thu, 15 May 2008 03:14:02 +0000</pubDate>
		<dc:creator>Wasney</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[8.10]]></category>
		<category><![CDATA[b43]]></category>
		<category><![CDATA[b43-fwcutter-01]]></category>
		<category><![CDATA[BCM43]]></category>
		<category><![CDATA[BCM43XX]]></category>
		<category><![CDATA[fwcutter]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[Heron]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://wasney.gzevolution.net/?p=94</guid>
		<description><![CDATA[The following couple steps allowed me to get my BSM43XX wireless internet card to work in my Presrio V5000 laptop, running Ubuntu Hardy Heron 8.10. I found the steps at the Ubuntu Forums. Do the steps one line at a time. sudo apt-get install build-essential wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2 tar xjf b43-fwcutter-011.tar.bz2 cd b43-fwcutter-011 make cd export [...]]]></description>
			<content:encoded><![CDATA[<p>The following couple steps allowed me to get my BSM43XX wireless internet card to work in my Presrio V5000 laptop, running Ubuntu Hardy Heron 8.10. I found the steps at the <a href="http://ubuntuforums.org/index.php" target="_blank">Ubuntu Forums</a>.</p>
<p><span id="more-94"></span></p>
<p>Do the steps <strong>one line</strong> at a time.</p>
<blockquote><p>sudo apt-get install build-essential</p>
<p>wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2</p>
<p>tar xjf b43-fwcutter-011.tar.bz2</p>
<p>cd b43-fwcutter-011</p>
<p>make</p>
<p>cd</p>
<p>export FIRMWARE_INSTALL_DIR=”/lib/firmware”</p>
<p>wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2</p>
<p>tar xjf broadcom-wl-4.80.53.0.tar.bz2</p>
<p>cd broadcom-wl-4.80.53.0/kmod</p>
<p>sudo  			 				../../b43-fwcutter-011/b43-fwcutter -w /lib/firmware wl_apsta.o</p>
</blockquote>
<p>Then restart your computer, and it should work fine. You might have to put in your wireless network password.</p>
<p>via <a href="http://ubuntuforums.org/showthread.php?t=738216" target="_blank">Ubuntu Forums</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.w45n3y.com/bcm43xx-ubuntu-hardy-heron-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 7.10 Wifi on Presario V5000</title>
		<link>http://www.w45n3y.com/ubuntu-710-wifi-on-presario-v5000/</link>
		<comments>http://www.w45n3y.com/ubuntu-710-wifi-on-presario-v5000/#comments</comments>
		<pubDate>Fri, 09 May 2008 16:39:00 +0000</pubDate>
		<dc:creator>Wasney</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[7.10]]></category>
		<category><![CDATA[BCM43]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://wasney.gzevolution.net/?p=88</guid>
		<description><![CDATA[This is a guide to get wireless Internet working with Ubuntu 7.10 on a Compaq Presario V5000 laptop. I did not figure all of this out myself, but gathered and found it through a few sources. Its exactly what I did on my laptop. Guides I found gave more info then I needed, and this [...]]]></description>
			<content:encoded><![CDATA[<p>This is a guide to get wireless Internet working with Ubuntu 7.10 on a Compaq Presario V5000 laptop. I did not figure all of this out myself, but gathered and found it through a few sources. Its <em>exactly</em> what I did on my laptop. Guides I found gave more info then I needed, and this should help out people with a Compaq Presario v5000.<span id="more-88"></span></p>
<p>Step 1: All BCM43xx &#8211; Install NDISWrapper and Blacklist Native Driver</p>
<p><code>echo 'blacklist bcm43xx' | sudo tee -a /etc/modprobe.d/blacklist<br />
sudo apt-get install ndiswrapper-utils-1.9<br />
mkdir ~/bcm43xx; cd ~/bcm43xx</code></p>
<p>Step 2: Download and Extract Drivers</p>
<p><code>sudo apt-get install cabextract<br />
wget ftp://ftp.compaq.com/pub/softpaq/sp34001-34500/sp34152.exe<br />
cabextract sp34152.exe</code></p>
<p>Step 3: All BCM43xx &#8211; Configure NDISWrapper (and WPA Supplicant)</p>
<p><code>sudo ndiswrapper -i bcmwl5.inf<br />
ndiswrapper -l<br />
sudo depmod -a<br />
sudo modprobe ndiswrapper<br />
sudo cp /etc/network/interfaces /etc/network/interfaces.orig<br />
echo -e 'auto lo\niface lo inet loopback\n' | sudo tee /etc/network/interfaces<br />
sudo ndiswrapper -m<br />
echo 'ndiswrapper' | sudo tee -a /etc/modules<br />
echo 'ENABLED=0' | sudo tee -a /etc/default/wpasupplicant</code></p>
<p>Step 4: REBOOT</p>
<p>After your laptop is all booted up you should now be able to find wireless networks in Ubuntu 7.10, and connect to them.</p>
<p>If you would like, you can now cleanup unneeded files:</p>
<p><code>rm -Rf ~/bcm43xx</code></p>
<p>via <a href="https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Feisty_No-Fluff#head-b0e306f00ab3b4adea24f483a5dd5bf05fbdaf08" target="_blank">Ubuntu Documentation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.w45n3y.com/ubuntu-710-wifi-on-presario-v5000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

