Bluetoothctl can't find default device but hciconfig / hcitool can see my device
up vote
0
down vote
favorite
I was using BlueZ-5.49 at Linux with HCI-UART controller (Nordic Zephyr project).
I already use btattach to connect with my adapter and can do scan through hcitool.
$ hciconfig -a
@ RAW Open: hciconfig (privileged) version 2.22 {0x0003} 240.238053
hci0: Type: Primary Bus: UART
BD Address: 00:00:00:00:00:00 ACL MTU: 27:7 SCO MTU: 0:0
UP RUNNING
RX bytes:476 acl:0 sco:0 events:34 errors:0
TX bytes:248 acl:0 sco:0 commands:34 errors:0
Features: 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00
Packet type: DM1 DH1 HV1
Link policy:
Link mode: SLAVE ACCEPT
I would like to use bluetoothctl
to connect my peripherals
but I cannot find my adapter
$bluetoothctl
[bluetooth]# Agent registered
[bluetooth]# list
[bluetooth]# scan on
No default controller available
It seems that the bluetoothctl
does not recognize this adapter.
I think my issue is similar to the below question. However, I don't quite understand what was the solution is.
bluetoothctl can't detect device but hcitool can?
I hope someone could give me some hint to check what's missing on my system right now.
Thank for your help.
bluetooth bluez
add a comment |
up vote
0
down vote
favorite
I was using BlueZ-5.49 at Linux with HCI-UART controller (Nordic Zephyr project).
I already use btattach to connect with my adapter and can do scan through hcitool.
$ hciconfig -a
@ RAW Open: hciconfig (privileged) version 2.22 {0x0003} 240.238053
hci0: Type: Primary Bus: UART
BD Address: 00:00:00:00:00:00 ACL MTU: 27:7 SCO MTU: 0:0
UP RUNNING
RX bytes:476 acl:0 sco:0 events:34 errors:0
TX bytes:248 acl:0 sco:0 commands:34 errors:0
Features: 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00
Packet type: DM1 DH1 HV1
Link policy:
Link mode: SLAVE ACCEPT
I would like to use bluetoothctl
to connect my peripherals
but I cannot find my adapter
$bluetoothctl
[bluetooth]# Agent registered
[bluetooth]# list
[bluetooth]# scan on
No default controller available
It seems that the bluetoothctl
does not recognize this adapter.
I think my issue is similar to the below question. However, I don't quite understand what was the solution is.
bluetoothctl can't detect device but hcitool can?
I hope someone could give me some hint to check what's missing on my system right now.
Thank for your help.
bluetooth bluez
Please edit the question to include results forlsusb; dmesg | egrep -i 'blue|firm'
– Jeremy31
Dec 3 at 22:05
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I was using BlueZ-5.49 at Linux with HCI-UART controller (Nordic Zephyr project).
I already use btattach to connect with my adapter and can do scan through hcitool.
$ hciconfig -a
@ RAW Open: hciconfig (privileged) version 2.22 {0x0003} 240.238053
hci0: Type: Primary Bus: UART
BD Address: 00:00:00:00:00:00 ACL MTU: 27:7 SCO MTU: 0:0
UP RUNNING
RX bytes:476 acl:0 sco:0 events:34 errors:0
TX bytes:248 acl:0 sco:0 commands:34 errors:0
Features: 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00
Packet type: DM1 DH1 HV1
Link policy:
Link mode: SLAVE ACCEPT
I would like to use bluetoothctl
to connect my peripherals
but I cannot find my adapter
$bluetoothctl
[bluetooth]# Agent registered
[bluetooth]# list
[bluetooth]# scan on
No default controller available
It seems that the bluetoothctl
does not recognize this adapter.
I think my issue is similar to the below question. However, I don't quite understand what was the solution is.
bluetoothctl can't detect device but hcitool can?
I hope someone could give me some hint to check what's missing on my system right now.
Thank for your help.
bluetooth bluez
I was using BlueZ-5.49 at Linux with HCI-UART controller (Nordic Zephyr project).
I already use btattach to connect with my adapter and can do scan through hcitool.
$ hciconfig -a
@ RAW Open: hciconfig (privileged) version 2.22 {0x0003} 240.238053
hci0: Type: Primary Bus: UART
BD Address: 00:00:00:00:00:00 ACL MTU: 27:7 SCO MTU: 0:0
UP RUNNING
RX bytes:476 acl:0 sco:0 events:34 errors:0
TX bytes:248 acl:0 sco:0 commands:34 errors:0
Features: 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00
Packet type: DM1 DH1 HV1
Link policy:
Link mode: SLAVE ACCEPT
I would like to use bluetoothctl
to connect my peripherals
but I cannot find my adapter
$bluetoothctl
[bluetooth]# Agent registered
[bluetooth]# list
[bluetooth]# scan on
No default controller available
It seems that the bluetoothctl
does not recognize this adapter.
I think my issue is similar to the below question. However, I don't quite understand what was the solution is.
bluetoothctl can't detect device but hcitool can?
I hope someone could give me some hint to check what's missing on my system right now.
Thank for your help.
bluetooth bluez
bluetooth bluez
edited Dec 3 at 16:18
Zanna
49.3k13127236
49.3k13127236
asked Dec 3 at 14:21
Brian Chang
1
1
Please edit the question to include results forlsusb; dmesg | egrep -i 'blue|firm'
– Jeremy31
Dec 3 at 22:05
add a comment |
Please edit the question to include results forlsusb; dmesg | egrep -i 'blue|firm'
– Jeremy31
Dec 3 at 22:05
Please edit the question to include results for
lsusb; dmesg | egrep -i 'blue|firm'
– Jeremy31
Dec 3 at 22:05
Please edit the question to include results for
lsusb; dmesg | egrep -i 'blue|firm'
– Jeremy31
Dec 3 at 22:05
add a comment |
active
oldest
votes
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',
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%2f1098165%2fbluetoothctl-cant-find-default-device-but-hciconfig-hcitool-can-see-my-device%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1098165%2fbluetoothctl-cant-find-default-device-but-hciconfig-hcitool-can-see-my-device%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
Please edit the question to include results for
lsusb; dmesg | egrep -i 'blue|firm'
– Jeremy31
Dec 3 at 22:05