** Description changed:

- Connection to open or WPA secured wifi works without any issues.
- Connection to WPA2/PEAP fails. Repeatedly asks for username/password.
+ This problem is also happened on my desktop.
  
- Possible gnome-shell integration issue.
+ After upgrading OS from Ubuntu 16.04 to Ubuntu 18.04.1 LTS, my PC could
+ not connect and authenticate on WiFi with  WPA2/PEAP/MSCHAPv2/no CA
+ certificate/true username and password.
  
- The system was updated from Xenial to Bionic in mid-January. At that
- time this WPA2/PEAP setup worked without any issues. With the updates
- coming in the last week of January / First February week - the bug was
- experienced.
  
- 1)
- ➜  syncthing git:(master) lsb_release -rd
- Description:  Ubuntu Bionic Beaver (development branch)
- Release:      18.04
+ I tried to solve the  problem following URL link; however, it could not help 
me also. 
+ 
https://askubuntu.com/questions/279762/how-to-connect-to-wpa2-peap-mschapv2-enterprise-wifi-networks-that-dont-use-a-c
 
  
- 2) - up to date packages
- [code]
- ➜  cat /etc/apt/sources.list |egrep -v '^#'
- deb http://cz.archive.ubuntu.com/ubuntu/ bionic main restricted
- deb http://cz.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
- deb http://cz.archive.ubuntu.com/ubuntu/ bionic universe
- deb http://cz.archive.ubuntu.com/ubuntu/ bionic-updates universe
- deb http://cz.archive.ubuntu.com/ubuntu/ bionic multiverse
- deb http://cz.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
- deb http://security.ubuntu.com/ubuntu/ bionic-security multiverse main 
universe restricted
- [/code]
  
- Note:
- # some pkg version related to problem might be from proposed-updates repo
+ My PC  is HP Compaq Pro 4300, CPU: Intel® Core™ i3-3220 CPU @ 3.30GHz × 4, 
OS: Ubuntu 18.04.1 (64-bit).
  
- 2b)
- [code]
- dpkg -l |egrep -i 'network manager|networkm|libnm'
- ii  gir1.2-networkmanager-1.0:amd64            1.8.4-1ubuntu4                 
                                    amd64        GObject introspection data for 
the libnm-glib/libnm-util library
- ii  gir1.2-nm-1.0:amd64                        1.8.4-1ubuntu4                 
                                    amd64        GObject introspection data for 
the libnm library
- ii  gir1.2-nmgtk-1.0:amd64                     1.8.10-2ubuntu1                
                                    amd64        GObject introspection data for 
libnm-gtk
- ii  libnm-glib-vpn1:amd64                      1.8.4-1ubuntu4                 
                                    amd64        network management framework 
(GLib VPN shared library)
- ii  libnm-glib4:amd64                          1.8.4-1ubuntu4                 
                                    amd64        network management framework 
(GLib shared library)
- ii  libnm-gtk0:amd64                           1.8.10-2ubuntu1                
                                    amd64        library for wireless and 
mobile dialogs (libnm-glib version)
- ii  libnm-util2:amd64                          1.8.4-1ubuntu4                 
                                    amd64        network management framework 
(shared library)
- ii  libnm0:amd64                               1.8.4-1ubuntu4                 
                                    amd64        GObject-based client library 
for NetworkManager
- ii  libnma0:amd64                              1.8.10-2ubuntu1                
                                    amd64        library for wireless and 
mobile dialogs (libnm version)
- ii  libproxy1-plugin-networkmanager:amd64      0.4.15-0ubuntu1                
                                    amd64        automatic proxy configuration 
management library (Network Manager plugin)
- ii  network-manager-config-connectivity-ubuntu 1.8.4-1ubuntu4                 
                                    all          NetworkManager configuration 
to enable connectivity checking
- ii  strongswan-nm                              5.6.1-2ubuntu1                 
                                    amd64        strongSwan plugin to interact 
with NetworkManager
+ root@joe-UBTPC:/root #     lspci
  
