wusb54gc no connection [rt3070]

arslanb

Vu+ Newbie
I have bought a Linksys WUSB54GC v3 wifi usb stick and i have the latest Black Hole image but i don't see my wifi usb in the menu where you can configure network.

I have did the commando cat /proc/bus/usb/devices and the results are:

T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1737 ProdID=0077 Rev= 1.01
S: Manufacturer=Ralink
S: Product=802.11 g WLAN
S: SerialNumber=1.0
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=450mA
I: If#= 0 Alt= 0 #EPs= 7 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E: Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=04(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=05(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=06(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms


when i do command ifconfig wlan0 up then i get:
ifconfig: SIOCGIFFLAGS: No such device



I hope that somebody can help me to get this work.
 

angelofsky1980

BlackHole Driver Specialist
I have found on the web an interesting article: this says your device is supported by RT3070 driver BUT there is a possibility that is not officially included your device into drivers.
 

bigroma

Vu+ Newbie
I hope that somebody can help me to get this work.

Try
modprobe rt3070sta
and after this run
echo " 1737 0077" > /sys/bus/usb/drivers/rt2870/new_id

and
iwconfig

If iwconfig found wlan0 add
=========
modprobe rt3070sta
echo " 1737 0077" > /sys/bus/usb/drivers/rt2870/new_id
============
for example to /etc/init.d/bootup file

I add this before
echo 19


Sorry for my bad English
 
Top