Page 13 of 44

Re: Alternatives of Samsung WiFi Link Stick

Posted: Tue Nov 23, 2010 5:22 pm
by arris69
shashk wrote:...

Is rt3070sta.ko compiled from lates sourse RT8070/RT3070/RT3370 USB 08/31/2010 ver 2.4.0.1 ?
from DPO_RT3070_LinuxSTA_V2.3.0.2_20100412.tar.bz2 or DPO_RT3070_LinuxSTA_V2.3.0.4_20100604.tar.bz2

hth
arris

Re: Alternatives of Samsung WiFi Link Stick

Posted: Tue Nov 23, 2010 7:05 pm
by arris69
shashk wrote:
arris69 wrote: ..
Unfortunately I do not have the knowledge and skills for cross-platform compilation.
Can you compile the latest drivers?
I'll try to test them.

Thanks in advance.
you command

Code: Select all

rmmod rt* ; kill all rt* modules
is grabage

Code: Select all

killall -QUIT udhcpc
ifconfig ra11n0 down
rmmod rt73
rmmod rt2870sta
insmod <pathtomodule>/rt3070sta.ko
ifconfig ra0 up
then for unencrypted:

Code: Select all

iwconfig ra0 mode Managed
iwconfig ra0 essid <YOURESSID>
for wep

Code: Select all

iwconfig ra0 key "$WEPKEY"
for wpa

Code: Select all

iwpriv ra0 set AuthMode=WPAPSK
iwpriv ra0 set EncrypType=TKIP
iwpriv ra0 set WPAPSK="<YOURWPAKEY>"
then start udhcp

Code: Select all

udhcpc -i ra0 -t 12 -T 5 -b
for errors look at output of

Code: Select all

dmesg
i guess the latest driver from ralink won't compile for the "old" kernel

hth
arris

ps: there is somewhere a link to iwconfig/iwpriv samples in this thread.

Re: Alternatives of Samsung WiFi Link Stick

Posted: Thu Nov 25, 2010 4:13 pm
by arris69
shashk wrote:Thanks!!!
It works.

...
and here's your bill :roll: :
can you pls. provide exact commands how you unload original driver, load new, ifconfig, iwpriv etc..
and same commands with V2.3.0.2 driver (and pls check dmesg output too) so may we can fix old version too and make init script for automate loading.

thnx
arris