You are not logged in.
Pages: 1
Hi,
I am running Arch on KDE, have all the firmware packages installed (even reinstalled some). I was trying to get my NetworkManager WiFi running, but with no luck. I am entering the correct password and all, but it just says "Waiting for authorization" and does nothing, eventually.
I tried googling for various solutions but none of them worked for me. Any help is greatly appreciated.
Thanks.
Offline
There's little that can be used to help you in your post. What wifi chip, what kind of access point, is networkmanager the only thing you've setup for wifi connection? Post
sudo journalctl -b
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fOffline
Pages: 1