
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.sabayonlinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.sabayonlinux.org/index.php?title=En:HOWTO:_Ralink_RT73_USB_Wireless_Set-up&amp;feed=atom&amp;action=history</id>
		<title>En:HOWTO: Ralink RT73 USB Wireless Set-up - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.sabayonlinux.org/index.php?title=En:HOWTO:_Ralink_RT73_USB_Wireless_Set-up&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=En:HOWTO:_Ralink_RT73_USB_Wireless_Set-up&amp;action=history"/>
		<updated>2013-05-21T10:28:15Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.4</generator>

	<entry>
		<id>http://wiki.sabayonlinux.org/index.php?title=En:HOWTO:_Ralink_RT73_USB_Wireless_Set-up&amp;diff=6499&amp;oldid=prev</id>
		<title>Thev00d00: Outdated Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=En:HOWTO:_Ralink_RT73_USB_Wireless_Set-up&amp;diff=6499&amp;oldid=prev"/>
				<updated>2009-04-02T13:32:28Z</updated>
		
		<summary type="html">&lt;p&gt;Outdated Page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Warning| '''Outdated''' &lt;br /&gt;
&lt;br /&gt;
RT73 Based wifi works out of the box with linux-sabayon-2.6.27+}}&lt;br /&gt;
&lt;br /&gt;
The modules are in portage, however, I couldn't get it to work with the ones included in 3.2 DVD and [[lsmod]] would actually show both the [[rt2500]] and [[rt73]] modules loaded. I tried for about 3 hours to get it to work with the one for my card, which uses the rt73 module.&lt;br /&gt;
&lt;br /&gt;
The modules are also available at http://rt2x00.serialmonkey.com&lt;br /&gt;
&lt;br /&gt;
1. Download the daily [[CVS]] from the above address - rt73-cvs-daily.tar.gz&lt;br /&gt;
&lt;br /&gt;
2. Extract it:&lt;br /&gt;
&lt;br /&gt;
{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;tar xzfvp rt73-cvs-daily.tar.gz&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
3. Remove the ones that are in portage:&lt;br /&gt;
&lt;br /&gt;
{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;&lt;br /&gt;
# emerge -C rt2500&lt;br /&gt;
# emerge -C rt73&lt;br /&gt;
# emerge -C rt73-firmware&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
4. Remove the left over modules in your kernel modules directory, since I am still running 2.6.18-gentoo-4, &lt;br /&gt;
mine are at:&lt;br /&gt;
&lt;br /&gt;
{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;rm /lib/modules/2.6.18-gentoo-r4/net/rt2500.ko&lt;br /&gt;
rm /lib/modules/2.6.18-gentoo-r4/net/rt73.ko&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
5. Change to the directory you extracted the daily cvs:&lt;br /&gt;
&lt;br /&gt;
{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;# cd rt73*/Module&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
6. Make and make install:&lt;br /&gt;
&lt;br /&gt;
{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;# make &amp;amp;&amp;amp; make install&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
7. Edit the file /etc/modules.d/rt73 and change it to:&lt;br /&gt;
&lt;br /&gt;
{{File|/etc/modules.d/rt73| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;#alias usbra? rt73&lt;br /&gt;
    alias ra0 rt73&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
8. Run modules-update force:&lt;br /&gt;
&lt;br /&gt;
{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;# modules-update force&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
9. Load the module:&lt;br /&gt;
&lt;br /&gt;
{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;# modprobe rt73&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
10. Now, run the command [[iwconfig]] and it should show something about rausb0 but it wont have an ip address yet.&lt;br /&gt;
&lt;br /&gt;
{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;# iwconfig&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
11. create the net.rausb0 by linking it to net.eth0 in init.d directory:&lt;br /&gt;
&lt;br /&gt;
{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;# ln -s /etc/init.d/net.eth0 /etc/init.d/net.rausb0&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
12. If you don't need anything special, such as setting ESSID or Encryption, you can go ahead and now run:&lt;br /&gt;
&lt;br /&gt;
{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;# /etc/init.d/net.rausb0 start&amp;lt;/pre&amp;gt;}}  And use default settings. &lt;br /&gt;
&lt;br /&gt;
13.If you need to set [[ESSID]] or Encryption, you will need to modify /etc/conf.d/wireless&lt;br /&gt;
&lt;br /&gt;
14. When done, you should be able to run [[iwconfig]] and show your connected settings:&lt;br /&gt;
&lt;br /&gt;
{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;localhost ~ # iwconfig&lt;br /&gt;
    lo        no wireless extensions.&lt;br /&gt;
&lt;br /&gt;
    eth0      no wireless extensions.&lt;br /&gt;
&lt;br /&gt;
    vmnet1    no wireless extensions.&lt;br /&gt;
&lt;br /&gt;
    vmnet8    no wireless extensions.&lt;br /&gt;
&lt;br /&gt;
    rausb0    RT73 WLAN  ESSID:&amp;quot;tSp&amp;quot;&lt;br /&gt;
              Mode:Managed  Frequency=2.462 GHz  Access Point: 00:06:25:A5:A4:F5&lt;br /&gt;
              Bit Rate=11 Mb/s&lt;br /&gt;
              RTS thr:off   Fragment thr=65534 B&lt;br /&gt;
              Encryption key:off&lt;br /&gt;
              Link Quality=77/100  Signal level:-62 dBm  Noise level:-99 dBm&lt;br /&gt;
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0&lt;br /&gt;
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
--[[User:Thev00d00|Thev00d00]] 20:21, 12 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
http://www.sabayonlinux.org/forum/viewtopic.php?f=52&amp;amp;t=2862&lt;br /&gt;
&lt;br /&gt;
[[Category:Wireless|RT73]]&lt;/div&gt;</summary>
		<author><name>Thev00d00</name></author>	</entry>

	</feed>