<?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>HydTech &#187; broadcom</title>
	<atom:link href="http://hydtechblog.com/tag/broadcom/feed/" rel="self" type="application/rss+xml" />
	<link>http://hydtechblog.com</link>
	<description>anotha hyd anotha day</description>
	<lastBuildDate>Sun, 24 Jul 2011 22:38:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to make the Broadcom 4312 Wireless driver work in BackTrack 4 on the Lenovo S10</title>
		<link>http://hydtechblog.com/2009/09/25/how-to-make-the-broadcom-4312-wireless-driver-work-on-the-lenovo-s10/</link>
		<comments>http://hydtechblog.com/2009/09/25/how-to-make-the-broadcom-4312-wireless-driver-work-on-the-lenovo-s10/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 18:10:19 +0000</pubDate>
		<dc:creator>HydTech</dc:creator>
				<category><![CDATA[BackTrack]]></category>
		<category><![CDATA[Lenovo S10]]></category>
		<category><![CDATA[Linux (Ubuntu)]]></category>
		<category><![CDATA[b43]]></category>
		<category><![CDATA[b43legacy]]></category>
		<category><![CDATA[backtrack 4]]></category>
		<category><![CDATA[bc43xx]]></category>
		<category><![CDATA[broadcom]]></category>
		<category><![CDATA[BT4]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://hydtechblog.com/?p=485</guid>
		<description><![CDATA[This guide is adapted from Kazalku&#8217;s guide on remote exploit forums. Thanks Kazalku. Download this driver and transfer it with a USB or boot up into another OS on your multiboot and save it in the BT root folder from here. Untar it: tar -xvzf hybrid-portsrc-x86_32-v5_10_91_9-3.tar.gz makefile: make -C /lib/modules/`uname -r`/build M=`pwd` Insert the modules: [...]]]></description>
			<content:encoded><![CDATA[<p>This guide is adapted from Kazalku&#8217;s guide on remote exploit forums.  Thanks Kazalku.</p>
<p>Download this driver and transfer it with a USB or boot up into another OS on your multiboot and save it in the BT root folder from <a href="http://www.broadcom.com/support/802.11/linux_sta.php">here</a>.</p>
<p>Untar it:<br />
<code><br />
tar -xvzf hybrid-portsrc-x86_32-v5_10_91_9-3.tar.gz</code></p>
<p>makefile:<br />
<code>make -C /lib/modules/`uname -r`/build M=`pwd`</code></p>
<p>Insert the modules:<br />
<code>modprobe ieee80211_crypt_tkip<br />
insmod wl.ko</code></p>
<p>Now you should have the network Claimed.  you can check by:<br />
<code>lshw -C network</code></p>
<p>Bring it up:<br />
<code>ifconfig eth1 up</code></p>
<p>To load the module upon boot:<br />
<code><br />
cp wl.ko /lib/modules/`uname -r`/kernel/net/wireless<br />
depmod -a<br />
modprobe wl</code></p>
<p>Load the module at every startup:<br />
<code>kate /etc/modules</code></p>
<p>add the following and close the text editor:<br />
    ieee80211_crypt_tkip<br />
    wl</p>
<p>Load NetworkManager and Configure KnetworkManager:<br />
Type <code>NetworkManager</code> in a konsole and configure the wireless at the bottom right.</p>
<p>Delete the files you created in the root folder now that you dont need them.</p>
<img src="http://hydtechblog.com/?ak_action=api_record_view&id=485&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hydtechblog.com/2009/09/25/how-to-make-the-broadcom-4312-wireless-driver-work-on-the-lenovo-s10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

