<?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>TopherBLOG &#187; msi_wind</title>
	<atom:link href="http://tphr.me/category/msi_wind/feed/" rel="self" type="application/rss+xml" />
	<link>http://tphr.me</link>
	<description>Nurdery and various other things from the life of a proud husband and father.</description>
	<lastBuildDate>Fri, 23 Jul 2010 18:39:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MSI Wind &#8211; Mac/Ubuntu &#8211; Wireless &#8211; 802.11bgn 1t2r</title>
		<link>http://tphr.me/2009/12/16/msi-wind-mac-wireless-80211bgn-1t2r/</link>
		<comments>http://tphr.me/2009/12/16/msi-wind-mac-wireless-80211bgn-1t2r/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 08:48:16 +0000</pubDate>
		<dc:creator>cmerrill</dc:creator>
				<category><![CDATA[msi_wind]]></category>

		<guid isPermaLink="false">/?p=232</guid>
		<description><![CDATA[My wife so very lovingly gave me the fantastic MSI Wind netbook for christmas. It is awesome! She is a very savvy shopper and got the 6 cell battery, 2GB ram and even an external USB dvd-writer. What a woman! &#8230; <a href="http://tphr.me/2009/12/16/msi-wind-mac-wireless-80211bgn-1t2r/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My wife so very lovingly gave me the fantastic MSI Wind netbook for christmas. It is awesome!</p>
<p>She is a very savvy shopper and got the 6 cell battery, 2GB ram and even an external USB dvd-writer. What a woman!</p>
<p>After reading <a href="http://wiki.msiwind.net/index.php/Triple_Boot_Installation_Guide" target="_blank">triple book install guide at msiwind.net</a> I could not wait to give it a try.</p>
<p>Some christmas money afforded me the <a href="http://www.bestbuy.com/site/olspage.jsp?skuId=9084046&amp;st=&amp;lp=3&amp;type=product&amp;cp=1&amp;id=1218018140920" target="_blank">500GB hard drive</a>. It now multi boots Windows XP, Ubuntu, and Mac OSX. Nothing new there.</p>
<p>I could not get the wireless to work in MAC OSX. I tried all sorts of different drivers but none worked. I ran <a href="http://www.belarc.com/free_download.html" target="_blank">belarc</a> in windows and it showed the wireless card as a <em><strong>802.11bgn 1t2r mini card wireless adapter</strong></em>.</p>
<p>Some googling got me to this driver &#8211; <a href="http://www.ralinktech.com.tw/data/drivers/STA_RT2860%20D-1.1.1.0%20UI-1.6.8.0_2008_12_04.dmg" target="_blank">http://www.ralinktech.com.tw/data/drivers/STA_RT2860%20D-1.1.1.0%20UI-1.6.8.0_2008_12_04.dmg</a>.</p>
<p>It works. I now have the wireless working on MAC OSX.</p>
<p>It just worked. it just did. I am writing this in hopes that others may find it and save them from hours of looking for the proper drivers for their wind.</p>
<p>UPDATE: I also have Ubuntu 8.10. I now my wireless works on all 3 OS&#8217;s</p>
<p>UBUNTU INSTRUCTIONS (<a href="http://www.ubuntu-eee.com/wiki/index.php5?title=Getting_the_network_drivers_working_on_the_901">source</a>):</p>
<p style="padding-left: 30px;">1) Install Ubuntu.</p>
<p style="padding-left: 30px;">2) Download Linux driver from ASUS (card is Atheros(R) AR8121/AR8113 PCI-E): <a class="external free" title="http://support.asus.com/download/download.aspx?product=1&amp;SLanguage=us-en&amp;type=map&amp;model=P5KPL-CM" rel="nofollow" href="http://support.asus.com/download/download.aspx?product=1&amp;SLanguage=us-en&amp;type=map&amp;model=P5KPL-CM">http://support.asus.com/download/download.aspx?product=1&amp;SLanguage=us-en&amp;type=map&amp;model=P5KPL-CM</a> (note: click on &#8220;Drivers&#8221; and find &#8220;Support Linux Drivers&#8221;, which is zip file).</p>
<p style="padding-left: 30px;">3) Unrar them and transfer to USB drive and place in your EEE.</p>
<p style="padding-left: 30px;">4) Cd to the src directory (&lt;usb drive mount&gt;/LinuxDrivers/L1e_Lan/l1e-l2e-linux-v1.0.0.4/src)</p>
<p style="padding-left: 30px;">5) sudo KBUILD_NOPEDANTIC=1 make</p>
<p style="padding-left: 30px;">6) sudo KBUILD_NOPEDANTIC=1 make install</p>
<p style="padding-left: 30px;">7) A file called atl1e.ko is made, that’s your driver. Move to: /lib/modules/2.6.24-16-generic/kernel/drivers/net/atl1e/at1le.ko (If for some reason the atl1e directory isn’t made, just sudo mkdir atl1e, your kernel name may be different)</p>
<p style="padding-left: 30px;">8 ) Move into the directory from step 7 and: sudo insmod ./atl1e.ko</p>
<p style="padding-left: 30px;">That’s it, you should have working wired internet now! If it does work, you&#8217;ll see the Network Icon immediately start to change to two circles, indicating that it is retrieving an IP address from DHCP.</p>
<p style="padding-left: 30px;">If you want to have the module load automatically (and you surely do), run</p>
<p style="padding-left: 30px;">9 ) sudo depmod</p>
<p style="padding-left: 30px;">
<p>UPDATE : 12/16/2009 &#8211; <a href="http://bit.ly/8rWZX8" target="_blank">Mirror for Linux Drivers here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tphr.me/2009/12/16/msi-wind-mac-wireless-80211bgn-1t2r/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
