USB Bluetooth dongle not working The 2019 Stack Overflow Developer Survey Results Are InCan I start the bluetooth daemon without a USB dongle being connected?hciconfig -a Connection timed out (110) , bluez, btusb - Bluetooth Not WorkingBluetooth Dongle Connection refused .How to connect to Bluetooth headset on Debian 8.1Bluetooth dongle suddenly dissapearsLaggy, hanging, unstable bluetooth keyboard with Linux onlyBroadcom BCM2070 Bluetooth 3.0 USB Device not workingbluetooth dongle not powered when plugged, only at bootFedora 27 sound output to a bluetooth device not workingBluetooth headphones pause/play button not working

What is this sharp, curved notch on my knife for?

Falsification in Math vs Science

How to charge AirPods to keep battery healthy?

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

Inverse Relationship Between Precision and Recall

Mathematics of imaging the black hole

How to support a colleague who finds meetings extremely tiring?

How do PCB vias affect signal quality?

Why doesn't UInt have a toDouble()?

Will it cause any balance problems to have PCs level up and gain the benefits of a long rest mid-fight?

Can a flute soloist sit?

Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?

Worn-tile Scrabble

The phrase "to the numbers born"?

writing variables above the numbers in tikz picture

Why doesn't shell automatically fix "useless use of cat"?

How to display lines in a file like ls displays files in a directory?

What do hard-Brexiteers want with respect to the Irish border?

Correct punctuation for showing a character's confusion

Likelihood that a superbug or lethal virus could come from a landfill

How did passengers keep warm on sail ships?

Is it safe to harvest rainwater that fell on solar panels?

Match Roman Numerals

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?



USB Bluetooth dongle not working



The 2019 Stack Overflow Developer Survey Results Are InCan I start the bluetooth daemon without a USB dongle being connected?hciconfig -a Connection timed out (110) , bluez, btusb - Bluetooth Not WorkingBluetooth Dongle Connection refused .How to connect to Bluetooth headset on Debian 8.1Bluetooth dongle suddenly dissapearsLaggy, hanging, unstable bluetooth keyboard with Linux onlyBroadcom BCM2070 Bluetooth 3.0 USB Device not workingbluetooth dongle not powered when plugged, only at bootFedora 27 sound output to a bluetooth device not workingBluetooth headphones pause/play button not working



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








1















I am struggling to get my bluetooth adapter work on my Linux desktop.



I see it when I plug it in, but basically, nothing else works correctly:



$ lsusb
Bus 002 Device 006: ID 0a12:0002 Cambridge Silicon Radio, Ltd Fontline
Test Equipment Bluetooth Device


I can't put it up:



$ sudo hciconfig hci0 up
Can't init device hci0: Cannot assign requested address (99)


Bluetooth service is not working properly and can't be started:



$ sudo service bluetooth status
bluetooth stop/waiting
$ sudo service bluetooth start
start: Job failed to start


The logs say : "init: Failed to spawn bluetooth main process: unable to execute: No such file or directory". There are also plenty of :



[ 5485.753603] init: bluetooth main process ended, respawning
[ 5485.776272] init: bluetooth main process (24531) terminated with status 1


I tried to re-install bluetooth, blueman etc. They depends on the bluez package, and one of the issues(?) seems to be that I fail to install bluez.



