Pairing Bluetooth headphones in command line
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
How do you pair bluetooth headphones without using the GUI? I don't know how to.
I found different method on the internet but nothing works.
I can actually see my headphones with the command : hcitool scan
then i try to connect with : hcitool cc 00:00:00:00:00:00 and hcitool auth 00:00:00:00:00:00
I haven't received an error message but my headphones are not working.
thanks for your time.
command-line bluetooth headphones
add a comment |
How do you pair bluetooth headphones without using the GUI? I don't know how to.
I found different method on the internet but nothing works.
I can actually see my headphones with the command : hcitool scan
then i try to connect with : hcitool cc 00:00:00:00:00:00 and hcitool auth 00:00:00:00:00:00
I haven't received an error message but my headphones are not working.
thanks for your time.
command-line bluetooth headphones
add a comment |
How do you pair bluetooth headphones without using the GUI? I don't know how to.
I found different method on the internet but nothing works.
I can actually see my headphones with the command : hcitool scan
then i try to connect with : hcitool cc 00:00:00:00:00:00 and hcitool auth 00:00:00:00:00:00
I haven't received an error message but my headphones are not working.
thanks for your time.
command-line bluetooth headphones
How do you pair bluetooth headphones without using the GUI? I don't know how to.
I found different method on the internet but nothing works.
I can actually see my headphones with the command : hcitool scan
then i try to connect with : hcitool cc 00:00:00:00:00:00 and hcitool auth 00:00:00:00:00:00
I haven't received an error message but my headphones are not working.
thanks for your time.
command-line bluetooth headphones
command-line bluetooth headphones
edited Oct 6 '16 at 12:48
Tony Lancer
939622
939622
asked Oct 6 '16 at 12:37
DysnodDysnod
36113
36113
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can use bluez-tools.
Install it by running sudo apt-get install bluez-tools.
Find the MAC address of your device with bt-device -l and connect to it with bt-audio -c 00:00:00:00:00:00.
2
bt-audio is not installed but bluez-tools is installng.
– Dysnod
Oct 6 '16 at 13:16
bt-audioshould come together withbluez-tools.
– Tony Lancer
Oct 6 '16 at 14:25
What happens when you runbt-audio -c 00:00:00:00:00:00?
– Tony Lancer
Oct 6 '16 at 14:29
2
The BT-audio program is not yet installed. You can install it by typing sudo apt-get install bluez-tools. I tried to remove and install bluez-tools but the problem is still there.
– Dysnod
Oct 6 '16 at 14:40
2
There's an open issue for bt-audio missing from bluez-tools github.com/khvzak/bluez-tools/issues/13.
– Jaakko
Mar 22 '17 at 15:59
|
show 4 more comments
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%2f833779%2fpairing-bluetooth-headphones-in-command-line%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
You can use bluez-tools.
Install it by running sudo apt-get install bluez-tools.
Find the MAC address of your device with bt-device -l and connect to it with bt-audio -c 00:00:00:00:00:00.
2
bt-audio is not installed but bluez-tools is installng.
– Dysnod
Oct 6 '16 at 13:16
bt-audioshould come together withbluez-tools.
– Tony Lancer
Oct 6 '16 at 14:25
What happens when you runbt-audio -c 00:00:00:00:00:00?
– Tony Lancer
Oct 6 '16 at 14:29
2
The BT-audio program is not yet installed. You can install it by typing sudo apt-get install bluez-tools. I tried to remove and install bluez-tools but the problem is still there.
– Dysnod
Oct 6 '16 at 14:40
2
There's an open issue for bt-audio missing from bluez-tools github.com/khvzak/bluez-tools/issues/13.
– Jaakko
Mar 22 '17 at 15:59
|
show 4 more comments
You can use bluez-tools.
Install it by running sudo apt-get install bluez-tools.
Find the MAC address of your device with bt-device -l and connect to it with bt-audio -c 00:00:00:00:00:00.
2
bt-audio is not installed but bluez-tools is installng.
– Dysnod
Oct 6 '16 at 13:16
bt-audioshould come together withbluez-tools.
– Tony Lancer
Oct 6 '16 at 14:25
What happens when you runbt-audio -c 00:00:00:00:00:00?
– Tony Lancer
Oct 6 '16 at 14:29
2
The BT-audio program is not yet installed. You can install it by typing sudo apt-get install bluez-tools. I tried to remove and install bluez-tools but the problem is still there.
– Dysnod
Oct 6 '16 at 14:40
2
There's an open issue for bt-audio missing from bluez-tools github.com/khvzak/bluez-tools/issues/13.
– Jaakko
Mar 22 '17 at 15:59
|
show 4 more comments
You can use bluez-tools.
Install it by running sudo apt-get install bluez-tools.
Find the MAC address of your device with bt-device -l and connect to it with bt-audio -c 00:00:00:00:00:00.
You can use bluez-tools.
Install it by running sudo apt-get install bluez-tools.
Find the MAC address of your device with bt-device -l and connect to it with bt-audio -c 00:00:00:00:00:00.
answered Oct 6 '16 at 12:56
Tony LancerTony Lancer
939622
939622
2
bt-audio is not installed but bluez-tools is installng.
– Dysnod
Oct 6 '16 at 13:16
bt-audioshould come together withbluez-tools.
– Tony Lancer
Oct 6 '16 at 14:25
What happens when you runbt-audio -c 00:00:00:00:00:00?
– Tony Lancer
Oct 6 '16 at 14:29
2
The BT-audio program is not yet installed. You can install it by typing sudo apt-get install bluez-tools. I tried to remove and install bluez-tools but the problem is still there.
– Dysnod
Oct 6 '16 at 14:40
2
There's an open issue for bt-audio missing from bluez-tools github.com/khvzak/bluez-tools/issues/13.
– Jaakko
Mar 22 '17 at 15:59
|
show 4 more comments
2
bt-audio is not installed but bluez-tools is installng.
– Dysnod
Oct 6 '16 at 13:16
bt-audioshould come together withbluez-tools.
– Tony Lancer
Oct 6 '16 at 14:25
What happens when you runbt-audio -c 00:00:00:00:00:00?
– Tony Lancer
Oct 6 '16 at 14:29
2
The BT-audio program is not yet installed. You can install it by typing sudo apt-get install bluez-tools. I tried to remove and install bluez-tools but the problem is still there.
– Dysnod
Oct 6 '16 at 14:40
2
There's an open issue for bt-audio missing from bluez-tools github.com/khvzak/bluez-tools/issues/13.
– Jaakko
Mar 22 '17 at 15:59
2
2
bt-audio is not installed but bluez-tools is installng.
– Dysnod
Oct 6 '16 at 13:16
bt-audio is not installed but bluez-tools is installng.
– Dysnod
Oct 6 '16 at 13:16
bt-audio should come together with bluez-tools.– Tony Lancer
Oct 6 '16 at 14:25
bt-audio should come together with bluez-tools.– Tony Lancer
Oct 6 '16 at 14:25
What happens when you run
bt-audio -c 00:00:00:00:00:00?– Tony Lancer
Oct 6 '16 at 14:29
What happens when you run
bt-audio -c 00:00:00:00:00:00?– Tony Lancer
Oct 6 '16 at 14:29
2
2
The BT-audio program is not yet installed. You can install it by typing sudo apt-get install bluez-tools. I tried to remove and install bluez-tools but the problem is still there.
– Dysnod
Oct 6 '16 at 14:40
The BT-audio program is not yet installed. You can install it by typing sudo apt-get install bluez-tools. I tried to remove and install bluez-tools but the problem is still there.
– Dysnod
Oct 6 '16 at 14:40
2
2
There's an open issue for bt-audio missing from bluez-tools github.com/khvzak/bluez-tools/issues/13.
– Jaakko
Mar 22 '17 at 15:59
There's an open issue for bt-audio missing from bluez-tools github.com/khvzak/bluez-tools/issues/13.
– Jaakko
Mar 22 '17 at 15:59
|
show 4 more comments
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%2f833779%2fpairing-bluetooth-headphones-in-command-line%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