Waiting to connect to bluetoothd

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite
2












I can't invoke my bluetoothctl anymore. It waits for connections withouth success showing this in the terminal:



me@mashin:~$ bluetoothctl 
Waiting to connect to bluetoothd...


Any suggestion how to start the joyful debuging?



I am using Debian 9.2.



Edit



Output of sudo systemctl status bluetooth.service



● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)






share|improve this question


















  • 2




    Please add the output of sudo systemctl status bluetooth.service to the question.
    – Ferenc Wágner
    Nov 7 '17 at 6:47














up vote
2
down vote

favorite
2












I can't invoke my bluetoothctl anymore. It waits for connections withouth success showing this in the terminal:



me@mashin:~$ bluetoothctl 
Waiting to connect to bluetoothd...


Any suggestion how to start the joyful debuging?



I am using Debian 9.2.



Edit



Output of sudo systemctl status bluetooth.service



● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)






share|improve this question


















  • 2




    Please add the output of sudo systemctl status bluetooth.service to the question.
    – Ferenc Wágner
    Nov 7 '17 at 6:47












up vote
2
down vote

favorite
2









up vote
2
down vote

favorite
2






2





I can't invoke my bluetoothctl anymore. It waits for connections withouth success showing this in the terminal:



me@mashin:~$ bluetoothctl 
Waiting to connect to bluetoothd...


Any suggestion how to start the joyful debuging?



I am using Debian 9.2.



Edit



Output of sudo systemctl status bluetooth.service



● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)






share|improve this question














I can't invoke my bluetoothctl anymore. It waits for connections withouth success showing this in the terminal:



me@mashin:~$ bluetoothctl 
Waiting to connect to bluetoothd...


Any suggestion how to start the joyful debuging?



I am using Debian 9.2.



Edit



Output of sudo systemctl status bluetooth.service



● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)








share|improve this question













share|improve this question




share|improve this question








edited Nov 7 '17 at 10:02

























asked Nov 5 '17 at 10:09









ateymuri

4011620




4011620







  • 2




    Please add the output of sudo systemctl status bluetooth.service to the question.
    – Ferenc Wágner
    Nov 7 '17 at 6:47












  • 2




    Please add the output of sudo systemctl status bluetooth.service to the question.
    – Ferenc Wágner
    Nov 7 '17 at 6:47







2




2




Please add the output of sudo systemctl status bluetooth.service to the question.
– Ferenc Wágner
Nov 7 '17 at 6:47




Please add the output of sudo systemctl status bluetooth.service to the question.
– Ferenc Wágner
Nov 7 '17 at 6:47










1 Answer
1






active

oldest

votes

















up vote
3
down vote













I had the same problem. I found a solution on archlinux.org's forums.



I had to load the kernel module btusb.
To test if this will solve the problem for you, run as root :



modprobe btusb
systemctl start bluetooth


then test if bluetoothctl works. If it does you can make this fix permanent by loading the module on boot. To do that on Debian add (as root) the line:



btusb


at the end of the file /etc/modules.



You might also want to ask systemd to enable the bluetooth service on boot, in this case execute (as root):



systemctl enable bluetooth





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: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    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%2f402623%2fwaiting-to-connect-to-bluetoothd%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    3
    down vote













    I had the same problem. I found a solution on archlinux.org's forums.



    I had to load the kernel module btusb.
    To test if this will solve the problem for you, run as root :



    modprobe btusb
    systemctl start bluetooth


    then test if bluetoothctl works. If it does you can make this fix permanent by loading the module on boot. To do that on Debian add (as root) the line:



    btusb


    at the end of the file /etc/modules.



    You might also want to ask systemd to enable the bluetooth service on boot, in this case execute (as root):



    systemctl enable bluetooth





    share|improve this answer
























      up vote
      3
      down vote













      I had the same problem. I found a solution on archlinux.org's forums.



      I had to load the kernel module btusb.
      To test if this will solve the problem for you, run as root :



      modprobe btusb
      systemctl start bluetooth


      then test if bluetoothctl works. If it does you can make this fix permanent by loading the module on boot. To do that on Debian add (as root) the line:



      btusb


      at the end of the file /etc/modules.



      You might also want to ask systemd to enable the bluetooth service on boot, in this case execute (as root):



      systemctl enable bluetooth





      share|improve this answer






















        up vote
        3
        down vote










        up vote
        3
        down vote









        I had the same problem. I found a solution on archlinux.org's forums.



        I had to load the kernel module btusb.
        To test if this will solve the problem for you, run as root :



        modprobe btusb
        systemctl start bluetooth


        then test if bluetoothctl works. If it does you can make this fix permanent by loading the module on boot. To do that on Debian add (as root) the line:



        btusb


        at the end of the file /etc/modules.



        You might also want to ask systemd to enable the bluetooth service on boot, in this case execute (as root):



        systemctl enable bluetooth





        share|improve this answer












        I had the same problem. I found a solution on archlinux.org's forums.



        I had to load the kernel module btusb.
        To test if this will solve the problem for you, run as root :



        modprobe btusb
        systemctl start bluetooth


        then test if bluetoothctl works. If it does you can make this fix permanent by loading the module on boot. To do that on Debian add (as root) the line:



        btusb


        at the end of the file /etc/modules.



        You might also want to ask systemd to enable the bluetooth service on boot, in this case execute (as root):



        systemctl enable bluetooth






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 27 '17 at 13:50









        Gabriel Devillers

        278129




        278129



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f402623%2fwaiting-to-connect-to-bluetoothd%23new-answer', 'question_page');

            );

            Post as a guest













































































            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