from DPO_RT3070_LinuxSTA_V2.3.0.2_20100412.tar.bz2 or DPO_RT3070_LinuxSTA_V2.3.0.4_20100604.tar.bz2shashk wrote:...
Is rt3070sta.ko compiled from lates sourse RT8070/RT3070/RT3370 USB 08/31/2010 ver 2.4.0.1 ?
hth
arris
from DPO_RT3070_LinuxSTA_V2.3.0.2_20100412.tar.bz2 or DPO_RT3070_LinuxSTA_V2.3.0.4_20100604.tar.bz2shashk wrote:...
Is rt3070sta.ko compiled from lates sourse RT8070/RT3070/RT3370 USB 08/31/2010 ver 2.4.0.1 ?
you commandshashk wrote:Unfortunately I do not have the knowledge and skills for cross-platform compilation.arris69 wrote: ..
Can you compile the latest drivers?
I'll try to test them.
Thanks in advance.
Code: Select all
rmmod rt* ; kill all rt* modules
Code: Select all
killall -QUIT udhcpc
ifconfig ra11n0 down
rmmod rt73
rmmod rt2870sta
insmod <pathtomodule>/rt3070sta.ko
ifconfig ra0 up
Code: Select all
iwconfig ra0 mode Managed
iwconfig ra0 essid <YOURESSID>
Code: Select all
iwconfig ra0 key "$WEPKEY"
Code: Select all
iwpriv ra0 set AuthMode=WPAPSK
iwpriv ra0 set EncrypType=TKIP
iwpriv ra0 set WPAPSK="<YOURWPAKEY>"
Code: Select all
udhcpc -i ra0 -t 12 -T 5 -b
Code: Select all
dmesg
and here's your billshashk wrote:Thanks!!!
It works.
...