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
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
for wpa
Code: Select all
iwpriv ra0 set AuthMode=WPAPSK
iwpriv ra0 set EncrypType=TKIP
iwpriv ra0 set WPAPSK="<YOURWPAKEY>"
then start udhcp
for errors look at output of
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

:
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