$ sudo apt-get install blueman
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
bluez
Suggested packages:
bluez-hcidump
The following NEW packages will be installed:
blueman bluez
...
Setting up bluez (4.101-0ubuntu13.1) ...
reload: Job is not running: dbus
invoke-rc.d: initscript dbus, action "force-reload" failed.
start: Job failed to start
invoke-rc.d: initscript bluetooth, action "start" failed.
dpkg: error processing package bluez (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of blueman:
blueman depends on bluez (>= 4.61); however:
Package bluez is not configured yet.
dpkg: error processing package blueman (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
bluez
blueman


Bluetooth is not blocked:



$ sudo rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


Bluetooth kernel modules are present:



$ lsmod | grep -E "blue|bt|rfco"
rfcomm 69160 0
btusb 32412 0
bluetooth 391136 4 btusb,rfcomm


Those are the packages I have related to bluetooth:



$ dpkg -l | grep -i blue
iU blueman 1.23-git201403102151-1ubuntu1 amd64 Graphical bluetooth manager
iF bluez 4.101-0ubuntu13.1 amd64 Bluetooth tools and daemons
ii bluez-compat 4.101-0ubuntu13.1 amd64 BlueZ 3.x compatibility binaries
ii gir1.2-gnomebluetooth-1.0 3.8.2.1-0ubuntu4.2 amd64 Introspection data for GnomeBluetooth
rc gnome-bluetooth 3.8.2.1-0ubuntu4.1 amd64 GNOME Bluetooth tools
rc indicator-bluetooth 0.0.6+14.04.20140207-0ubuntu2 amd64 System bluetooth indicator.
ii libbluetooth-dev 4.101-0ubuntu13.1 amd64 Development files for using the BlueZ Linux Bluetooth library
ii libbluetooth3:amd64 4.101-0ubuntu13.1 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libgnome-bluetooth11 3.8.2.1-0ubuntu4.2 amd64 GNOME Bluetooth tools - support library
ii libgnome-bluetooth8 3.2.2-0ubuntu5.1 amd64 GNOME Bluetooth tools - support library
ii libmatebluetooth 1.2.1-2+precise amd64 MATE Bluetooth tools (library)
rc mate-bluetooth 1.2.1-2+precise amd64 MATE Bluetooth tools


In this question, I saw mention of bluez-firmware, but couldn't find that yet.



$ sudo apt-get install bluez-firmware
...
E: Unable to locate package bluez-firmware


In attempts to solve the issue, I upgraded my system to the latest Linux Mate 17.3 Rosa + upgraded the kernel to 4.4, however this does not solve the issue.



I have been reading tons of more or less similar issue, but could not find the answer :(
Thanks for your help!










share|improve this question






























    1















    I am struggling to get my bluetooth adapter work on my Linux desktop.



    I see it when I plug it in, but basically, nothing else works correctly:



    $ lsusb
    Bus 002 Device 006: ID 0a12:0002 Cambridge Silicon Radio, Ltd Fontline
    Test Equipment Bluetooth Device


    I can't put it up:



    $ sudo hciconfig hci0 up
    Can't init device hci0: Cannot assign requested address (99)


    Bluetooth service is not working properly and can't be started:



    $ sudo service bluetooth status
    bluetooth stop/waiting
    $ sudo service bluetooth start
    start: Job failed to start


    The logs say : "init: Failed to spawn bluetooth main process: unable to execute: No such file or directory". There are also plenty of :



    [ 5485.753603] init: bluetooth main process ended, respawning
    [ 5485.776272] init: bluetooth main process (24531) terminated with status 1


    I tried to re-install bluetooth, blueman etc. They depends on the bluez package, and one of the issues(?) seems to be that I fail to install bluez.



    $ sudo apt-get install blueman
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following extra packages will be installed:
    bluez
    Suggested packages:
    bluez-hcidump
    The following NEW packages will be installed:
    blueman bluez
    ...
    Setting up bluez (4.101-0ubuntu13.1) ...
    reload: Job is not running: dbus
    invoke-rc.d: initscript dbus, action "force-reload" failed.
    start: Job failed to start
    invoke-rc.d: initscript bluetooth, action "start" failed.
    dpkg: error processing package bluez (--configure):
    subprocess installed post-installation script returned error exit status 1
    dpkg: dependency problems prevent configuration of blueman:
    blueman depends on bluez (>= 4.61); however:
    Package bluez is not configured yet.
    dpkg: error processing package blueman (--configure):
    dependency problems - leaving unconfigured
    No apport report written because the error message indicates its a followup error from a previous failure.
    Errors were encountered while processing:
    bluez
    blueman


    Bluetooth is not blocked:



    $ sudo rfkill list
    0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no


    Bluetooth kernel modules are present:



    $ lsmod | grep -E "blue|bt|rfco"
    rfcomm 69160 0
    btusb 32412 0
    bluetooth 391136 4 btusb,rfcomm


    Those are the packages I have related to bluetooth:



    $ dpkg -l | grep -i blue
    iU blueman 1.23-git201403102151-1ubuntu1 amd64 Graphical bluetooth manager
    iF bluez 4.101-0ubuntu13.1 amd64 Bluetooth tools and daemons
    ii bluez-compat 4.101-0ubuntu13.1 amd64 BlueZ 3.x compatibility binaries
    ii gir1.2-gnomebluetooth-1.0 3.8.2.1-0ubuntu4.2 amd64 Introspection data for GnomeBluetooth
    rc gnome-bluetooth 3.8.2.1-0ubuntu4.1 amd64 GNOME Bluetooth tools
    rc indicator-bluetooth 0.0.6+14.04.20140207-0ubuntu2 amd64 System bluetooth indicator.
    ii libbluetooth-dev 4.101-0ubuntu13.1 amd64 Development files for using the BlueZ Linux Bluetooth library
    ii libbluetooth3:amd64 4.101-0ubuntu13.1 amd64 Library to use the BlueZ Linux Bluetooth stack
    ii libgnome-bluetooth11 3.8.2.1-0ubuntu4.2 amd64 GNOME Bluetooth tools - support library
    ii libgnome-bluetooth8 3.2.2-0ubuntu5.1 amd64 GNOME Bluetooth tools - support library
    ii libmatebluetooth 1.2.1-2+precise amd64 MATE Bluetooth tools (library)
    rc mate-bluetooth 1.2.1-2+precise amd64 MATE Bluetooth tools


    In this question, I saw mention of bluez-firmware, but couldn't find that yet.



    $ sudo apt-get install bluez-firmware
    ...
    E: Unable to locate package bluez-firmware


    In attempts to solve the issue, I upgraded my system to the latest Linux Mate 17.3 Rosa + upgraded the kernel to 4.4, however this does not solve the issue.



    I have been reading tons of more or less similar issue, but could not find the answer :(
    Thanks for your help!










    share|improve this question


























      1












      1








      1








      I am struggling to get my bluetooth adapter work on my Linux desktop.



      I see it when I plug it in, but basically, nothing else works correctly:



      $ lsusb
      Bus 002 Device 006: ID 0a12:0002 Cambridge Silicon Radio, Ltd Fontline
      Test Equipment Bluetooth Device


      I can't put it up:



      $ sudo hciconfig hci0 up
      Can't init device hci0: Cannot assign requested address (99)


      Bluetooth service is not working properly and can't be started:



      $ sudo service bluetooth status
      bluetooth stop/waiting
      $ sudo service bluetooth start
      start: Job failed to start


      The logs say : "init: Failed to spawn bluetooth main process: unable to execute: No such file or directory". There are also plenty of :



      [ 5485.753603] init: bluetooth main process ended, respawning
      [ 5485.776272] init: bluetooth main process (24531) terminated with status 1


      I tried to re-install bluetooth, blueman etc. They depends on the bluez package, and one of the issues(?) seems to be that I fail to install bluez.



      $ sudo apt-get install blueman
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      The following extra packages will be installed:
      bluez
      Suggested packages:
      bluez-hcidump
      The following NEW packages will be installed:
      blueman bluez
      ...
      Setting up bluez (4.101-0ubuntu13.1) ...
      reload: Job is not running: dbus
      invoke-rc.d: initscript dbus, action "force-reload" failed.
      start: Job failed to start
      invoke-rc.d: initscript bluetooth, action "start" failed.
      dpkg: error processing package bluez (--configure):
      subprocess installed post-installation script returned error exit status 1
      dpkg: dependency problems prevent configuration of blueman:
      blueman depends on bluez (>= 4.61); however:
      Package bluez is not configured yet.
      dpkg: error processing package blueman (--configure):
      dependency problems - leaving unconfigured
      No apport report written because the error message indicates its a followup error from a previous failure.
      Errors were encountered while processing:
      bluez
      blueman


      Bluetooth is not blocked:



      $ sudo rfkill list
      0: hci0: Bluetooth
      Soft blocked: no
      Hard blocked: no


      Bluetooth kernel modules are present:



      $ lsmod | grep -E "blue|bt|rfco"
      rfcomm 69160 0
      btusb 32412 0
      bluetooth 391136 4 btusb,rfcomm


      Those are the packages I have related to bluetooth:



      $ dpkg -l | grep -i blue
      iU blueman 1.23-git201403102151-1ubuntu1 amd64 Graphical bluetooth manager
      iF bluez 4.101-0ubuntu13.1 amd64 Bluetooth tools and daemons
      ii bluez-compat 4.101-0ubuntu13.1 amd64 BlueZ 3.x compatibility binaries
      ii gir1.2-gnomebluetooth-1.0 3.8.2.1-0ubuntu4.2 amd64 Introspection data for GnomeBluetooth
      rc gnome-bluetooth 3.8.2.1-0ubuntu4.1 amd64 GNOME Bluetooth tools
      rc indicator-bluetooth 0.0.6+14.04.20140207-0ubuntu2 amd64 System bluetooth indicator.
      ii libbluetooth-dev 4.101-0ubuntu13.1 amd64 Development files for using the BlueZ Linux Bluetooth library
      ii libbluetooth3:amd64 4.101-0ubuntu13.1 amd64 Library to use the BlueZ Linux Bluetooth stack
      ii libgnome-bluetooth11 3.8.2.1-0ubuntu4.2 amd64 GNOME Bluetooth tools - support library
      ii libgnome-bluetooth8 3.2.2-0ubuntu5.1 amd64 GNOME Bluetooth tools - support library
      ii libmatebluetooth 1.2.1-2+precise amd64 MATE Bluetooth tools (library)
      rc mate-bluetooth 1.2.1-2+precise amd64 MATE Bluetooth tools


      In this question, I saw mention of bluez-firmware, but couldn't find that yet.



      $ sudo apt-get install bluez-firmware
      ...
      E: Unable to locate package bluez-firmware


      In attempts to solve the issue, I upgraded my system to the latest Linux Mate 17.3 Rosa + upgraded the kernel to 4.4, however this does not solve the issue.



      I have been reading tons of more or less similar issue, but could not find the answer :(
      Thanks for your help!










      share|improve this question
















      I am struggling to get my bluetooth adapter work on my Linux desktop.



      I see it when I plug it in, but basically, nothing else works correctly:



      $ lsusb
      Bus 002 Device 006: ID 0a12:0002 Cambridge Silicon Radio, Ltd Fontline
      Test Equipment Bluetooth Device


      I can't put it up:



      $ sudo hciconfig hci0 up
      Can't init device hci0: Cannot assign requested address (99)


      Bluetooth service is not working properly and can't be started:



      $ sudo service bluetooth status
      bluetooth stop/waiting
      $ sudo service bluetooth start
      start: Job failed to start


      The logs say : "init: Failed to spawn bluetooth main process: unable to execute: No such file or directory". There are also plenty of :



      [ 5485.753603] init: bluetooth main process ended, respawning
      [ 5485.776272] init: bluetooth main process (24531) terminated with status 1


      I tried to re-install bluetooth, blueman etc. They depends on the bluez package, and one of the issues(?) seems to be that I fail to install bluez.



      $ sudo apt-get install blueman
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      The following extra packages will be installed:
      bluez
      Suggested packages:
      bluez-hcidump
      The following NEW packages will be installed:
      blueman bluez
      ...
      Setting up bluez (4.101-0ubuntu13.1) ...
      reload: Job is not running: dbus
      invoke-rc.d: initscript dbus, action "force-reload" failed.
      start: Job failed to start
      invoke-rc.d: initscript bluetooth, action "start" failed.
      dpkg: error processing package bluez (--configure):
      subprocess installed post-installation script returned error exit status 1
      dpkg: dependency problems prevent configuration of blueman:
      blueman depends on bluez (>= 4.61); however:
      Package bluez is not configured yet.
      dpkg: error processing package blueman (--configure):
      dependency problems - leaving unconfigured
      No apport report written because the error message indicates its a followup error from a previous failure.
      Errors were encountered while processing:
      bluez
      blueman


      Bluetooth is not blocked:



      $ sudo rfkill list
      0: hci0: Bluetooth
      Soft blocked: no
      Hard blocked: no


      Bluetooth kernel modules are present:



      $ lsmod | grep -E "blue|bt|rfco"
      rfcomm 69160 0
      btusb 32412 0
      bluetooth 391136 4 btusb,rfcomm


      Those are the packages I have related to bluetooth:



      $ dpkg -l | grep -i blue
      iU blueman 1.23-git201403102151-1ubuntu1 amd64 Graphical bluetooth manager
      iF bluez 4.101-0ubuntu13.1 amd64 Bluetooth tools and daemons
      ii bluez-compat 4.101-0ubuntu13.1 amd64 BlueZ 3.x compatibility binaries
      ii gir1.2-gnomebluetooth-1.0 3.8.2.1-0ubuntu4.2 amd64 Introspection data for GnomeBluetooth
      rc gnome-bluetooth 3.8.2.1-0ubuntu4.1 amd64 GNOME Bluetooth tools
      rc indicator-bluetooth 0.0.6+14.04.20140207-0ubuntu2 amd64 System bluetooth indicator.
      ii libbluetooth-dev 4.101-0ubuntu13.1 amd64 Development files for using the BlueZ Linux Bluetooth library
      ii libbluetooth3:amd64 4.101-0ubuntu13.1 amd64 Library to use the BlueZ Linux Bluetooth stack
      ii libgnome-bluetooth11 3.8.2.1-0ubuntu4.2 amd64 GNOME Bluetooth tools - support library
      ii libgnome-bluetooth8 3.2.2-0ubuntu5.1 amd64 GNOME Bluetooth tools - support library
      ii libmatebluetooth 1.2.1-2+precise amd64 MATE Bluetooth tools (library)
      rc mate-bluetooth 1.2.1-2+precise amd64 MATE Bluetooth tools


      In this question, I saw mention of bluez-firmware, but couldn't find that yet.



      $ sudo apt-get install bluez-firmware
      ...
      E: Unable to locate package bluez-firmware


      In attempts to solve the issue, I upgraded my system to the latest Linux Mate 17.3 Rosa + upgraded the kernel to 4.4, however this does not solve the issue.



      I have been reading tons of more or less similar issue, but could not find the answer :(
      Thanks for your help!







      usb bluetooth bluez






      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 Jan 19 '16 at 10:23









      user369353user369353

      62




      62




















          1 Answer
          1






          active

          oldest

          votes


















          0














          I guess you could try a few things:



          1) Try to reboot your PC to see whether it could be due to a hotplug / coldplug problem



          2) A bug on the kernel Linux affecting similar dongles has been identified, and patched, see bugzilla, so updating your kernel might be the best option for you.






          share|improve this answer

























          • I rebooted, and unfortunately confirm it's not a hotplug / coldplug issue as it's still not seen if I reboot with it attached. I'll try upgrading my kernel.

            – user369353
            Jan 21 '16 at 8:39











          • I upgraded to kernel 4.4. That didn't solve the issue. I still can't use hcitool etc. And bluez still won't install. So, consequently, bluetooth, blueman etc don't install.

            – user369353
            Jan 21 '16 at 9:19











          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',
          autoActivateHeartbeat: false,
          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%2f256278%2fusb-bluetooth-dongle-not-working%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














          I guess you could try a few things:



          1) Try to reboot your PC to see whether it could be due to a hotplug / coldplug problem



          2) A bug on the kernel Linux affecting similar dongles has been identified, and patched, see bugzilla, so updating your kernel might be the best option for you.






          share|improve this answer

























          • I rebooted, and unfortunately confirm it's not a hotplug / coldplug issue as it's still not seen if I reboot with it attached. I'll try upgrading my kernel.

            – user369353
            Jan 21 '16 at 8:39











          • I upgraded to kernel 4.4. That didn't solve the issue. I still can't use hcitool etc. And bluez still won't install. So, consequently, bluetooth, blueman etc don't install.

            – user369353
            Jan 21 '16 at 9:19















          0














          I guess you could try a few things:



          1) Try to reboot your PC to see whether it could be due to a hotplug / coldplug problem



          2) A bug on the kernel Linux affecting similar dongles has been identified, and patched, see bugzilla, so updating your kernel might be the best option for you.






          share|improve this answer

























          • I rebooted, and unfortunately confirm it's not a hotplug / coldplug issue as it's still not seen if I reboot with it attached. I'll try upgrading my kernel.

            – user369353
            Jan 21 '16 at 8:39











          • I upgraded to kernel 4.4. That didn't solve the issue. I still can't use hcitool etc. And bluez still won't install. So, consequently, bluetooth, blueman etc don't install.

            – user369353
            Jan 21 '16 at 9:19













          0












          0








          0







          I guess you could try a few things:



          1) Try to reboot your PC to see whether it could be due to a hotplug / coldplug problem



          2) A bug on the kernel Linux affecting similar dongles has been identified, and patched, see bugzilla, so updating your kernel might be the best option for you.






          share|improve this answer















          I guess you could try a few things:



          1) Try to reboot your PC to see whether it could be due to a hotplug / coldplug problem



          2) A bug on the kernel Linux affecting similar dongles has been identified, and patched, see bugzilla, so updating your kernel might be the best option for you.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 19 '16 at 16:05









          Jeff Schaller

          45k1164147




          45k1164147










          answered Jan 19 '16 at 14:34









          LudozeLudoze

          1




          1












          • I rebooted, and unfortunately confirm it's not a hotplug / coldplug issue as it's still not seen if I reboot with it attached. I'll try upgrading my kernel.

            – user369353
            Jan 21 '16 at 8:39











          • I upgraded to kernel 4.4. That didn't solve the issue. I still can't use hcitool etc. And bluez still won't install. So, consequently, bluetooth, blueman etc don't install.

            – user369353
            Jan 21 '16 at 9:19

















          • I rebooted, and unfortunately confirm it's not a hotplug / coldplug issue as it's still not seen if I reboot with it attached. I'll try upgrading my kernel.

            – user369353
            Jan 21 '16 at 8:39











          • I upgraded to kernel 4.4. That didn't solve the issue. I still can't use hcitool etc. And bluez still won't install. So, consequently, bluetooth, blueman etc don't install.

            – user369353
            Jan 21 '16 at 9:19
















          I rebooted, and unfortunately confirm it's not a hotplug / coldplug issue as it's still not seen if I reboot with it attached. I'll try upgrading my kernel.

          – user369353
          Jan 21 '16 at 8:39





          I rebooted, and unfortunately confirm it's not a hotplug / coldplug issue as it's still not seen if I reboot with it attached. I'll try upgrading my kernel.

          – user369353
          Jan 21 '16 at 8:39













          I upgraded to kernel 4.4. That didn't solve the issue. I still can't use hcitool etc. And bluez still won't install. So, consequently, bluetooth, blueman etc don't install.

          – user369353
          Jan 21 '16 at 9:19





          I upgraded to kernel 4.4. That didn't solve the issue. I still can't use hcitool etc. And bluez still won't install. So, consequently, bluetooth, blueman etc don't install.

          – user369353
          Jan 21 '16 at 9:19

















          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f256278%2fusb-bluetooth-dongle-not-working%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

          getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

          Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

          Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.