Results 1 to 5 of 5
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
11-07-2012 #1
How do I get nmcli to connect to a wireless network?
Code:nmcli dev wifi connect <network> <password>
-
11-09-2012 #2
- Join Date
- May 2011
- Posts
- 4,353
1. Is NetworkManager running?
2. Are you running nmcli as root?
3. Can you post the errors you are getting?
-
11-15-2012 #3
- Join Date
- Oct 2012
- Posts
- 15
Run nmcli as root. it will work for you.
-
11-16-2012 #4
Nevermind I fixed it. It turns out you need to litterally type in the word "password". eg.
Code:nmcli dev wifi connect <name> password <password>
-
11-17-2012 #5
- Join Date
- May 2011
- Posts
- 4,353
Glad you got is sorted. Marking as Solved.