http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c0
Summary: connecting to secure wireless network fails most of the time. Classification: openSUSE Product: openSUSE 11.3 Version: Milestone 6 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: bwhiteley@novell.com QAContact: qa@suse.de Found By: Development Blocker: ---
Created an attachment (id=358310) --> (http://bugzilla.novell.com/attachment.cgi?id=358310) /var/log/NetworkManager
Most of the time, connecting to a secure wireless network with NetworkManager fails. Occasionally it works, after several tries. Sometimes countless attempts will yield no success. If I reboot back into 11.2, I can connect immediately.
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c
yang xiaoyu xyyang@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |vbotka@novell.com |ovo.novell.com |
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c1
Vladimir Botka vbotka@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #1 from Vladimir Botka vbotka@novell.com 2010-05-04 07:54:56 UTC --- Thank you for the report. I can reproduce it. The wpa_supplicant does not complete the 4-way handshake. It works fine in 11.2 for me too.
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c2
--- Comment #2 from Bart Whiteley bwhiteley@novell.com 2010-05-04 21:54:29 UTC --- Please share a workaround if you come up with one. This is a really painful bug.
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c3
Vladimir Botka vbotka@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |bwhiteley@novell.com
--- Comment #3 from Vladimir Botka vbotka@novell.com 2010-05-05 07:23:55 UTC --- (In reply to comment #2)
Please share a workaround if you come up with one. This is a really painful bug.
You can try to setup traditional ifup/ifdown method in Yast network settings. If you can connect this way then I can help you setup wpa_gui [1].
[1] http://en.opensuse.org/WiFi_HOWTO#wpa_gui
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c
Vladimir Botka vbotka@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c4
Bart Whiteley bwhiteley@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|bwhiteley@novell.com |
--- Comment #4 from Bart Whiteley bwhiteley@novell.com 2010-05-05 15:26:16 UTC --- I'm guessing that my driver (iwl3945) is not supported by wpa_supplicant.
I can connect to my home lan (WPA2-personal) with NM. I can't connect to a work lan (WPA2-enterprise) with either NM or traditional mode.
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c5
--- Comment #5 from Vladimir Botka vbotka@novell.com 2010-05-06 09:02:00 UTC --- (In reply to comment #4)
I'm guessing that my driver (iwl3945) is not supported by wpa_supplicant.
I can connect to my home lan (WPA2-personal) with NM. I can't connect to a work lan (WPA2-enterprise) with either NM or traditional mode.
Yes, There is a problem with WPA-EAP and the Intel driver(s) in 2.6.33 .
Fresh MS5 installation [1] in runlevel 3 (some X problems in T60) with Intel 3945 [2]. NM is off [3] and wpa_supplicant configured to connect to the WPA-EAP network. From the wpa_supplicant.conf can be seen that the full EAP authentication did not pass. The same happens most of the time with Intel 5100 [5] and iwlagn driver too, but occasionally the iwlagn connects [6]. The full wpa_supplicant.log is attached to the next comment. Unfortunately, no time to investigate further.
[1] Linux l669 2.6.33-6-desktop
[2] # hwinfo --wlan <snip> Model: "Intel PRO/Wireless 3945ABG [Golan] Network Connection" Vendor: pci 0x8086 "Intel Corporation" Device: pci 0x4227 "PRO/Wireless 3945ABG [Golan] Network Connection"
[3] # grep NETWORKMANAGER /etc/sysconfig/network/config NETWORKMANAGER="no"
[4] 1273130772.086987: RSN: no PMKSA entry found - trigger full EAP authentication 1273130772.087018: wpa_driver_nl80211_deauthenticate 1273130772.095243: No keys have been configured - skip key clearing 1273130772.095260: State: 4WAY_HANDSHAKE -> DISCONNECTED
[5] # hwinfo --wlan <snip> Model: "Intel Wireless WiFi Link 5100" Vendor: pci 0x8086 "Intel Corporation" Device: pci 0x4232 "Wireless WiFi Link 5100"
[6] # grep State: wpa_supplicant.log.dat | grep COMPLETED 2010.05.06 11:38:02 State: GROUP_HANDSHAKE -> COMPLETED 2010.05.06 11:38:34 State: COMPLETED -> DISCONNECTED 2010.05.06 11:38:36 State: GROUP_HANDSHAKE -> COMPLETED 2010.05.06 11:39:09 State: COMPLETED -> DISCONNECTED 2010.05.06 11:39:11 State: GROUP_HANDSHAKE -> COMPLETED 2010.05.06 11:40:02 State: COMPLETED -> DISCONNECTED 2010.05.06 11:40:37 State: GROUP_HANDSHAKE -> COMPLETED 2010.05.06 11:40:37 State: COMPLETED -> DISCONNECTED 2010.05.06 11:42:31 State: GROUP_HANDSHAKE -> COMPLETED 2010.05.06 11:43:04 State: COMPLETED -> DISCONNECTED
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c6
--- Comment #6 from Vladimir Botka vbotka@novell.com 2010-05-06 09:03:14 UTC --- Created an attachment (id=359915) --> (http://bugzilla.novell.com/attachment.cgi?id=359915) wpa_supplicant.log
Intel 5100, 2.6.33, WPA-EAP
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c7
--- Comment #7 from Bart Whiteley bwhiteley@novell.com 2010-05-21 16:52:44 UTC --- This problem is still present in m7.
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c10
--- Comment #10 from Bart Whiteley bwhiteley@novell.com 2010-05-26 14:55:04 UTC --- I tried this suggestion: https://bugzilla.redhat.com/show_bug.cgi?id=589777#c2
It did not help.
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c11
--- Comment #11 from Vladimir Botka vbotka@novell.com 2010-05-26 22:38:57 UTC --- (In reply to comment #10)
options iwl3945 disable_hw_scan=1 did not help.
Thank you. This is still work in progress. I suggest to wait until it is ready.
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c12
Vladimir Botka vbotka@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aj@novell.com
--- Comment #12 from Vladimir Botka vbotka@novell.com 2010-05-27 12:40:12 UTC --- *** Bug 588662 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=588662
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c13
Andreas Jaeger aj@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wstephenson@novell.com
--- Comment #13 from Andreas Jaeger aj@novell.com 2010-05-27 19:12:10 UTC --- I don't understand why this should be kernel related. I run the 11.3 kernel on 11.2 without problems. The firmware is in both environments the same (same md5sum). So, to me it looks like either a compiler issue or a userland issue - but not firmware or kernel in general.
this does not seem to be like the Red Hat bug a issue with heavy load - the system is idle in my case.
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c14
--- Comment #14 from Vladimir Botka vbotka@novell.com 2010-05-27 22:45:09 UTC --- (In reply to comment #13)
I have enabled debug on iwl3945 and tried to connect WPA-EAP "Novel" network. Packets were sniffed from the air.
I was not able to connect either with NM on channel 44 or on channel 11 with ifup/ifdown. In both cases the iwl3945 driver repeatedly "deauthenticated" with "Unspecified reason"reason=1 .
On channel 44 the AP responded to the "probe request" but the STA did not try to associate. On channel 11 there was no response from the Novell AP to the "probe request" !
This is all I can tell for sure now. To investigate these kind of problems is rather time consuming. I will have to setup WPA-EAP authentication backend on my own and try to reproduce with the WPA-EAP under control.
Just few more notes for the record
(a) "iw list" shows that only passive scanning is allowed on channel 44
5220 MHz [44] (14.0 dBm) (passive scanning, no IBSS)
(b) https://patchwork.kernel.org/patch/96097/ states:
Some firmware versions don't behave properly when passive scanning is requested on radar channels without enabling active scanning on receiving a good frame. Work around that issue by asking the firmware to only enable the active scanning after receiving a huge number of good frames, a number that can never be reached during our dwell time.
[1] wlan0: deauthenticating from 00:1a:1e:a6:fa:29 by local choice (reason=1)
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c15
Vladimir Botka vbotka@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |aj@novell.com
--- Comment #15 from Vladimir Botka vbotka@novell.com 2010-05-28 14:18:56 UTC --- (In reply to comment #13)
So, to me it looks like either a compiler issue or a userland issue - but not firmware or kernel in general.
Would it be possible to try the wpa_supplicant from the "hardware" project ?
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c16
Andreas Jaeger aj@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|aj@novell.com |
--- Comment #16 from Andreas Jaeger aj@novell.com 2010-05-31 08:14:31 UTC --- Yes, I did - and it worked directly for me!
Please submit to factory and thanks a lot!
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c17
--- Comment #17 from Andreas Jaeger aj@novell.com 2010-05-31 14:19:39 UTC --- submit request 40920
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c18
Andrew Jorgensen ajorgensen@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ajorgensen@novell.com
--- Comment #18 from Andrew Jorgensen ajorgensen@novell.com 2010-06-02 18:39:40 UTC --- *** Bug 611024 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=611024
http://bugzilla.novell.com/show_bug.cgi?id=601501
http://bugzilla.novell.com/show_bug.cgi?id=601501#c19
Vladimir Botka vbotka@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |FIXED
--- Comment #19 from Vladimir Botka vbotka@novell.com 2010-06-07 10:08:43 UTC --- SRID 40920 accepted. Closed as fixed.
http://bugzilla.novell.com/show_bug.cgi?id=601501 http://bugzilla.novell.com/show_bug.cgi?id=601501#c20
--- Comment #20 from Bernhard Wiedemann bwiedemann@suse.com --- This is an autogenerated message for OBS integration: This bug (601501) was mentioned in https://build.opensuse.org/request/show/40920 Factory / wpa_supplicant