nmcli connection activation failed
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
I was able to create a wifi hotspot on my debian 8 install using network tab under gnome settings. I was trying to do the same using nmcli but it always shows
$nmcli con up id Hotspot
Error: Connection activation failed.
I'm trying to connect to the connection created by gnome itself.
$nmcli connection show
Hotspot 6db9bb0a-c61b-47fc-8ada-7ecd46873fc0 802-11-wireless --
I followed the steps from here.
networking command-line networkmanager wifi-hotspot
add a comment |
up vote
3
down vote
favorite
I was able to create a wifi hotspot on my debian 8 install using network tab under gnome settings. I was trying to do the same using nmcli but it always shows
$nmcli con up id Hotspot
Error: Connection activation failed.
I'm trying to connect to the connection created by gnome itself.
$nmcli connection show
Hotspot 6db9bb0a-c61b-47fc-8ada-7ecd46873fc0 802-11-wireless --
I followed the steps from here.
networking command-line networkmanager wifi-hotspot
Welcome to Stackexchange! On my machine, I need to runnmcli con up id
withsudo
. Maybe that helps.
– nhee
May 30 '15 at 8:29
@nhee tried, but the same error.
– letmutx
May 30 '15 at 16:45
Sorry, no idea then.
– nhee
May 30 '15 at 19:35
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I was able to create a wifi hotspot on my debian 8 install using network tab under gnome settings. I was trying to do the same using nmcli but it always shows
$nmcli con up id Hotspot
Error: Connection activation failed.
I'm trying to connect to the connection created by gnome itself.
$nmcli connection show
Hotspot 6db9bb0a-c61b-47fc-8ada-7ecd46873fc0 802-11-wireless --
I followed the steps from here.
networking command-line networkmanager wifi-hotspot
I was able to create a wifi hotspot on my debian 8 install using network tab under gnome settings. I was trying to do the same using nmcli but it always shows
$nmcli con up id Hotspot
Error: Connection activation failed.
I'm trying to connect to the connection created by gnome itself.
$nmcli connection show
Hotspot 6db9bb0a-c61b-47fc-8ada-7ecd46873fc0 802-11-wireless --
I followed the steps from here.
networking command-line networkmanager wifi-hotspot
networking command-line networkmanager wifi-hotspot
edited Apr 13 '17 at 12:36
Community♦
1
1
asked May 29 '15 at 16:46
letmutx
11613
11613
Welcome to Stackexchange! On my machine, I need to runnmcli con up id
withsudo
. Maybe that helps.
– nhee
May 30 '15 at 8:29
@nhee tried, but the same error.
– letmutx
May 30 '15 at 16:45
Sorry, no idea then.
– nhee
May 30 '15 at 19:35
add a comment |
Welcome to Stackexchange! On my machine, I need to runnmcli con up id
withsudo
. Maybe that helps.
– nhee
May 30 '15 at 8:29
@nhee tried, but the same error.
– letmutx
May 30 '15 at 16:45
Sorry, no idea then.
– nhee
May 30 '15 at 19:35
Welcome to Stackexchange! On my machine, I need to run
nmcli con up id
with sudo
. Maybe that helps.– nhee
May 30 '15 at 8:29
Welcome to Stackexchange! On my machine, I need to run
nmcli con up id
with sudo
. Maybe that helps.– nhee
May 30 '15 at 8:29
@nhee tried, but the same error.
– letmutx
May 30 '15 at 16:45
@nhee tried, but the same error.
– letmutx
May 30 '15 at 16:45
Sorry, no idea then.
– nhee
May 30 '15 at 19:35
Sorry, no idea then.
– nhee
May 30 '15 at 19:35
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I encountered this on Arch Linux 4.19.2 because wpa_supplicant
and dhcpcd
were running on my system.
The fix in my case was to end those programs and restart NetworkManager
:
sudo pkill wpa_supplicant && sudo pkill dhcpcd
sudo systemctl restart NetworkManager.service
After that, I can connect again:
nmcli con up id myNetwork
The complete error message was
Error: Connection activation failed: No suitable device found for this connection (device wlp3s0 not available because device is not available).
I think wicd
also interferes with NetworkManager
.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I encountered this on Arch Linux 4.19.2 because wpa_supplicant
and dhcpcd
were running on my system.
The fix in my case was to end those programs and restart NetworkManager
:
sudo pkill wpa_supplicant && sudo pkill dhcpcd
sudo systemctl restart NetworkManager.service
After that, I can connect again:
nmcli con up id myNetwork
The complete error message was
Error: Connection activation failed: No suitable device found for this connection (device wlp3s0 not available because device is not available).
I think wicd
also interferes with NetworkManager
.
add a comment |
up vote
0
down vote
I encountered this on Arch Linux 4.19.2 because wpa_supplicant
and dhcpcd
were running on my system.
The fix in my case was to end those programs and restart NetworkManager
:
sudo pkill wpa_supplicant && sudo pkill dhcpcd
sudo systemctl restart NetworkManager.service
After that, I can connect again:
nmcli con up id myNetwork
The complete error message was
Error: Connection activation failed: No suitable device found for this connection (device wlp3s0 not available because device is not available).
I think wicd
also interferes with NetworkManager
.
add a comment |
up vote
0
down vote
up vote
0
down vote
I encountered this on Arch Linux 4.19.2 because wpa_supplicant
and dhcpcd
were running on my system.
The fix in my case was to end those programs and restart NetworkManager
:
sudo pkill wpa_supplicant && sudo pkill dhcpcd
sudo systemctl restart NetworkManager.service
After that, I can connect again:
nmcli con up id myNetwork
The complete error message was
Error: Connection activation failed: No suitable device found for this connection (device wlp3s0 not available because device is not available).
I think wicd
also interferes with NetworkManager
.
I encountered this on Arch Linux 4.19.2 because wpa_supplicant
and dhcpcd
were running on my system.
The fix in my case was to end those programs and restart NetworkManager
:
sudo pkill wpa_supplicant && sudo pkill dhcpcd
sudo systemctl restart NetworkManager.service
After that, I can connect again:
nmcli con up id myNetwork
The complete error message was
Error: Connection activation failed: No suitable device found for this connection (device wlp3s0 not available because device is not available).
I think wicd
also interferes with NetworkManager
.
answered Nov 22 at 17:33
Matthias Braun
1,81421120
1,81421120
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f206358%2fnmcli-connection-activation-failed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to Stackexchange! On my machine, I need to run
nmcli con up id
withsudo
. Maybe that helps.– nhee
May 30 '15 at 8:29
@nhee tried, but the same error.
– letmutx
May 30 '15 at 16:45
Sorry, no idea then.
– nhee
May 30 '15 at 19:35