Find out password incorrect in nmcli
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I use bash script for connect to wireless network with nmcli .
I can do it
but when i want to connect to network with wrong password
the output of command does not return error that say this
and i can not find out why user can not connect to network ( hardware problem or incorrect password or anything others
this is my bash command
nmcli dev wifi con [mssid] password [password]
how should i do it ?
ubuntu wifi raspbian nmcli
 |Â
show 1 more comment
up vote
0
down vote
favorite
I use bash script for connect to wireless network with nmcli .
I can do it
but when i want to connect to network with wrong password
the output of command does not return error that say this
and i can not find out why user can not connect to network ( hardware problem or incorrect password or anything others
this is my bash command
nmcli dev wifi con [mssid] password [password]
how should i do it ?
ubuntu wifi raspbian nmcli
Can you edit your question with the script or the relevant parts if it's long and put them in a code block (highlight the code and press ctrl+k)?
â Jesse_b
Oct 15 '17 at 1:44
yes i edited the post and attached my bash code
â mehran
Oct 15 '17 at 1:50
1
check/var/log/syslog
â Jesse_b
Oct 15 '17 at 1:58
nmcli return this message "Error: Failed to add/activate new connection: Unknown error" and does not add anything in syslog
â mehran
Oct 15 '17 at 2:07
Check this article to help turn on debugging: docs.ubuntu.com/core/en/stacks/network/network-manager/docs/â¦
â Jesse_b
Oct 15 '17 at 2:13
 |Â
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I use bash script for connect to wireless network with nmcli .
I can do it
but when i want to connect to network with wrong password
the output of command does not return error that say this
and i can not find out why user can not connect to network ( hardware problem or incorrect password or anything others
this is my bash command
nmcli dev wifi con [mssid] password [password]
how should i do it ?
ubuntu wifi raspbian nmcli
I use bash script for connect to wireless network with nmcli .
I can do it
but when i want to connect to network with wrong password
the output of command does not return error that say this
and i can not find out why user can not connect to network ( hardware problem or incorrect password or anything others
this is my bash command
nmcli dev wifi con [mssid] password [password]
how should i do it ?
ubuntu wifi raspbian nmcli
edited Oct 15 '17 at 1:49
asked Oct 15 '17 at 1:42
mehran
11
11
Can you edit your question with the script or the relevant parts if it's long and put them in a code block (highlight the code and press ctrl+k)?
â Jesse_b
Oct 15 '17 at 1:44
yes i edited the post and attached my bash code
â mehran
Oct 15 '17 at 1:50
1
check/var/log/syslog
â Jesse_b
Oct 15 '17 at 1:58
nmcli return this message "Error: Failed to add/activate new connection: Unknown error" and does not add anything in syslog
â mehran
Oct 15 '17 at 2:07
Check this article to help turn on debugging: docs.ubuntu.com/core/en/stacks/network/network-manager/docs/â¦
â Jesse_b
Oct 15 '17 at 2:13
 |Â
show 1 more comment
Can you edit your question with the script or the relevant parts if it's long and put them in a code block (highlight the code and press ctrl+k)?
â Jesse_b
Oct 15 '17 at 1:44
yes i edited the post and attached my bash code
â mehran
Oct 15 '17 at 1:50
1
check/var/log/syslog
â Jesse_b
Oct 15 '17 at 1:58
nmcli return this message "Error: Failed to add/activate new connection: Unknown error" and does not add anything in syslog
â mehran
Oct 15 '17 at 2:07
Check this article to help turn on debugging: docs.ubuntu.com/core/en/stacks/network/network-manager/docs/â¦
â Jesse_b
Oct 15 '17 at 2:13
Can you edit your question with the script or the relevant parts if it's long and put them in a code block (highlight the code and press ctrl+k)?
â Jesse_b
Oct 15 '17 at 1:44
Can you edit your question with the script or the relevant parts if it's long and put them in a code block (highlight the code and press ctrl+k)?
â Jesse_b
Oct 15 '17 at 1:44
yes i edited the post and attached my bash code
â mehran
Oct 15 '17 at 1:50
yes i edited the post and attached my bash code
â mehran
Oct 15 '17 at 1:50
1
1
check
/var/log/syslog
â Jesse_b
Oct 15 '17 at 1:58
check
/var/log/syslog
â Jesse_b
Oct 15 '17 at 1:58
nmcli return this message "Error: Failed to add/activate new connection: Unknown error" and does not add anything in syslog
â mehran
Oct 15 '17 at 2:07
nmcli return this message "Error: Failed to add/activate new connection: Unknown error" and does not add anything in syslog
â mehran
Oct 15 '17 at 2:07
Check this article to help turn on debugging: docs.ubuntu.com/core/en/stacks/network/network-manager/docs/â¦
â Jesse_b
Oct 15 '17 at 2:13
Check this article to help turn on debugging: docs.ubuntu.com/core/en/stacks/network/network-manager/docs/â¦
â Jesse_b
Oct 15 '17 at 2:13
 |Â
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f398184%2ffind-out-password-incorrect-in-nmcli%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Can you edit your question with the script or the relevant parts if it's long and put them in a code block (highlight the code and press ctrl+k)?
â Jesse_b
Oct 15 '17 at 1:44
yes i edited the post and attached my bash code
â mehran
Oct 15 '17 at 1:50
1
check
/var/log/syslog
â Jesse_b
Oct 15 '17 at 1:58
nmcli return this message "Error: Failed to add/activate new connection: Unknown error" and does not add anything in syslog
â mehran
Oct 15 '17 at 2:07
Check this article to help turn on debugging: docs.ubuntu.com/core/en/stacks/network/network-manager/docs/â¦
â Jesse_b
Oct 15 '17 at 2:13