After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 648174 - impossible to connect to WPA2 wifi networks, from either Network panel or gnome-shell
impossible to connect to WPA2 wifi networks, from either Network panel or gno...
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Network
3.0.x
Other Linux
: Normal critical
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on: 646210
Blocks: 648171
 
 
Reported: 2011-04-19 06:17 UTC by Frederic Crozat
Modified: 2011-10-12 14:36 UTC
See Also:
GNOME target: 3.0
GNOME version: ---


Attachments
Allocate nm-connection for nma-wireless-dialog (893 bytes, patch)
2011-10-06 04:26 UTC, Gary Ching-Pang Lin
committed Details | Review

Description Frederic Crozat 2011-04-19 06:17:42 UTC
+++ This bug was initially created as a clone of Bug #646210 +++

When trying to connect to WPA2 networks (either WPA2-AES or WPA2-PEAP), I get "Device activation failed: (32) Failed to determine AP security" on stdout and can't configure it.

this is with NM 0.8.997 + all f15 patches from git, on openSUSE live image

The applet has now a new D-Bus method, "ConnectTo8021xNetwork" which takes the
arguments "oo" (device object path, AP object path) and will show the UI if
that AP is a WPA 802.1x capable AP, and then call NM's AddAndActivate method.
Comment 1 Javier Jardón (IRC: jjardon) 2011-09-28 11:42:04 UTC
I cant reproduce this anymore (neither in 3.0 nor in 3.2), is this still a problem for you?
Comment 2 Nils Philippsen 2011-09-28 13:44:52 UTC
Just tried it with the following version and it worked for me:

NetworkManager-0.9.0-1.fc15.x86_64
gnome-shell-3.0.2-4.fc15.x86_64
Comment 3 Gary Ching-Pang Lin 2011-10-06 04:26:27 UTC
Created attachment 198399 [details] [review]
Allocate nm-connection for nma-wireless-dialog

I am using gnome 3.2. Gnome-control-center complained invalid nm-connection when I try to create a connection setting for WPA-EAP and the wireless setting dialog never showed up. It turned out that the network panel didn't allocate nm-connection properly. My one line patch works for me.
Comment 4 Vincent Untz 2011-10-06 07:12:10 UTC
Removing NEEDINFO as there's a patch.