Hi!
I searched this forum and the net for a solution for the last few days but I seem to be utterly stuck - I’m hoping for some input now
I have an Eeee 1000H with openSUSE 11.1 (i586) with a RaLink RT2860 WiFi card and want to connect to my D-Link DI-624 router (latest firmware). I had the exact same hardware working together in the past but apparently I updated some package or other I wasn’t supposed to while I didn’t have access to the router (so I didn’t immediately notice).
Anyway, it stopped working.
I use the NetworkManager and the gnome nm-applet (on a KDE 3.5 desktop - I just like the gnome applet better and I’d like to keep on using it. I also tried the KDE applet - to no avail)
I can “see” the router, I can connect if I disable encryption or if I use WEP - but WPA and WPA2 won’t work anymore.
I also tried wicd - doesn’t work either.
The wired connection works fine.
Some info:
uname -a
Linux myeee 2.6.27.42-0.1-pae #1 SMP 2010-01-06 16:07:25 +0100 i686 i686 i386 GNU/Linux
lspci
01:00.0 Network controller [0280]: RaLink RT2860 [1814:0781]
03:00.0 Ethernet controller [0200]: Attansic Technology Corp. L1 Gigabit Ethernet Adapter [1969:1026] (rev b
0)
hwinfo
24: PCI 100.0: 0282 WLAN controller
Model: "RaLink RT2860"
Vendor: pci 0x1814 "RaLink"
Device: pci 0x0781 "RT2860"
SubVendor: pci 0x1814 "RaLink"
SubDevice: pci 0x2790
Driver: "rt2860"
Driver Modules: "rt2860sta"
Device File: ra0
Link detected: yes
Driver Status: rt2860sta is active
Driver Activation Cmd: "modprobe rt2860sta"
rpm -qi rt2860-1.8.0.0-2.7
Name : rt2860 Relocations: (not relocatable)
Version : 1.8.0.0 Vendor: openSUSE
Release : 2.7 Build Date: Wed 03 Dec 2008 11:10:10 CET
**
iwconfig**
ra0 RT2860 Wireless ESSID:"" Nickname:"RT2860STA"
Mode:Auto Frequency=2.412 GHz Bit Rate=1 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=100/100 Signal level:-88 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
iwlist scan
ra0 Scan completed :
Cell 01 - Address: 00:11:95:07:FD:00
ESSID:"myssid"
Mode:Managed
Channel:1
Quality:100/100 Signal level:-48 dBm Noise level:-97 dBm
Encryption key:on
Bit Rates:36 Mb/s
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
Preauthentication Supported
part of /var/log/NetworkManager
Feb 24 22:16:56 myeee NetworkManager: <info> Activation (ra0) Stage 1 of 5 (Device Prepare) scheduled...
Feb 24 22:16:56 myeee NetworkManager: <info> Activation (ra0) Stage 1 of 5 (Device Prepare) started...
Feb 24 22:16:56 myeee NetworkManager: <info> (ra0): device state change: 6 -> 4
Feb 24 22:16:56 myeee NetworkManager: <info> Activation (ra0) Stage 2 of 5 (Device Configure) scheduled...
Feb 24 22:16:56 myeee NetworkManager: <info> Activation (ra0) Stage 1 of 5 (Device Prepare) complete.
Feb 24 22:16:56 myeee NetworkManager: <info> Activation (ra0) Stage 2 of 5 (Device Configure) starting...
Feb 24 22:16:56 myeee NetworkManager: <info> (ra0): device state change: 4 -> 5
Feb 24 22:16:56 myeee NetworkManager: <info> Activation (ra0/wireless): connection 'Auto myssid' has security, and secrets exist. No new secrets needed.
Feb 24 22:16:56 myeee NetworkManager: <info> Config: added 'ssid' value 'myssid'
Feb 24 22:16:56 myeee NetworkManager: <info> Config: added 'scan_ssid' value '1'
Feb 24 22:16:56 myeee NetworkManager: <info> Config: added 'key_mgmt' value 'WPA-PSK'
Feb 24 22:16:56 myeee NetworkManager: <info> Config: added 'psk' value '<omitted>'
Feb 24 22:16:56 myeee NetworkManager: <info> Activation (ra0) Stage 2 of 5 (Device Configure) complete.
Feb 24 22:16:56 myeee NetworkManager: <info> Config: set interface ap_scan to 1
Feb 24 22:16:56 myeee NetworkManager: <info> (ra0): supplicant connection state: disconnected -> scanning
Feb 24 22:17:01 myeee NetworkManager: <info> (ra0): supplicant connection state: scanning -> associating
Feb 24 22:17:11 myeee NetworkManager: <info> (ra0): supplicant connection state: associating -> disconnected
Feb 24 22:17:11 myeee NetworkManager: <info> (ra0): supplicant connection state: disconnected -> scanning
Feb 24 22:17:16 myeee NetworkManager: <info> (ra0): supplicant connection state: scanning -> associating
Feb 24 22:17:21 myeee NetworkManager: <info> Activation (ra0/wireless): association took too long.
Feb 24 22:17:21 myeee NetworkManager: <info> (ra0): device state change: 5 -> 6
Feb 24 22:17:21 myeee NetworkManager: <info> Activation (ra0/wireless): asking for new secrets
part of /var/log/wpa_supplicant.log
CTRL-EVENT-SCAN-RESULTS
Trying to associate with 00:11:95:07:fd:01 (SSID='myssid' freq=2412 MHz)
Authentication with 00:11:95:07:fd:01 timed out.
So the only clue I have right now is
Feb 24 22:17:21 myeee NetworkManager: <info> Activation (ra0/wireless): association took too long.
But so far it got me nowhere…
Also I’m pretty sure its not the router but the client because my boyfriend has no problems connecting to the router with his own Eee 90x (Ubuntu).
I’m running out of things to try - could somebody please tell me where to continue my investigation?