<?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>Electric Shaman</title>
	<atom:link href="http://www.electricshaman.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.electricshaman.com</link>
	<description>Transient nodes of thought careening through a cosmic vapor of invention</description>
	<lastBuildDate>Wed, 22 Jul 2009 18:22:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Edimax EW-7318USg with the RT73 Enhanced Driver</title>
		<link>http://www.electricshaman.com/2009/07/17/edimax-ew-7318usg/</link>
		<comments>http://www.electricshaman.com/2009/07/17/edimax-ew-7318usg/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 05:06:43 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RT73]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.electricshaman.com/wordpress/?p=1</guid>
		<description><![CDATA[After several failed attempts to get my Edimax EW-7318USg wireless USB adapter recognized in Linux using the RT73 enhanced drivers (3.0.3), I finally realized the USB device ID was not listed where it should have been in the file rtmp_def.h with the rest of the RT73-based devices. Edimax must have changed the ID fairly recently [...]]]></description>
			<content:encoded><![CDATA[<p>After several failed attempts to get my <a title="Link on NewEgg" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16833315075" target="_blank">Edimax EW-7318USg</a> wireless USB adapter recognized in Linux using the <a href="http://homepages.tu-darmstadt.de/~p_larbig/wlan/">RT73 enhanced drivers</a> (3.0.3), I finally realized the USB device ID was not listed where it should have been in the file rtmp_def.h with the rest of the RT73-based devices. Edimax must have changed the ID fairly recently because I was hardly able to find anyone who reported having trouble with this device aside from <a href="http://forums.remote-exploit.org/backtrack-3-final/23839-beware-edimax-ew-7318usg.html">one particular forum topic</a> which was of little help.</p>
<p>After updating rtmp_def.h and recompiling the driver, the device was then recognized as expected.  If you are experiencing a similar problem with this adapter, try the following:</p>
<p>Disconnect the adapter and remove the existing kernel module:</p>
<p><code>modprobe -r rt73</code></p>
<p>Add the new device ID to the bottom of rtmp_def.h in the VID/PID area:</p>
<p><code>/* Edimax EW-7318USg */\<br />
{USB_DEVICE(0x7392,0x7318)},\<br />
</code></p>
<p>Recompile and install the driver (as root):</p>
<p><code>make &amp;&amp; make install</code></p>
<p>Add the module back:</p>
<p><code>modprobe rt73</code></p>
<p>After reconnecting the device, the <em>dmesg</em> command should now show the device as being registered by the RT73 driver.  Note that this was <em>after</em> blacklisting the rt73usb and rt2570 drivers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.electricshaman.com/2009/07/17/edimax-ew-7318usg/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
