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;
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
add a comment |
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
add a comment |
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
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
usb bluetooth bluez
edited Apr 13 '17 at 12:36
Community♦
1
1
asked Jan 19 '16 at 10:23
user369353user369353
62
62
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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