<?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>Alex Sleat &#187; realtek</title>
	<atom:link href="https://alexsleat.co.uk/tag/realtek/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Wed, 20 Jun 2012 11:02:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Realtek RTL8191S in Ubuntu 10.10</title>
		<link>https://alexsleat.co.uk/2011/02/15/realtek-rtl8191s-in-ubuntu-10-10/</link>
		<comments>https://alexsleat.co.uk/2011/02/15/realtek-rtl8191s-in-ubuntu-10-10/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 22:09:22 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[card]]></category>
		<category><![CDATA[dongle]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[realtek]]></category>
		<category><![CDATA[rtl8191s]]></category>
		<category><![CDATA[rtl819xU]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=12248</guid>
		<description><![CDATA[<br/><p>Errors:</p> $ sudo ifconfig wlan1 up SIOCSIFFLAGS: Resource temporarily unavailable</p> <p>$ dmesg usb rtl819xU:FirmwareDownload92S&#40;&#41;: failed with TCR-Status: a rtl819xU:ERR!!! _rtl8192_up&#40;&#41;: initialization is failed! <p>Solution 1:</p> <p>To get this wifi dongle working I simply had to download the above firmware and place it in /lib/firmware/RTL8192SU/ and then reboot my computer. You should check that location [...]]]></description>
			<content:encoded><![CDATA[<br/><p><strong>Errors:</strong></p>
<div class="dean_ch" style="white-space: wrap;">$ <span class="kw2">sudo</span> ifconfig wlan1 up<br />
SIOCSIFFLAGS: Resource temporarily unavailable</p>
<p>$ <span class="kw2">dmesg</span> usb<br />
rtl819xU:FirmwareDownload92S<span class="br0">&#40;</span><span class="br0">&#41;</span>: failed with TCR-Status: a<br />
rtl819xU:ERR!!! _rtl8192_up<span class="br0">&#40;</span><span class="br0">&#41;</span>: initialization is failed!</div>
<p><strong>Solution 1:</strong></p>
<p>To get this wifi dongle working I simply had to download the above firmware and place it in /lib/firmware/RTL8192SU/ and then reboot my computer. You should check that location before hand and make a backup of anything inside of it if you&#8217;re not sure what you are doing. If it&#8217;s empty you can use the following commands to make the directory and then download the firmware directly.</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">mkdir</span> /lib/firmware/RTL8192SU/<br />
<span class="kw3">cd</span> /lib/firmware/RTL8192SU/<br />
<span class="kw2">sudo</span> <span class="kw2">wget</span> http://svn.debian.org/wsvn/kernel/dists/trunk/firmware-nonfree/realtek/RTL8192SU/rtl8192sfw.bin</div>
<p><strong>Solution 2:</strong></p>
<p>Alternatively download the source and build it:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">wget</span> http://launchpadlibrarian.net/<span class="nu0">33927923</span>/rtl8192se_linux_2<span class="nu0">.6</span><span class="nu0">.0010</span><span class="nu0">.1012</span><span class="nu0">.2009</span>.<span class="kw2">tar</span>.gz<br />
<span class="kw2">tar</span> -zxvf rtl8192se_linux_2<span class="nu0">.6</span><span class="nu0">.0010</span><span class="nu0">.1012</span><span class="nu0">.2009</span>.<span class="kw2">tar</span>.gz<br />
<span class="kw3">cd</span> rtl8192se_linux_2<span class="nu0">.6</span><span class="nu0">.0010</span><span class="nu0">.1012</span><span class="nu0">.2009</span><br />
<span class="kw2">make</span><br />
<span class="kw2">sudo</span> <span class="kw2">make</span> <span class="kw2">install</span></div>
<p><strong>Downloads:</strong><br />
Firmware: http://svn.debian.org/wsvn/kernel/dists/trunk/firmware-nonfree/realtek/RTL8192SU/rtl8192sfw.bin</p>
<p>Source: http://launchpadlibrarian.net/33927923/rtl8192se_linux_2.6.0010.1012.2009.tar.gz</p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/02/15/realtek-rtl8191s-in-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
