It's something quite baffling. Let's begin from the start.
The system is an up-to-date mga9.
I was using my wifi on the XPS 15 9550 correctly, I wake up from sleep, autenticathed, all working well.
I applied the latest updates, asked me to reboot, rebooted.
I noticed I was not online, and the wifi card (it should be a Broadcom, lspci below) was not authenticating. I of course did not change any key and for being on the same side I checked the key on another Mageia9 system, working correctly (it has a different card, btw).
The same also apply to my mobile phone hostspot mode, everybody authenticates but this system.
I can see the broadcasted SSID and every other SSID of the neighborhood, including my phone's hotsport SSID.
- Code: Select all
02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43602 802.11ac Wireless LAN SoC (rev 01)
I tried using urpmi --downgrade of the following packets but nothing changed, so finally I reupgraded those using my USB3 wired card.
- Code: Select all
systemd-devel-253.24-1.mga9
systemd-253.24-1.mga9
lib64udev-devel-253.24-1.mga9
libudev1-253.24-1.mga9.i586
lib64udev1-253.24-1.mga9.x86_64
nss-myhostname-253.24-1.mga9
lib64systemd0-253.24-1.mga9
libsystemd0-253.24-1.mga9.i586
This is the wpa_supplicant output:
- Code: Select all
Oct 26 10:31:27 palinxps15 wpa_supplicant[1812]: wlp2s0: Reject scan trigger since one is already pending
Oct 26 10:31:29 palinxps15 wpa_supplicant[1812]: wlp2s0: WPS-CANCEL
Oct 26 10:31:29 palinxps15 wpa_supplicant[1812]: wlp2s0: Trying to associate with SSID 'xxxxxxxxxxxxxxxx'
Oct 26 10:31:29 palinxps15 wpa_supplicant[1812]: wlp2s0: Associated with xxxxxxxxxxxxxxxxxx
Oct 26 10:31:29 palinxps15 wpa_supplicant[1812]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 26 10:31:39 palinxps15 wpa_supplicant[1812]: wlp2s0: Authentication with xxxxxxxxxxxxxxxx timed out.
Oct 26 10:31:39 palinxps15 wpa_supplicant[1812]: wlp2s0: Added BSSID xxxxxxxxxxxxx into ignore list, ignoring for 10 seconds
And then it goes on on a loop trying to blacklist the net, trying to authenticate after 10 seconds, asking me the password with the NetworkManager dialog until I cancel the dialog and it stops.
Nothing changes if I turn the connection to manual/automatic.
I don't think it could be an hardware issue just after update/reboot, and I can scan for SSID so it must be something subtle I'm overlooking... the fact that it doesn't authenticate with the phone hotspot seems something wrong at card level configuration.
Any idea?