@Marcos: interesting! I did a quick test by adding a fake WPA2 enterprise AP:
- Open a terminal and launch: journalctl -f /usr/bin/gnome-control-center - Open GNOME Control Center > Wi-Fi > Connect to Hidden Network... - Network name: fakeeduroam - Wi-Fi security: WPA & WPA2 Enterprise - Authentication: PEAP - Anonymous identity: [email protected] - Domain: (leave it blank) - No CA certificate is required - PEAP version: Automatic - Inner authentication: MSCHAPv2 - Username: [email protected] - Password: mypassword123 - Connect In the terminal, we can see: Failed to add new connection: (7) 802.1x connections must have IWD provisioning files Same if I check NetworkManager logs with journalctl -b0 -u NetworkManager.service: audit: op="connection-add-activate" pid=2315099 uid=1000 result="fail" reason="802.1x connections must have IWD provisioning files" It looks like there is an issue with GCC, or NM (maybe libnma?). Can you reproduce the issue? If yes, do you mind tracking it down please? (e.g. reporting this to GNOME-Control-Center and/or NM maintainers?) PS: if the goal is to use iwd by default, it might be good to find someone to maintain the Ubuntu package :) Without that, the package is only updated slowly: - https://bugs.launchpad.net/ubuntu/+source/iwd/+bug/2049515 - https://bugs.launchpad.net/ubuntu/+source/iwd/+bug/2088442 - https://bugs.launchpad.net/ubuntu/+source/iwd/+bug/2110205 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1990986 Title: With iwd, doesn't connect to WPA2 Enterprise network (e.g. eduroam) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iwd/+bug/1990986/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
