ubuntu 18.04 bluetooth not set up
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am trying to connect airpods and my other pair of headphones to xps13 ubuntu 18.04. My laptop can find bluetooth devices; however, I always get that not set up status. I tried setting it up by clicking on the not set up, but it won't. How do I fix this?

18.04 bluetooth
add a comment |
I am trying to connect airpods and my other pair of headphones to xps13 ubuntu 18.04. My laptop can find bluetooth devices; however, I always get that not set up status. I tried setting it up by clicking on the not set up, but it won't. How do I fix this?

18.04 bluetooth
Did you figure it out?
– JPi
Jan 5 at 17:13
@JPi nope, couldn't get it to work :(
– MoneyBall
Jan 9 at 14:28
I made them work, take a look at here: askubuntu.com/a/1123633/782482
– Shayan Amani
Mar 14 at 15:35
add a comment |
I am trying to connect airpods and my other pair of headphones to xps13 ubuntu 18.04. My laptop can find bluetooth devices; however, I always get that not set up status. I tried setting it up by clicking on the not set up, but it won't. How do I fix this?

18.04 bluetooth
I am trying to connect airpods and my other pair of headphones to xps13 ubuntu 18.04. My laptop can find bluetooth devices; however, I always get that not set up status. I tried setting it up by clicking on the not set up, but it won't. How do I fix this?

18.04 bluetooth
18.04 bluetooth
asked Sep 23 '18 at 7:23
MoneyBallMoneyBall
2431412
2431412
Did you figure it out?
– JPi
Jan 5 at 17:13
@JPi nope, couldn't get it to work :(
– MoneyBall
Jan 9 at 14:28
I made them work, take a look at here: askubuntu.com/a/1123633/782482
– Shayan Amani
Mar 14 at 15:35
add a comment |
Did you figure it out?
– JPi
Jan 5 at 17:13
@JPi nope, couldn't get it to work :(
– MoneyBall
Jan 9 at 14:28
I made them work, take a look at here: askubuntu.com/a/1123633/782482
– Shayan Amani
Mar 14 at 15:35
Did you figure it out?
– JPi
Jan 5 at 17:13
Did you figure it out?
– JPi
Jan 5 at 17:13
@JPi nope, couldn't get it to work :(
– MoneyBall
Jan 9 at 14:28
@JPi nope, couldn't get it to work :(
– MoneyBall
Jan 9 at 14:28
I made them work, take a look at here: askubuntu.com/a/1123633/782482
– Shayan Amani
Mar 14 at 15:35
I made them work, take a look at here: askubuntu.com/a/1123633/782482
– Shayan Amani
Mar 14 at 15:35
add a comment |
1 Answer
1
active
oldest
votes
Installing package "blueman" will help you.
First launch the terminal by pressing ctrl + alt + T
Then run the command in terminal:
sudo service bluetooth start
Install blueman by typing to terminal:
sudo apt-get install blueman bluez-utils bluez bluetooth
Now again type to terminal:
sudo service bluetooth restart
Now launch Blueman and then connect your devices from the blueman window by searching followed by pairing.
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%2f1077668%2fubuntu-18-04-bluetooth-not-set-up%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
Installing package "blueman" will help you.
First launch the terminal by pressing ctrl + alt + T
Then run the command in terminal:
sudo service bluetooth start
Install blueman by typing to terminal:
sudo apt-get install blueman bluez-utils bluez bluetooth
Now again type to terminal:
sudo service bluetooth restart
Now launch Blueman and then connect your devices from the blueman window by searching followed by pairing.
add a comment |
Installing package "blueman" will help you.
First launch the terminal by pressing ctrl + alt + T
Then run the command in terminal:
sudo service bluetooth start
Install blueman by typing to terminal:
sudo apt-get install blueman bluez-utils bluez bluetooth
Now again type to terminal:
sudo service bluetooth restart
Now launch Blueman and then connect your devices from the blueman window by searching followed by pairing.
add a comment |
Installing package "blueman" will help you.
First launch the terminal by pressing ctrl + alt + T
Then run the command in terminal:
sudo service bluetooth start
Install blueman by typing to terminal:
sudo apt-get install blueman bluez-utils bluez bluetooth
Now again type to terminal:
sudo service bluetooth restart
Now launch Blueman and then connect your devices from the blueman window by searching followed by pairing.
Installing package "blueman" will help you.
First launch the terminal by pressing ctrl + alt + T
Then run the command in terminal:
sudo service bluetooth start
Install blueman by typing to terminal:
sudo apt-get install blueman bluez-utils bluez bluetooth
Now again type to terminal:
sudo service bluetooth restart
Now launch Blueman and then connect your devices from the blueman window by searching followed by pairing.
answered Mar 30 at 0:30
root-userroot-user
34
34
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%2f1077668%2fubuntu-18-04-bluetooth-not-set-up%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
Did you figure it out?
– JPi
Jan 5 at 17:13
@JPi nope, couldn't get it to work :(
– MoneyBall
Jan 9 at 14:28
I made them work, take a look at here: askubuntu.com/a/1123633/782482
– Shayan Amani
Mar 14 at 15:35