Unable to activate Bluetooth in Ubuntu 17.10 (used to work flawlessly) The 2019 Stack Overflow...
Is a "Democratic" Oligarchy-Style System Possible?
Are spiders unable to hurt humans, especially very small spiders?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
What is the closest word meaning "respect for time / mindful"
A poker game description that does not feel gimmicky
Right tool to dig six foot holes?
Multiply Two Integer Polynomials
Did Section 31 appear in Star Trek: The Next Generation?
Reference request: Oldest number theory books with (unsolved) exercises?
Origin of "cooter" meaning "vagina"
Can you compress metal and what would be the consequences?
When should I buy a clipper card after flying to OAK?
Which Sci-Fi work first showed weapon of galactic-scale mass destruction?
FPGA - DIY Programming
Why can Shazam fly?
Apparent duplicates between Haynes service instructions and MOT
Worn-tile Scrabble
What did it mean to "align" a radio?
How technical should a Scrum Master be to effectively remove impediments?
Why isn't airport relocation done gradually?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
Return to UK after having been refused entry years ago
What is the most effective way of iterating a std::vector and why?
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;
}
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.
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:
(so it seems not to be blocked)
lspci -knn | grep Net -A3; lsusb; dmesg | grep -i blue
Output:
(again seems not to be blocked)
bluetoothctl list
Output:
Now I'm running out of ideas. Are there any other approaches?
gnome bluetooth 17.10
add a comment |
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.
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:
(so it seems not to be blocked)
lspci -knn | grep Net -A3; lsusb; dmesg | grep -i blue
Output:
(again seems not to be blocked)
bluetoothctl list
Output:
Now I'm running out of ideas. Are there any other approaches?
gnome bluetooth 17.10
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
add a comment |
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.
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:
(so it seems not to be blocked)
lspci -knn | grep Net -A3; lsusb; dmesg | grep -i blue
Output:
(again seems not to be blocked)
bluetoothctl list
Output:
Now I'm running out of ideas. Are there any other approaches?
gnome bluetooth 17.10
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.
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:
(so it seems not to be blocked)
lspci -knn | grep Net -A3; lsusb; dmesg | grep -i blue
Output:
(again seems not to be blocked)
bluetoothctl list
Output:
Now I'm running out of ideas. Are there any other approaches?
gnome bluetooth 17.10
gnome bluetooth 17.10
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
same issue i am also having in Ubuntu 17.10 version If anyone having answer so please tell me
New contributor
add a comment |
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
});
}
});
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%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
same issue i am also having in Ubuntu 17.10 version If anyone having answer so please tell me
New contributor
add a comment |
same issue i am also having in Ubuntu 17.10 version If anyone having answer so please tell me
New contributor
add a comment |
same issue i am also having in Ubuntu 17.10 version If anyone having answer so please tell me
New contributor
same issue i am also having in Ubuntu 17.10 version If anyone having answer so please tell me
New contributor
New contributor
answered 11 mins ago
NileshNilesh
1
1
New contributor
New contributor
add a comment |
add a comment |
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.
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%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
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
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