I bought a wifi dongle very cheaply on ebay from the US (widemac) with the RT5370 chip.
It worked once and the network manager listed my network... But connecting didn't work and from then on, nothing seems to be working any more. An iwlist scan also provides no scan results (with sudo), but everything seems to be configured the right way:
iwconfig:
Code: Select all
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Code: Select all
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 050d:0234 Belkin Components F5U234 USB 2.0 4-Port Hub
Bus 001 Device 005: ID 05a4:9881 Ortek Technology, Inc.
Bus 001 Device 006: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
Bus 001 Device 007: ID 046a:0023 Cherry GmbH CyMotion Master Linux Keyboard
Code: Select all
Module Size Used by
ipv6 232884 18
joydev 8808 0
spidev 3932 0
arc4 1280 2
rt2800usb 12649 0
rt2800lib 55680 1 rt2800usb
crc_ccitt 944 1 rt2800lib
rt2x00usb 7380 1 rt2800usb
rt2x00lib 30980 3 rt2x00usb,rt2800lib,rt2800usb
mac80211 241308 3 rt2x00lib,rt2x00usb,rt2800lib
cfg80211 147928 2 mac80211,rt2x00lib
hid_cherry 1012 0
spi_bcm2708 4088 0
i2c_bcm2708 2820 0
i2c_core 20536 1 i2c_bcm2708
Code: Select all
...
cfg80211: Calling CRDA to update world regulatory domain
usb 1-1.3.2: reset high-speed USB device number 6 using dwc_otg
ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Registered led device: rt2800usb-phy0::radio
Registered led device: rt2800usb-phy0::assoc
Registered led device: rt2800usb-phy0::quality
usbcore: registered new interface driver rt2800usb
cfg80211: World regulatory domain updated:
cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Console: switching to colour dummy device 80x30
NET: Registered protocol family 10
IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
smsc95xx 1-1.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
cheers,
Fanthomas