- ii  wpasupplicant                              2:2.6-15ubuntu2
- amd64        client support for WPA and WPA2 (IEEE 802.11i)
- 
- [/code]
- 
- 3,4)
- Connection to open or WPA secured wifi works withou any issues. Connection to 
WPA2/PLEAP (without cert, just with username/password fails). Although wifi 
layer get's is associated the client (network-manager) possibly due to bug 
deauthenticate itself without establishing an IP connection.
- 
- Connect to network.
- 
- 5)
- Logs (syslog/kernel)
- 
- Core moments:
- 
- [code]
- Feb 12 09:19:02 dontpanic NetworkManager[1125]: <info>  [1518423542.9125] 
keyfile: update /etc/NetworkManager/system-connections/XXXXWiFi 
(82c55e94-907a-458a-ae31-8cbd75db0fa5,"XXXXWiFi")
- Feb 12 09:19:02 dontpanic gnome-shell[4284]: g_value_get_string: assertion 
'G_VALUE_HOLDS_STRING (value)' failed
- 
- and ...
- 
- Feb 12 09:19:02 dontpanic NetworkManager[1125]: <info>  [1518423542.9450] 
device (wlp4s0): Activation: (wifi) connection 'XXXXWiFi' has security, and 
secrets exist.  No new secrets needed.
- Feb 12 09:19:02 dontpanic NetworkManager[1125]: <info>  [1518423542.9450] 
Config: added 'ssid' value 'XXXXWiFi'
- Feb 12 09:19:02 dontpanic NetworkManager[1125]: <info>  [1518423542.9451] 
Config: added 'scan_ssid' value '1'
- Feb 12 09:19:02 dontpanic NetworkManager[1125]: <info>  [1518423542.9451] 
Config: added 'key_mgmt' value 'WPA-EAP'
- Feb 12 09:19:02 dontpanic NetworkManager[1125]: <info>  [1518423542.9451] 
Config: added 'password' value '<hidden>'
- Feb 12 09:19:02 dontpanic NetworkManager[1125]: <info>  [1518423542.9451] 
Config: added 'eap' value 'PEAP'
- Feb 12 09:19:02 dontpanic NetworkManager[1125]: <info>  [1518423542.9451] 
Config: added 'fragment_size' value '1266'
- Feb 12 09:19:02 dontpanic NetworkManager[1125]: <info>  [1518423542.9452] 
Config: added 'phase2' value 'auth=MSCHAPV2'
- Feb 12 09:19:02 dontpanic NetworkManager[1125]: <info>  [1518423542.9452] 
Config: added 'ca_cert' value 
'/home/myuser/Private/certs/XXXX/gd_bundle-g2-g1.crt'
- Feb 12 09:19:02 dontpanic NetworkManager[1125]: <info>  [1518423542.9452] 
Config: added 'identity' value 'myuser'
- Feb 12 09:19:02 dontpanic NetworkManager[1125]: <info>  [1518423542.9452] 
Config: added 'bgscan' value 'simple:30:-65:300'
- Feb 12 09:19:02 dontpanic NetworkManager[1125]: <info>  [1518423542.9452] 
Config: added 'proactive_key_caching' value '1'
- Feb 12 09:19:02 dontpanic gnome-shell[4284]: Object St.Widget 
(0x560ce05e34e0), has been already finalized. Impossible to get any property 
from it.
- Feb 12 09:19:02 dontpanic gnome-shell[4284]: Object St.Widget 
(0x560ce05e34e0), has been already finalized. Impossible to set any property to 
it.
- Feb 12 09:19:02 dontpanic org.gnome.Shell.desktop[4284]: == Stack trace for 
context 0x560cdbda6000 ==
- Feb 12 09:19:02 dontpanic org.gnome.Shell.desktop[4284]: #0 0x7ffd47fd8fd0 I  
 resource:///org/gnome/shell/ui/tweener.js:73 (0x7fd5066ddef0 @ 9)
- Feb 12 09:19:02 dontpanic org.gnome.Shell.desktop[4284]: #1 0x7ffd47fd9070 b  
 resource:///org/gnome/shell/ui/tweener.js:105 (0x7fd5066df230 @ 36)
- ....
- [/code]
- 
- Full logs attached.
+ 00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor 
DRAM Controller (rev 09)
+ 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen 
Core processor Graphics Controller (rev 09)
+ 00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
+ 00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
+ 00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
+ 00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
+ 00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
+ 00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
+ 00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
+ 00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 5 (rev b5)
+ 00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 6 (rev b5)
+ 00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
+ 00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset Family LPC 
Controller (rev 05)
+ 00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family SATA AHCI Controller (rev 05)
+ 00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus 
Controller (rev 05)
+ 03:00.0 Network controller: Ralink corp. RT5392 PCIe Wireless Network Adapter
+ 06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)

** Tags added: authentication ca certificate mschapv2 no peap wifi wpa2

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1748839

Title:
  Problem to connect to WPA2/PEAP WIFI  - gnome-shell

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  This problem is also happened on my desktop.

  After upgrading OS from Ubuntu 16.04 to Ubuntu 18.04.1 LTS, my PC
  could not connect and authenticate on WiFi with  WPA2/PEAP/MSCHAPv2/no
  CA certificate/true username and password.

  
  I tried to solve the  problem following URL link; however, it could not help 
me also. 
  
https://askubuntu.com/questions/279762/how-to-connect-to-wpa2-peap-mschapv2-enterprise-wifi-networks-that-dont-use-a-c
 

  
  My PC  is HP Compaq Pro 4300, CPU: Intel® Core™ i3-3220 CPU @ 3.30GHz × 4, 
OS: Ubuntu 18.04.1 (64-bit).

  root@joe-UBTPC:/root #     lspci

  00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor 
DRAM Controller (rev 09)
  00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen 
Core processor Graphics Controller (rev 09)
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
  00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 5 (rev b5)
  00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 6 (rev b5)
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
  00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset Family LPC 
Controller (rev 05)
  00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family SATA AHCI Controller (rev 05)
  00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus 
Controller (rev 05)
  03:00.0 Network controller: Ralink corp. RT5392 PCIe Wireless Network Adapter
  06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1748839/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to