The problem I have is making WiFi working on MSI Wind U100 with RaLink 2700E b/g/n card.
During installation of openSUSE 11.1 (via WLAN) the driver RT2860 ver. 1.8.0.0-2.7 was automatically installed.
I can see available networks in KNetworkManager and also if I try to connect using ifup. The problem is that I can’t connect (using WPA-PSK). KNetworkManager stops connection on “State: IP configuration”.
# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
ra0 RT2860 Wireless ESSID:"" Nickname:"RT2860STA"
Mode:Auto Frequency=2.457 GHz Access Point: Not-Associated
Bit Rate:1 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=100/100 Signal level:-44 dBm Noise level:-97 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
I tought I’ll try with WPA GUI for WPA Supplicant.
I disabled NetwokManager, and installed it.
WPA GUI log shows something like that (“MAC_ADDRESS” stays for my RaLink MAC):
CTRL-EVENT-SCAN-RESULTS
Trying to associate with MAC_ADDRESS (SSID='Network_Name' freq=2457 MHz)
Associated with MAC_ADDRESS
WPA: Key negotiation completed with MAC_ADDRESS [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to MAC_ADDRESS completed (reauth) [id=0 id_str=]
WPA: Group rekeying completed with MAC_ADDRESS [GTK=TKIP]
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-SCAN-RESULTS
Trying to associate with MAC_ADDRESS (SSID='Network_Name' freq=2457 MHz)
Associated with MAC_ADDRESS
and so on...
I’m back to KNetworkManager, and surprising is that once for about 20 reboots I get my wireless working on boot.
Any idea how to solve the problem?