
<?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=HOWTO:_Belkin_wireless_g_usb_network_adapter_F5D7050&amp;feed=atom&amp;action=history</id>
		<title>HOWTO: Belkin wireless g usb network adapter F5D7050 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Belkin_wireless_g_usb_network_adapter_F5D7050&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Belkin_wireless_g_usb_network_adapter_F5D7050&amp;action=history"/>
		<updated>2013-05-23T08:56:36Z</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=HOWTO:_Belkin_wireless_g_usb_network_adapter_F5D7050&amp;diff=10880&amp;oldid=prev</id>
		<title>Fitzcarraldo: Removed reference to an article that no longer exists on the Web. Tidied up a bit. Changed to follow SL Wiki editing guidelines.</title>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Belkin_wireless_g_usb_network_adapter_F5D7050&amp;diff=10880&amp;oldid=prev"/>
				<updated>2011-09-22T01:10:39Z</updated>
		
		<summary type="html">&lt;p&gt;Removed reference to an article that no longer exists on the Web. Tidied up a bit. Changed to follow SL Wiki editing guidelines.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Thought I would offer this brief 'how to' on setting this device up. It comes with a USB Wireless G stick and also a base station that you could use to move the USB stick around. The cable on the base is about 8 - 10 feet long. The stick works with or without the base.&lt;br /&gt;
&lt;br /&gt;
This device is a relatively cheap USB Wireless G pen/stick - you can get them for circa US$40 and mine has a great signal strength sitting 6 rooms away (about 200 feet) from an access point. You can get one from an on-line store even (e.g. http://www.nextdaypc.com/main/products/details.aspx?pid=1912738&amp;amp;rsmainid=ND0011694&amp;amp;).&lt;br /&gt;
&lt;br /&gt;
It can use 2 different modules depending on the FCC ID:&lt;br /&gt;
     K7SF5D7050A - rt2500&lt;br /&gt;
     K7SF5D7050B - rt73&lt;br /&gt;
&lt;br /&gt;
The modules are in Portage. However, I couldn't get it to work with the ones included on the Sabayon Linux 3.2 LiveDVD, 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;
This brief howto covers the rt73 setup.&lt;br /&gt;
&lt;br /&gt;
Download the daily cvs from the above address - rt73-cvs-daily.tar.gz&lt;br /&gt;
&lt;br /&gt;
Extract it: &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;
Remove the ones that are in Portage:&lt;br /&gt;
{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;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;
Remove the leftover modules in your kernel modules directory. Since I am still running 2.6.18-gentoo-4, mine are at:&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;
Change to the directory you extracted the daily cvs:&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;
Make and make install:&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;
Edit the file /etc/modules.d/rt73 and change it to:&lt;br /&gt;
{{Console| &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;
Run modules-update force:&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;
Load the module:&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;
Now, run the command iwconfig and it should show something about rausb0 but it wont have an IP address yet.&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;
create the net.rausb0 by linking it to net.eth0 in the init.d directory:&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;}}&lt;br /&gt;
&lt;br /&gt;
And use default settings. If you need to set ESSID or Encryption, you will need to modify /etc/conf.d/wireless&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When done, you should be able to run iwconfig and show your connected settings:&lt;br /&gt;
{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;# 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;
[http://sabayonlinux.org/forum/viewtopic.php?f=52&amp;amp;t=2862 Forum Discussion]&lt;br /&gt;
&lt;br /&gt;
[[Category:Wireless|Belkin wireless g usb network adapter F5D7050]]&lt;/div&gt;</summary>
		<author><name>Fitzcarraldo</name></author>	</entry>

	</feed>