nmcli connection activation failed

The name of the pictureThe name of the pictureThe name of the pictureClash 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.










share|improve this question























  • 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










  • Sorry, no idea then.
    – nhee
    May 30 '15 at 19:35














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.










share|improve this question























  • 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










  • Sorry, no idea then.
    – nhee
    May 30 '15 at 19:35












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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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










  • 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











  • @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










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.






share|improve this answer




















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    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

























    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.






    share|improve this answer
























      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.






      share|improve this answer






















        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.






        share|improve this answer












        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 22 at 17:33









        Matthias Braun

        1,81421120




        1,81421120



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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






            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay