Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
 

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: using Ralink rt61 WLAN driver< Next Oldest | Next Newest >
daniel_ache Offline





Group: Members
Posts: 4
Joined: Mar. 2007
Posted: Mar. 28 2007,06:09 QUOTE

what I did:

Installed from system:
gcc1.with-libs.dsl and gnu-utils.dsl

from testing
gcc-2.95.dsl

Following steps with root
Code Sample

sudo su


installed kernel-2.4.26 from kernel.org
Code Sample

tar -xvzf kernel-2.4.26.tar.gz -C /usr/src



installed from system
kernelsource.dsl

Downloaded the Ralink driver Version 1.1.0.0 from Ralink:
http://www.ralink.com.tw/Home/Support/Linux.html

Code Sample

cd /home/dsl



Decompressed the file

Code Sample

tar -xvzf  RT61_Linux_Sta_Drv1.1.0.0.tar.gz
cd RT61_Linux_STA_Drv1.1.0.0/Module/


Make a symlink from gcc to cc or edit Makefile, because cc
is not installed. Use gcc instead.

Code Sample

./Configure
make
make install
mkdir /etc/Wireless/RT61STA
cp rt*.bin /etc/Wireless/RT61STA/.
cp rt61sta.dat /etc/Wireless/RT61STA/.
dos2unix /etc/Wireless/RT61STA/rt61sta.dat


edit rt61sta.dat to local requirentments cf. Ralink readme to do so.

Code Sample

vi -b /etc/Wireless/RT61STA/rt61sta.dat


add following lines to /opt/bootlocal.sh
Code Sample

ifconfig ra0 192.168.101.174 up #local ip-address
route add default gw 192.168.101.1 ra0 #Wireless router ip



edit /etc/dhcpc/config
Code Sample

IFACE=ra0


edit /etc/dhcpc/resolv.conf
Code Sample

search
nameserver 192.168.101.1 #Wireless router ip



It should also work with Knoppix 3.4 and manually install compiled driver to DSL.
But I did not test it. I needed the compiler for different other tools.

have fun

Daniel
Back to top
Profile PM 
^thehatsrule^ Offline





Group: Members
Posts: 3275
Joined: July 2006
Posted: Mar. 28 2007,06:14 QUOTE

Quote
installed kernel-2.4.26 from kernel.orgCode Sample

tar -xvzf kernel-2.4.26.tar.gz -C /usr/src




installed from system
kernelsource.dsl
Kernel headers (kernelsource.dsl) should be enough to compile network drivers I should think and downloading the full source should not be required.
Back to top
Profile PM 
1 replies since Mar. 28 2007,06:09 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

 
reply to topic new topic new poll
Quick Reply: using Ralink rt61 WLAN driver

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code