I've come across very strange problem trying to connect to my home wifi, which is provided by a T-Mobile Alcatel router, from Ubuntu (20.04) on my Dell XPS 13 9370. Every time I try to connect it fails with the message:
Authorization supplicant timed out
Removing the password protection from the network and clearing the saved network info had no effect.
Most notably:
- I've no issues connecting to any other WiFi-network.
- All other devices, aside from my laptop, can connect to the router just fine. (among them several linux devices)
- The problem has persisted even on a fresh install of Kubuntu 20.04
- None of the obvious quick-fixes, like restarting the network adapter, had any effect. (Though I'm more than happy to try anything again if you have a suggestion)
The info of the wireless debugging as mentioned in an answer to this question.
Any ideas for solutions or suggestions on how to more adequately debug the problem would be greatly appreciated!
sudo journalctl -b 0 /usr/sbin/NetworkManager
– waltinator Jul 16 '20 at 18:40