[How-To] Alternatives of Samsung WiFi Link Stick

This forum is for information related with B series hardware instead of firmware/software.
Locked

arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Alternatives of Samsung WiFi Link Stick

Post 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
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Alternatives of Samsung WiFi Link Stick

Post 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.
Last edited by arris69 on Sat Dec 04, 2010 5:03 pm, edited 2 times in total.
Reason: typo
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: Alternatives of Samsung WiFi Link Stick

Post 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

Locked

Return to “[B] Hardware”