<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-27645237</id><updated>2011-10-16T19:41:36.945-07:00</updated><title type='text'>fun.ca.tion</title><subtitle type='html'>sorry about the blog name ... was a limitedly quick decisioning effort</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://funcation.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27645237/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://funcation.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>glc</name><uri>http://www.blogger.com/profile/03175176993445785344</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-27645237.post-114693424760615707</id><published>2006-05-06T09:23:00.000-07:00</published><updated>2006-05-06T18:49:44.496-07:00</updated><title type='text'>Linksys WUSB54GC Wireless USB Adapter -- install on Debian 2.6.8 kernel</title><content type='html'>&lt;div class="post-topComment"&gt;Most of this info came from posts on Ralinktech.com forums&lt;/div&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;my base system consisted of a "minimal" debian install from debian-31r1-i386-netinst.iso &lt;/li&gt;&lt;li&gt;apt-get install kernel-source-2.6.8 kernel-headers-2.6.8-2-386 unzip gcc-3.4 gcc make wireless-tools&lt;/li&gt;&lt;p&gt;&lt;li&gt;cd /usr/src&lt;/li&gt;&lt;li&gt;tar -xvjf kernel-source-2.6.8.tar.bz2&lt;/li&gt;&lt;li&gt;mv kernel-source-2.6.8 linux-2.6.8&lt;/li&gt;&lt;li&gt;get linux driver from RaLink web site&lt;/li&gt;&lt;pre&gt;wget http://www.ralinktech.com/drivers/Linux/RT73_Linux_STA_Drv1.0.3.0.tar.gz&lt;/pre&gt;&lt;li&gt;tar -xvzf RT73_Linux_STA_Drv1.0.3.0.tar.gz&lt;/li&gt;&lt;li&gt;cd RT73_Linux_STA_Drv1.0.3.0/Module&lt;/li&gt;&lt;li&gt;cp Makefile.6 Makefile&lt;/li&gt;&lt;li&gt;vi /usr/src/RT73_Linux_STA_Drv1.0.3.0/Module/rtmp_def.h&lt;/li&gt;&lt;pre&gt;... after the #define RTVID3 and RTPID3 lines insert:&lt;br /&gt; &lt;br /&gt;#define RTVID4              0x13b1                 // Linksys WUSB54GC&lt;br /&gt;#define RTPID4              0x0020&lt;br /&gt;&lt;br /&gt;... after the "{USB_DEVICE(RTVID3,RTPID3)}, \" line insert:&lt;br /&gt;&lt;br /&gt; {USB_DEVICE(RTVID4,RTPID4)}, &lt;br /&gt;... save and exit&lt;br /&gt;wq!&lt;/pre&gt;&lt;li&gt;make&lt;/li&gt;&lt;p&gt;&lt;li&gt;cp rt73.ko /lib/modules/2.6.8-2-386/kernel/drivers/net/wireless/&lt;/li&gt;&lt;li&gt;insmod /lib/modules/2.6.8-2-386/kernel/drivers/net/wireless/rt73.ko&lt;/li&gt;&lt;li&gt;depmod -a&lt;/li&gt;&lt;li&gt;modprobe rt73 (should be redundant ?)&lt;/li&gt;&lt;p&gt;&lt;li&gt;vi /etc/modprobe.conf&lt;/li&gt;&lt;pre&gt;alias rausb0 rt73&lt;/pre&gt;&lt;li&gt;vi /etc/network/interfaces&lt;/li&gt;&lt;pre&gt;auto rausb0&lt;br /&gt;iface rausb0 inet static&lt;br /&gt;  address 192.168.0.20&lt;br /&gt;  netmask 255.255.255.0&lt;br /&gt;  gateway 192.168.0.1&lt;br /&gt;  broadcast 192.168.0.255&lt;br /&gt;up sh /etc/network/do_wep &amp;amp;&lt;br /&gt;&lt;/pre&gt;&lt;li&gt;vi vi /etc/network/do_wep&lt;/li&gt;&lt;pre&gt;#!/bin/sh&lt;br /&gt;ifconfig rausb0 up&lt;br /&gt;iwconfig rausb0 essid eeeeeee key restricted xxxxxxx nick nnnnnnn&lt;br /&gt;ifup rausb0&lt;br /&gt;&lt;/pre&gt;&lt;li&gt;chmod 755 /etc/network/do_wep&lt;/li&gt;&lt;li&gt;/etc/init.d/networking restart&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/27645237-114693424760615707?l=funcation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://funcation.blogspot.com/feeds/114693424760615707/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=27645237&amp;postID=114693424760615707' title='200 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/27645237/posts/default/114693424760615707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/27645237/posts/default/114693424760615707'/><link rel='alternate' type='text/html' href='http://funcation.blogspot.com/2006/05/linksys-wusb54gc-wireless-usb-adapter.html' title='Linksys WUSB54GC Wireless USB Adapter -- install on Debian 2.6.8 kernel'/><author><name>glc</name><uri>http://www.blogger.com/profile/03175176993445785344</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>200</thr:total></entry></feed>
