<?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>Niath &#187; toshiba</title>
	<atom:link href="http://tiagoboldt.net/blog/tag/toshiba/feed/" rel="self" type="application/rss+xml" />
	<link>http://tiagoboldt.net/blog</link>
	<description>Rambles on technology</description>
	<lastBuildDate>Thu, 21 Apr 2011 09:01:36 +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>Toshiba L40 + Ndiswrapper + Realtek 8187</title>
		<link>http://tiagoboldt.net/blog/toshiba-l40-ndiswrapper-realtek-8187/</link>
		<comments>http://tiagoboldt.net/blog/toshiba-l40-ndiswrapper-realtek-8187/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 02:30:55 +0000</pubDate>
		<dc:creator>tiagoboldt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[l40]]></category>
		<category><![CDATA[ndiswrapper]]></category>
		<category><![CDATA[realtek 8187]]></category>
		<category><![CDATA[toshiba]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://tiagoboldt.net/blog/toshiba-l40-ndiswrapper-realtek-8187/</guid>
		<description><![CDATA[After more than three hour googling and trying, I&#8217;ve found the right way to get wireless to my brand new Toshiba L40. There was some weird workaround, with a modified driver, but it wasn&#8217;t very clean, and I need WPA support. After all, it all got to this: Download the driver from Realtek site; Install [...]]]></description>
			<content:encoded><![CDATA[<p>After more than three hour googling and trying, I&#8217;ve found the right way to get wireless to my brand new Toshiba L40. There was some weird workaround, with a modified driver, but it wasn&#8217;t very clean, and I need WPA support. After all, it all got to this:</p>
<ul>
<li>Download the driver from <a href="http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&amp;PNid=24&amp;PFid=1&amp;Level=6&amp;Conn=5&amp;DownTypeID=3&amp;GetDown=false&amp;Downloads=true">Realtek site</a>;</li>
<li>Install Ndiswrapper: <em>sudo apt-get install ndiswrapper</em></li>
<li>Extract the archive, enter the Win98 folder and install the driver with:<em> sudo ndiswrapper -i net8187b.inf</em></li>
<li>Get the modules dependencies confirmed:<em> sudo depmod -a</em></li>
<li>Load Ndiswrapper module:<em> sudo modprob ndiswrapper</em></li>
<li>Add Ndiswrapper to auto-load modules list: <em>echo &#8216;ndiswrapper&#8217; | sudo tee -a /etc/modules</em></li>
<li>Get the alias from wlan0 to link to Ndiswrapper: <em>sudo ndiswrapper -m</em></li>
<li>Reboot</li>
<li>Enjoy</li>
</ul>
<p>If this is not enough, it wasn&#8217;t for me, force the driver to load your device, here&#8217;s how I did it:</p>
<p><em>tiagoboldt@Kyu:~/RTL8187B$ lsusb</em></p>
<p>The following was somewhere in the output: <em>Bus 006 Device 002: ID 0bda:8197 Realtek Semiconductor Corp</em>. That <strong>0bda:8197</strong> is the device ID, so, I&#8217;ve forced the application to control it by doing: <em>sudo ndiswrapper -a 0bda:8197 net8187b</em></p>
<p>I&#8217;m now happy and using it without any issues, behind a personal wpa2 secured wireless network!</p>
]]></content:encoded>
			<wfw:commentRss>http://tiagoboldt.net/blog/toshiba-l40-ndiswrapper-realtek-8187/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

