Comment 246 for bug 496093

Revision history for this message
sokai (sokai) wrote :

Hi there,

I also have the problems like Mass-Yas wrote in #227 - can't connect after "wlan0: direct probe to 00:1a:2a:41:13:fc (try 1)", "wlan0: direct probe to 00:1a:2a:41:13:fc (try 2)", "wlan0: direct probe to 00:1a:2a:41:13:fc (try 3)" and "wlan0: direct probe to 00:1a:2a:41:13:fc timed out".

Hardware: ASUS eeePC 1000

$ lspci -vnn | grep RaLink
01:00.0 Network controller [0280]: RaLink RT2860 [1814:0781]
        Subsystem: RaLink Device [1814:2790]

$ uname -a
Linux axolotl 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:22:14 UTC 2010 i686 GNU/Linux

$ dpkg -l |grep backport
ii linux-backports-modules-wireless-2.6.32-24-generic 2.6.32-24.17 compat-wireless Linux modules for version 2.
ii linux-backports-modules-wireless-lucid-generic 2.6.32.24.25 Backported wireless drivers for generic kern

$ modinfo rt2860sta
filename: /lib/modules/2.6.32-24-generic/updates/staging/rt2860sta.ko
version: 2.1.0.0
alias: rt3090sta
license: GPL
description: RT2860/RT3090 Wireless Lan Linux Driver
author: Jett Chen <email address hidden>
firmware: rt3090.bin
firmware: rt2860.bin
srcversion: F46A8C05E7D08B926C958B2
[snip]
vermagic: 2.6.32-24-generic SMP mod_unload modversions 586
parm: mac:rt28xx: wireless mac addr (charp)

$ lsmod |grep rt2
rt2860sta 498817 0
rt2800pci 8495 0
rt2800lib 23668 1 rt2800pci
rt2x00usb 9694 1 rt2800lib
rt2x00pci 5921 1 rt2800pci
rt2x00lib 26858 4 rt2800pci,rt2800lib,rt2x00usb,rt2x00pci
crc_ccitt 1339 2 rt2860sta,rt2800pci
led_class 2864 1 rt2x00lib
mac80211 225171 3 rt2x00usb,rt2x00pci,rt2x00lib
cfg80211 144682 2 rt2x00lib,mac80211
compat_firmware_class 6554 1 rt2x00lib
eeprom_93cx6 1333 1 rt2800pci

$ iwlist wlan0 scan
wlan0 Scan completed :
          Cell 01 - Address: 00:1A:2A:41:13:FC
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=70/70 Signal level=27 dBm
                    Encryption key:on
                    ESSID:"xyz.abc"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                              11 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
[snip]
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
[snip]

Please give me/us a solution for this _annoying_ bug!

Hint(?):
At first I booted up normaly and installed the backport modules. After that and _without_ rebooting I _could_ connect to the net listed above (WPA+TKIP). After teh reboot I got the messages like Mass-Yas...