Bluetooth does not detect device
I have Dell inspiron 3521 and Ubuntu 12.04.
Wireless is working perfectly but bluetooth does not detect any device.
result of sudo rfkill list
is
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
Please help me regarding this.
Thank You.
bluetooth
bumped to the homepage by Community♦ 5 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have Dell inspiron 3521 and Ubuntu 12.04.
Wireless is working perfectly but bluetooth does not detect any device.
result of sudo rfkill list
is
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
Please help me regarding this.
Thank You.
bluetooth
bumped to the homepage by Community♦ 5 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have Dell inspiron 3521 and Ubuntu 12.04.
Wireless is working perfectly but bluetooth does not detect any device.
result of sudo rfkill list
is
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
Please help me regarding this.
Thank You.
bluetooth
I have Dell inspiron 3521 and Ubuntu 12.04.
Wireless is working perfectly but bluetooth does not detect any device.
result of sudo rfkill list
is
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
Please help me regarding this.
Thank You.
bluetooth
bluetooth
asked Oct 29 '13 at 17:32
Jawad KhanJawad Khan
614
614
bumped to the homepage by Community♦ 5 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 5 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
At me this problem appear if the bluetooth is disabled when system is starting, for me work this solution: open System Settings > Bluetooth and enable if it is disabled, or disable and enable if it is enabled; Restart and try again.
add a comment |
it says here that you have to install the bluetooth driver from dell's website on windows in order for it to work on ubuntu.
bccmd psset -r -s implementation 0x028c 0x0001
shows unsupported manufacturer message in terminal.
– Jawad Khan
Oct 30 '13 at 12:41
I didn't worked.
– Jawad Khan
Nov 2 '13 at 13:47
Those instructions don't work for 16.04.
– Chloe
Nov 24 '16 at 6:57
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%2f367999%2fbluetooth-does-not-detect-device%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
At me this problem appear if the bluetooth is disabled when system is starting, for me work this solution: open System Settings > Bluetooth and enable if it is disabled, or disable and enable if it is enabled; Restart and try again.
add a comment |
At me this problem appear if the bluetooth is disabled when system is starting, for me work this solution: open System Settings > Bluetooth and enable if it is disabled, or disable and enable if it is enabled; Restart and try again.
add a comment |
At me this problem appear if the bluetooth is disabled when system is starting, for me work this solution: open System Settings > Bluetooth and enable if it is disabled, or disable and enable if it is enabled; Restart and try again.
At me this problem appear if the bluetooth is disabled when system is starting, for me work this solution: open System Settings > Bluetooth and enable if it is disabled, or disable and enable if it is enabled; Restart and try again.
answered Oct 29 '13 at 17:39
L.V.AL.V.A
80921228
80921228
add a comment |
add a comment |
it says here that you have to install the bluetooth driver from dell's website on windows in order for it to work on ubuntu.
bccmd psset -r -s implementation 0x028c 0x0001
shows unsupported manufacturer message in terminal.
– Jawad Khan
Oct 30 '13 at 12:41
I didn't worked.
– Jawad Khan
Nov 2 '13 at 13:47
Those instructions don't work for 16.04.
– Chloe
Nov 24 '16 at 6:57
add a comment |
it says here that you have to install the bluetooth driver from dell's website on windows in order for it to work on ubuntu.
bccmd psset -r -s implementation 0x028c 0x0001
shows unsupported manufacturer message in terminal.
– Jawad Khan
Oct 30 '13 at 12:41
I didn't worked.
– Jawad Khan
Nov 2 '13 at 13:47
Those instructions don't work for 16.04.
– Chloe
Nov 24 '16 at 6:57
add a comment |
it says here that you have to install the bluetooth driver from dell's website on windows in order for it to work on ubuntu.
it says here that you have to install the bluetooth driver from dell's website on windows in order for it to work on ubuntu.
edited Oct 30 '13 at 19:45
answered Oct 29 '13 at 19:45
DzeroDzero
1,68811120
1,68811120
bccmd psset -r -s implementation 0x028c 0x0001
shows unsupported manufacturer message in terminal.
– Jawad Khan
Oct 30 '13 at 12:41
I didn't worked.
– Jawad Khan
Nov 2 '13 at 13:47
Those instructions don't work for 16.04.
– Chloe
Nov 24 '16 at 6:57
add a comment |
bccmd psset -r -s implementation 0x028c 0x0001
shows unsupported manufacturer message in terminal.
– Jawad Khan
Oct 30 '13 at 12:41
I didn't worked.
– Jawad Khan
Nov 2 '13 at 13:47
Those instructions don't work for 16.04.
– Chloe
Nov 24 '16 at 6:57
bccmd psset -r -s implementation 0x028c 0x0001
shows unsupported manufacturer message in terminal.– Jawad Khan
Oct 30 '13 at 12:41
bccmd psset -r -s implementation 0x028c 0x0001
shows unsupported manufacturer message in terminal.– Jawad Khan
Oct 30 '13 at 12:41
I didn't worked.
– Jawad Khan
Nov 2 '13 at 13:47
I didn't worked.
– Jawad Khan
Nov 2 '13 at 13:47
Those instructions don't work for 16.04.
– Chloe
Nov 24 '16 at 6:57
Those instructions don't work for 16.04.
– Chloe
Nov 24 '16 at 6:57
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%2f367999%2fbluetooth-does-not-detect-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