Unable to activate Bluetooth in Ubuntu 17.10 (used to work flawlessly) The 2019 Stack Overflow Developer Survey Results Are InNo sound from bluetooth headset, but it's detectedBluetooth headset gives error connection failed: blueman.bluez.errors.dbusfailederror: protocol not availableFixed wireless then bluetooth stopped workingBluetooth is STILL disabled in 14.0415.10, Dell m3800 bluetooth not workingUbuntu 15.10 & Globalsat BT-338 Bluetooth GPS - org.bluez.Error.NotAvailableUbuntu 14.04 System Settings: Bluetooth is disabledUbuntu 14.04 Bluetooth not working on Lenovo LaptopBluetooth no longer working in Ubuntu 16.04 LTS (Turned Bluetooth off but can't turn back on)Bluetooth disabled18.04 Bluetooth CrashingBluetooth can't turn on

Worn-tile Scrabble

Can we generate random numbers using irrational numbers like π and e?

How to deal with fear of taking dependencies

Why isn't airport relocation done gradually?

What did it mean to "align" a radio?

Does coating your armor in silver add any effects?

Landlord wants to switch my lease to a "Land contract" to "get back at the city"

Time travel alters history but people keep saying nothing's changed

Apparent duplicates between Haynes service instructions and MOT

Why is the maximum length of OpenWrt’s root password 8 characters?

Is bread bad for ducks?

Why was M87 targetted for the Event Horizon Telescope instead of Sagittarius A*?

Pokemon Turn Based battle (Python)

"as much details as you can remember"

Why not take a picture of a closer black hole?

Did 3000BC Egyptians use meteoric iron weapons?

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

The difference between dialogue marks

Is an up-to-date browser secure on an out-of-date OS?

How come people say “Would of”?

What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?

Where to refill my bottle in India?

What is the most effective way of iterating a std::vector and why?

Return to UK after having been refused entry years ago



Unable to activate Bluetooth in Ubuntu 17.10 (used to work flawlessly)



The 2019 Stack Overflow Developer Survey Results Are InNo sound from bluetooth headset, but it's detectedBluetooth headset gives error connection failed: blueman.bluez.errors.dbusfailederror: protocol not availableFixed wireless then bluetooth stopped workingBluetooth is STILL disabled in 14.0415.10, Dell m3800 bluetooth not workingUbuntu 15.10 & Globalsat BT-338 Bluetooth GPS - org.bluez.Error.NotAvailableUbuntu 14.04 System Settings: Bluetooth is disabledUbuntu 14.04 Bluetooth not working on Lenovo LaptopBluetooth no longer working in Ubuntu 16.04 LTS (Turned Bluetooth off but can't turn back on)Bluetooth disabled18.04 Bluetooth CrashingBluetooth can't turn on



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4















I use Bluetooth for my headphones and it used to work more or less in Ubuntu 17.10 (had to redo the pairing process sometimes but then it worked out).
After I installed Dash-to-Panel-Extension for GNOME for whatever reason the Bluetooth adapter turned off and won't turn on again.



In my Bluetooth settings it says 'Bluetooth Turned Off'. I can push the button to turn it on, but nothing happens.



Also I can press the "turn on" button in the Panel, but nothing happens.



https://i.stack.imgur.com/MpTwO.png



Things I've tried:



  • Deactivating Dash-to-Panel Extension (and restart computer)

  • sudo service bluetooth start

  • sudo apt-get install --reinstall bluez


  • reinstalled all Bluetooth components with



    sudo apt install bluez bluez-cups bluez-obexd gnome-bluetooth indicator-bluetooth libbluetooth3:amd64 libgnome-bluetooth13:amd64 pulseaudio-module-bluetooth


  • Different variations of turning the bluetooth switch of my laptop off and on and restarting



  • rfkill list all


    Output:
    enter image description here

    (so it seems not to be blocked)




  • lspci -knn | grep Net -A3; lsusb; dmesg | grep -i blue


    Output:
    enter image description here

    (again seems not to be blocked)




  • bluetoothctl list


    Output:
    enter image description here

Now I'm running out of ideas. Are there any other approaches?










share|improve this question
























  • Are there any options in BIOS? There isn't anything reported in lsusb results that would be a bluetooth device

    – Jeremy31
    Dec 8 '17 at 19:19











  • I checked the BIOS: Under Security --> I/O Port Access I found an Option for Bluetooth. It was "enabled". I clicked it...selected "enabled" again (so basically changed nothing), saved and rebooted. To my surprise bluetooth now was activated in Ubuntu! To my further surprise...my Headset can not be connected now. It is found under devices, but for some reason can't connect.

    – UbuntuNoob
    Dec 9 '17 at 12:34












  • See if askubuntu.com/a/837732/300665 fixes that. It will likely be needed to use the headphones after every disconnect/reboot because of some stubborn bug

    – Jeremy31
    Dec 9 '17 at 12:47











  • For the resulting connection problem with my headset [this] (askubuntu.com/questions/789088/…) worked.

    – UbuntuNoob
    Dec 9 '17 at 13:01

















4















