You are not logged in.
I'm using `networkmanager` to connect WiFi.
I have selected WiFi Name through `networkmanager`.
Next, enter WiFi Password.
But the problem is, `networkmanager` asks me about password again and again and over again and does not connect to WiFi never !!!!
I'm sure WiFi password that I entered is correct.
Last edited by kamrava (2014-02-22 05:46:37)
Offline
What encryption does the network use?
Security Mode : WPA2-PSK
WPA Algorithms: TKIP
Last edited by kamrava (2014-02-14 19:45:00)
Offline
Install gnome-keyring.
Last edited by GE (2014-02-15 09:43:59)
• WM: Openbox
• Resolution: 1366x768
• CPU: CPU: Intel Pentium CPU B980 @ 2.4GHz
• RAM: 2931MB
Offline
Install gnome-keyring.
It's already installed.
Last edited by kamrava (2014-02-15 10:18:08)
Offline
Does it work with other networks?
I can connect to all networks through following command correctly :
$ sudo wifi-menu
But `NetworkManager` can not connect to any networks.
What DE are you using?
I'm using Xfce.
Last edited by kamrava (2014-02-15 11:39:32)
Offline
And you are sure that you do not have multiple network services running?
Yes I'm sure.
I did below command before starting NetworkManager service :
$ sudo systemctl stop NetworkManager
$ pgrep -l dhc
$ ps aux | grep -i wicd | grep -v grep
$ sudo systemctl start NetworkManager
Last edited by kamrava (2014-02-15 13:04:03)
Offline
I have the same problem with NetworkManager - wpa_supplicant connects fine.
Andrew
Offline
I have the same problem too, any solution?
Mine even worst, before I start the NetworkManager, I can connect through wifi-menu, but after I started the NetworkManager, it failed to connect to the wifi through NetworkManger and even wifi-menu.
Offline
i found a solution which is helps for me --> here.
Hope this helps.
Offline
Maybe not satisfying, but can you instead use Wicd?
My problem was solved. `wicd` was not installed on my system.
My Problem solved through :
I have Installed `wicd` and then NetworkManager works like a charm now
$ sudo pacman -S wicd wicd-gtk
Thank you all.
Last edited by kamrava (2014-02-21 11:29:17)
Offline