hsp/hfp doesn't work on Ubuntu 18.04.1 LTS with bluetooth headphones












0















I have bluetooth headphones with microphone. I can connect them to my PC, but when I want to change the sound profile to HSP/HFP they stop working (mic doesn't work and I can only hear static). If I open youtube the video doesn't load. Any ideas on how I can fix this?










share|improve this question





























    0















    I have bluetooth headphones with microphone. I can connect them to my PC, but when I want to change the sound profile to HSP/HFP they stop working (mic doesn't work and I can only hear static). If I open youtube the video doesn't load. Any ideas on how I can fix this?










    share|improve this question



























      0












      0








      0








      I have bluetooth headphones with microphone. I can connect them to my PC, but when I want to change the sound profile to HSP/HFP they stop working (mic doesn't work and I can only hear static). If I open youtube the video doesn't load. Any ideas on how I can fix this?










      share|improve this question
















      I have bluetooth headphones with microphone. I can connect them to my PC, but when I want to change the sound profile to HSP/HFP they stop working (mic doesn't work and I can only hear static). If I open youtube the video doesn't load. Any ideas on how I can fix this?







      bluetooth headphones






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 5 at 22:24







      Gregor A.

















      asked Dec 26 '18 at 19:24









      Gregor A.Gregor A.

      11




      11






















          1 Answer
          1






          active

          oldest

          votes


















          0














          If it is a Broadcom chip this might help you:



          lsusb

          # Bus 001 Device 003: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 [ThinkPad]


          I could connect the headset before, but just like for you, as soon as I switched to HSP/HFP the mic and audio wouldn't work.



          I tried some things. But I'm pretty sure this was the solving step:
          Found this link in another article somewhere.



          I replaced my BCM firmware file with the one downloaded from plugable (link below). Make sure that you have a that chip first! And I'd recommend to do some backup of the original firmware files as well.



          cd /lib/firmware/brcm
          # backup original
          cp BCM20702A<yourversion>.hcd xxxBCM20702A<yourversion>.hcd


          https://plugable.com/2014/06/23/plugable-usb-bluetooth-adapter-solving-hfphsp-profile-issues-on-linux/



          Then I pretty much followed these instructions, point out that I had to use the name of my original driver. I first missed this and had something saying 'could not find' in



          dmesg | grep -i blue


          As soon as you replaced the files shut down your machine (not just reboot) and start it up again. Works for me now =)
          I'd love to here if this did the job.






          share|improve this answer
























          • Thank you for your answer, but I think I don't have this chip, because it doesn't show up when I type in lsubsb.

            – Gregor A.
            Jan 5 at 9:05













          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%2f1104723%2fhsp-hfp-doesnt-work-on-ubuntu-18-04-1-lts-with-bluetooth-headphones%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














          If it is a Broadcom chip this might help you:



          lsusb

          # Bus 001 Device 003: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 [ThinkPad]


          I could connect the headset before, but just like for you, as soon as I switched to HSP/HFP the mic and audio wouldn't work.



          I tried some things. But I'm pretty sure this was the solving step:
          Found this link in another article somewhere.



          I replaced my BCM firmware file with the one downloaded from plugable (link below). Make sure that you have a that chip first! And I'd recommend to do some backup of the original firmware files as well.



          cd /lib/firmware/brcm
          # backup original
          cp BCM20702A<yourversion>.hcd xxxBCM20702A<yourversion>.hcd


          https://plugable.com/2014/06/23/plugable-usb-bluetooth-adapter-solving-hfphsp-profile-issues-on-linux/



          Then I pretty much followed these instructions, point out that I had to use the name of my original driver. I first missed this and had something saying 'could not find' in



          dmesg | grep -i blue


          As soon as you replaced the files shut down your machine (not just reboot) and start it up again. Works for me now =)
          I'd love to here if this did the job.






          share|improve this answer
























          • Thank you for your answer, but I think I don't have this chip, because it doesn't show up when I type in lsubsb.

            – Gregor A.
            Jan 5 at 9:05


















          0














          If it is a Broadcom chip this might help you:



          lsusb

          # Bus 001 Device 003: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 [ThinkPad]


          I could connect the headset before, but just like for you, as soon as I switched to HSP/HFP the mic and audio wouldn't work.



          I tried some things. But I'm pretty sure this was the solving step:
          Found this link in another article somewhere.



          I replaced my BCM firmware file with the one downloaded from plugable (link below). Make sure that you have a that chip first! And I'd recommend to do some backup of the original firmware files as well.



          cd /lib/firmware/brcm
          # backup original
          cp BCM20702A<yourversion>.hcd xxxBCM20702A<yourversion>.hcd


          https://plugable.com/2014/06/23/plugable-usb-bluetooth-adapter-solving-hfphsp-profile-issues-on-linux/



          Then I pretty much followed these instructions, point out that I had to use the name of my original driver. I first missed this and had something saying 'could not find' in



          dmesg | grep -i blue


          As soon as you replaced the files shut down your machine (not just reboot) and start it up again. Works for me now =)
          I'd love to here if this did the job.






          share|improve this answer
























          • Thank you for your answer, but I think I don't have this chip, because it doesn't show up when I type in lsubsb.

            – Gregor A.
            Jan 5 at 9:05
















          0












          0








          0







          If it is a Broadcom chip this might help you:



          lsusb

          # Bus 001 Device 003: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 [ThinkPad]


          I could connect the headset before, but just like for you, as soon as I switched to HSP/HFP the mic and audio wouldn't work.



          I tried some things. But I'm pretty sure this was the solving step:
          Found this link in another article somewhere.



          I replaced my BCM firmware file with the one downloaded from plugable (link below). Make sure that you have a that chip first! And I'd recommend to do some backup of the original firmware files as well.



          cd /lib/firmware/brcm
          # backup original
          cp BCM20702A<yourversion>.hcd xxxBCM20702A<yourversion>.hcd


          https://plugable.com/2014/06/23/plugable-usb-bluetooth-adapter-solving-hfphsp-profile-issues-on-linux/



          Then I pretty much followed these instructions, point out that I had to use the name of my original driver. I first missed this and had something saying 'could not find' in



          dmesg | grep -i blue


          As soon as you replaced the files shut down your machine (not just reboot) and start it up again. Works for me now =)
          I'd love to here if this did the job.






          share|improve this answer













          If it is a Broadcom chip this might help you:



          lsusb

          # Bus 001 Device 003: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 [ThinkPad]


          I could connect the headset before, but just like for you, as soon as I switched to HSP/HFP the mic and audio wouldn't work.



          I tried some things. But I'm pretty sure this was the solving step:
          Found this link in another article somewhere.



          I replaced my BCM firmware file with the one downloaded from plugable (link below). Make sure that you have a that chip first! And I'd recommend to do some backup of the original firmware files as well.



          cd /lib/firmware/brcm
          # backup original
          cp BCM20702A<yourversion>.hcd xxxBCM20702A<yourversion>.hcd


          https://plugable.com/2014/06/23/plugable-usb-bluetooth-adapter-solving-hfphsp-profile-issues-on-linux/



          Then I pretty much followed these instructions, point out that I had to use the name of my original driver. I first missed this and had something saying 'could not find' in



          dmesg | grep -i blue


          As soon as you replaced the files shut down your machine (not just reboot) and start it up again. Works for me now =)
          I'd love to here if this did the job.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 2 at 12:23









          jenerousjenerous

          1




          1













          • Thank you for your answer, but I think I don't have this chip, because it doesn't show up when I type in lsubsb.

            – Gregor A.
            Jan 5 at 9:05





















          • Thank you for your answer, but I think I don't have this chip, because it doesn't show up when I type in lsubsb.

            – Gregor A.
            Jan 5 at 9:05



















          Thank you for your answer, but I think I don't have this chip, because it doesn't show up when I type in lsubsb.

          – Gregor A.
          Jan 5 at 9:05







          Thank you for your answer, but I think I don't have this chip, because it doesn't show up when I type in lsubsb.

          – Gregor A.
          Jan 5 at 9:05




















          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%2f1104723%2fhsp-hfp-doesnt-work-on-ubuntu-18-04-1-lts-with-bluetooth-headphones%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

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?