I use Bluetooth for my headphones and it used to work more or less in Ubuntu 17.10 (had to redo the pairing process sometimes but then it worked out).
After I installed Dash-to-Panel-Extension for GNOME for whatever reason the Bluetooth adapter turned off and won't turn on again.



In my Bluetooth settings it says 'Bluetooth Turned Off'. I can push the button to turn it on, but nothing happens.



Also I can press the "turn on" button in the Panel, but nothing happens.



https://i.stack.imgur.com/MpTwO.png



Things I've tried:



  • Deactivating Dash-to-Panel Extension (and restart computer)

  • sudo service bluetooth start

  • sudo apt-get install --reinstall bluez


  • reinstalled all Bluetooth components with



    sudo apt install bluez bluez-cups bluez-obexd gnome-bluetooth indicator-bluetooth libbluetooth3:amd64 libgnome-bluetooth13:amd64 pulseaudio-module-bluetooth


  • Different variations of turning the bluetooth switch of my laptop off and on and restarting



  • rfkill list all


    Output:
    enter image description here

    (so it seems not to be blocked)




  • lspci -knn | grep Net -A3; lsusb; dmesg | grep -i blue


    Output:
    enter image description here

    (again seems not to be blocked)




  • bluetoothctl list


    Output:
    enter image description here

Now I'm running out of ideas. Are there any other approaches?










share|improve this question
























  • Are there any options in BIOS? There isn't anything reported in lsusb results that would be a bluetooth device

    – Jeremy31
    Dec 8 '17 at 19:19











  • I checked the BIOS: Under Security --> I/O Port Access I found an Option for Bluetooth. It was "enabled". I clicked it...selected "enabled" again (so basically changed nothing), saved and rebooted. To my surprise bluetooth now was activated in Ubuntu! To my further surprise...my Headset can not be connected now. It is found under devices, but for some reason can't connect.

    – UbuntuNoob
    Dec 9 '17 at 12:34












  • See if askubuntu.com/a/837732/300665 fixes that. It will likely be needed to use the headphones after every disconnect/reboot because of some stubborn bug

    – Jeremy31
    Dec 9 '17 at 12:47











  • For the resulting connection problem with my headset [this] (askubuntu.com/questions/789088/…) worked.

    – UbuntuNoob
    Dec 9 '17 at 13:01













4












4








4


1






I use Bluetooth for my headphones and it used to work more or less in Ubuntu 17.10 (had to redo the pairing process sometimes but then it worked out).
After I installed Dash-to-Panel-Extension for GNOME for whatever reason the Bluetooth adapter turned off and won't turn on again.



In my Bluetooth settings it says 'Bluetooth Turned Off'. I can push the button to turn it on, but nothing happens.



Also I can press the "turn on" button in the Panel, but nothing happens.



https://i.stack.imgur.com/MpTwO.png



Things I've tried:



  • Deactivating Dash-to-Panel Extension (and restart computer)

  • sudo service bluetooth start

  • sudo apt-get install --reinstall bluez


  • reinstalled all Bluetooth components with



    sudo apt install bluez bluez-cups bluez-obexd gnome-bluetooth indicator-bluetooth libbluetooth3:amd64 libgnome-bluetooth13:amd64 pulseaudio-module-bluetooth


  • Different variations of turning the bluetooth switch of my laptop off and on and restarting



  • rfkill list all


    Output:
    enter image description here

    (so it seems not to be blocked)




  • lspci -knn | grep Net -A3; lsusb; dmesg | grep -i blue


    Output:
    enter image description here

    (again seems not to be blocked)




  • bluetoothctl list


    Output:
    enter image description here

Now I'm running out of ideas. Are there any other approaches?










share|improve this question
















I use Bluetooth for my headphones and it used to work more or less in Ubuntu 17.10 (had to redo the pairing process sometimes but then it worked out).
After I installed Dash-to-Panel-Extension for GNOME for whatever reason the Bluetooth adapter turned off and won't turn on again.



In my Bluetooth settings it says 'Bluetooth Turned Off'. I can push the button to turn it on, but nothing happens.



Also I can press the "turn on" button in the Panel, but nothing happens.



https://i.stack.imgur.com/MpTwO.png



Things I've tried:



  • Deactivating Dash-to-Panel Extension (and restart computer)

  • sudo service bluetooth start

  • sudo apt-get install --reinstall bluez


  • reinstalled all Bluetooth components with



    sudo apt install bluez bluez-cups bluez-obexd gnome-bluetooth indicator-bluetooth libbluetooth3:amd64 libgnome-bluetooth13:amd64 pulseaudio-module-bluetooth


  • Different variations of turning the bluetooth switch of my laptop off and on and restarting



  • rfkill list all


    Output:
    enter image description here

    (so it seems not to be blocked)




  • lspci -knn | grep Net -A3; lsusb; dmesg | grep -i blue


    Output:
    enter image description here

    (again seems not to be blocked)




  • bluetoothctl list


    Output:
    enter image description here

Now I'm running out of ideas. Are there any other approaches?







gnome bluetooth 17.10






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 8 '17 at 17:49









