<?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>blog.joaomorais.com &#187; Realtek</title>
	<atom:link href="http://blog.joaomorais.com/tag/realtek/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joaomorais.com</link>
	<description>Blog about software development, personal projects and development tools.</description>
	<lastBuildDate>Mon, 10 Apr 2017 02:26:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to setup Asus Eee PC 1201N Wireless Card on Ubuntu 9.10?</title>
		<link>http://blog.joaomorais.com/how-to-setup-asus-eee-pc-1201n-wireless-card-on-ubuntu-9-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-setup-asus-eee-pc-1201n-wireless-card-on-ubuntu-9-10</link>
		<comments>http://blog.joaomorais.com/how-to-setup-asus-eee-pc-1201n-wireless-card-on-ubuntu-9-10/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 23:49:51 +0000</pubDate>
		<dc:creator>João Morais</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[1201N]]></category>
		<category><![CDATA[8171]]></category>
		<category><![CDATA[Asus]]></category>
		<category><![CDATA[Eee]]></category>
		<category><![CDATA[Realtek]]></category>
		<category><![CDATA[rtl8191se]]></category>
		<category><![CDATA[rtl8192se]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.blog.joaomorais.com/?p=731</guid>
		<description><![CDATA[The first thing you need to know it&#8217;s that although the PCI output shows a Realtek 8171 wireless adapter, in reality it is a Realtek RTL8191SE! With this in mind you only need to download this file which was referenced in this thread on post #134 and execute the commands below. Make sure to remove the NDISWrapper driver before [...]]]></description>
				<content:encoded><![CDATA[<h1><img class="alignright  wp-image-737" title="Wireless" src="http://blog.joaomorais.com/wp-content/uploads/wireless.jpg" alt="" width="192" height="191" />The first thing you need to know it&#8217;s that although the PCI output shows a Realtek 8171 wireless adapter, in reality it is a Realtek RTL8191SE!</h1>
<p>With this in mind you only need to download this <a title="rtl8192se driver" href="http://launchpadlibrarian.net/366886...11.2009.tar.gz">file</a> which was referenced in this <a title="Realtek RTL8192SE WLAN Card Fails to work on Medion Akoya E1312 Netbook" href="https://bugs.launchpad.net/ubuntu/+s...6?comments=all">thread</a> on <a title="Realtek RTL8192SE WLAN Card Fails to work on Medion Akoya E1312 Netbook - Post #134" href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/401126/comments/134">post #134</a> and execute the commands below. Make sure to remove the NDISWrapper driver before doing this if you have already installed and set it up.</p>
<p><span id="more-731"></span>After download, unpack driver:</p>
<pre class="brush:shell">$ tar xvf rtl8192se_linux_2.6.0010.1211.2009.tar.gz
$ cd rtl8192se_linux_2.6.0010.1211.2009
$ sudo make</pre>
<p>Then you need to edit two files:</p>
<pre class="brush:shell">$ sed -i 's/install: modules/install:/g' ./ieee80211/Makefile
$ sed -i 's/install: modules/install:/g' ./HAL/rtl8192/Makefile</pre>
<p>Finally install and load:</p>
<pre class="brush:shell">$ sudo make install
$ sudo echo "r8192se_pci" &gt;&gt; /etc/modules
$ sudo modprobe r8192se_pci</pre>
<p>Your wireless should now be working.</p>
<p>Credits go out to <a title="CompMas2 profile at ubuntuforums.org" href="http://ubuntuforums.org/member.php?u=1009073">CompMas2</a> of ubuntuforums.org for the <a title="rtl8192se - Wireless Problems on 1201N" href="http://ubuntuforums.org/showthread.php?t=1394281">quick answer</a> and to <a title="david woo profile at lauchpad.net" href="https://launchpad.net/~wooshwu">david woo</a> of lauchpad.net for making this driver available.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joaomorais.com/how-to-setup-asus-eee-pc-1201n-wireless-card-on-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