pomsky

33.4k11105137




33.4k11105137










asked Dec 8 '17 at 13:40









UbuntuNoobUbuntuNoob

265




265












  • Are there any options in BIOS? There isn't anything reported in lsusb results that would be a bluetooth device

    – Jeremy31
    Dec 8 '17 at 19:19











  • I checked the BIOS: Under Security --> I/O Port Access I found an Option for Bluetooth. It was "enabled". I clicked it...selected "enabled" again (so basically changed nothing), saved and rebooted. To my surprise bluetooth now was activated in Ubuntu! To my further surprise...my Headset can not be connected now. It is found under devices, but for some reason can't connect.

    – UbuntuNoob
    Dec 9 '17 at 12:34












  • See if askubuntu.com/a/837732/300665 fixes that. It will likely be needed to use the headphones after every disconnect/reboot because of some stubborn bug

    – Jeremy31
    Dec 9 '17 at 12:47











  • For the resulting connection problem with my headset [this] (askubuntu.com/questions/789088/…) worked.

    – UbuntuNoob
    Dec 9 '17 at 13:01

















  • Are there any options in BIOS? There isn't anything reported in lsusb results that would be a bluetooth device

    – Jeremy31
    Dec 8 '17 at 19:19











  • I checked the BIOS: Under Security --> I/O Port Access I found an Option for Bluetooth. It was "enabled". I clicked it...selected "enabled" again (so basically changed nothing), saved and rebooted. To my surprise bluetooth now was activated in Ubuntu! To my further surprise...my Headset can not be connected now. It is found under devices, but for some reason can't connect.

    – UbuntuNoob
    Dec 9 '17 at 12:34












  • See if askubuntu.com/a/837732/300665 fixes that. It will likely be needed to use the headphones after every disconnect/reboot because of some stubborn bug

    – Jeremy31
    Dec 9 '17 at 12:47











  • For the resulting connection problem with my headset [this] (askubuntu.com/questions/789088/…) worked.

    – UbuntuNoob
    Dec 9 '17 at 13:01
















Are there any options in BIOS? There isn't anything reported in lsusb results that would be a bluetooth device

– Jeremy31
Dec 8 '17 at 19:19





Are there any options in BIOS? There isn't anything reported in lsusb results that would be a bluetooth device

– Jeremy31
Dec 8 '17 at 19:19













I checked the BIOS: Under Security --> I/O Port Access I found an Option for Bluetooth. It was "enabled". I clicked it...selected "enabled" again (so basically changed nothing), saved and rebooted. To my surprise bluetooth now was activated in Ubuntu! To my further surprise...my Headset can not be connected now. It is found under devices, but for some reason can't connect.

– UbuntuNoob
Dec 9 '17 at 12:34






I checked the BIOS: Under Security --> I/O Port Access I found an Option for Bluetooth. It was "enabled". I clicked it...selected "enabled" again (so basically changed nothing), saved and rebooted. To my surprise bluetooth now was activated in Ubuntu! To my further surprise...my Headset can not be connected now. It is found under devices, but for some reason can't connect.

– UbuntuNoob
Dec 9 '17 at 12:34














See if askubuntu.com/a/837732/300665 fixes that. It will likely be needed to use the headphones after every disconnect/reboot because of some stubborn bug

– Jeremy31
Dec 9 '17 at 12:47





See if askubuntu.com/a/837732/300665 fixes that. It will likely be needed to use the headphones after every disconnect/reboot because of some stubborn bug

– Jeremy31
Dec 9 '17 at 12:47













For the resulting connection problem with my headset [this] (askubuntu.com/questions/789088/…) worked.

– UbuntuNoob
Dec 9 '17 at 13:01





For the resulting connection problem with my headset [this] (askubuntu.com/questions/789088/…) worked.

– UbuntuNoob
Dec 9 '17 at 13:01










1 Answer
1






active

oldest

votes


















0














same issue i am also having in Ubuntu 17.10 version If anyone having answer so please tell me





share








New contributor




Nilesh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    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%2faskubuntu.com%2fquestions%2f984394%2funable-to-activate-bluetooth-in-ubuntu-17-10-used-to-work-flawlessly%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









    0














    same issue i am also having in Ubuntu 17.10 version If anyone having answer so please tell me





    share








    New contributor




    Nilesh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      0














      same issue i am also having in Ubuntu 17.10 version If anyone having answer so please tell me





      share








      New contributor




      Nilesh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















        0












        0








        0







        same issue i am also having in Ubuntu 17.10 version If anyone having answer so please tell me





        share








        New contributor




        Nilesh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        same issue i am also having in Ubuntu 17.10 version If anyone having answer so please tell me






        share








        New contributor




        Nilesh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share


        share






        New contributor




        Nilesh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 4 mins ago









        NileshNilesh

        1




        1




        New contributor




        Nilesh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Nilesh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Nilesh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Ask Ubuntu!


            • 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%2faskubuntu.com%2fquestions%2f984394%2funable-to-activate-bluetooth-in-ubuntu-17-10-used-to-work-flawlessly%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

            Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

            Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

            Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»