Ubuntu 19.04 - Bluetooth device not found during scan (OBD2-ELM327 Bluetooth)Bluetooth: Pairing two ubuntu 13.10 machines for audio streaming failsBluetooth not working on lenovo g50-30 (Ubuntu 15.10)Lost bluetooth functionality after upgrading from 17.04 to 17.10
Pass on your radiation
Does 'hacer alguien matar' mean to make somebody kill or to get sb killed?
How can I know if two distributions have the same mean and standard deviation?
Moon's unusual gravity
Putting creatures into play in alternative ways to summoning them
An Ailing Assassin
Why are the Democrats & Republicans so homogeneous in their opinions of impeaching Trump?
How can I turn off magit's warning that a commit message has a second line that is non empty?
Is Kirk’s comment about “LDS” intended to be a religious joke?
As well as meaning hollow or superficial, can "hueco" also mean proud?
Short story: Man gains X-ray vision, cheats at cards, sees a clot in his blood
Is the net charge on a capacitor zero? If yes, then why?
Sorting marbles based on weightings
What to do with excess co-ax cable
How do I force `sudo` to ask for a password each time when a specific command is used?
Will the same JavaScript fetched by HTTP and HTTPS be cached separately by the browser?
Berlin 1923 & 1925 Address Book Abbreviations "I", "E", "Kgst" and "Mb"
Why does China have so few nuclear weapons?
My boss asked what number would keep me happy?
Is the weight of the aircraft flying in the sky transferred to the ground?
Why don't the absolute value functions in C accept const inputs?
Algorithms: Total number of non overlapping subsets
Who started calling the matrix multiplication "multiplication"?
Was a four year-old forced to sleep on the floor of Leeds General Infirmary?
Ubuntu 19.04 - Bluetooth device not found during scan (OBD2-ELM327 Bluetooth)
Bluetooth: Pairing two ubuntu 13.10 machines for audio streaming failsBluetooth not working on lenovo g50-30 (Ubuntu 15.10)Lost bluetooth functionality after upgrading from 17.04 to 17.10
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
So I'm trying to establish a connection between my laptop and the OBD2 Bluetooth Adapter connected to my car and I'm a bit puzzled. My phone and Windows 8.1 running on my laptop have no problem finding the adapter and pairing with it, but when running Ubuntu 19.04 I have to wait quite a while until two "Unknown device"-s show up in the bluetooth setting. I don't know which is the obd2 adapter, one is shown as "disconnected", one as "not set up" and both are grayed out so I cannot interact with them. When using bluetoothctl I had the adapter show up only once with its distinct MAC address but pairing with it fails. Meanwhile I had no problems pairing with my phone which just shows up in the bluetooth settings as it should.
sudo service bluetooth status
returns the following in case that is helpful:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2019-09-29 17:35:07 CEST; 28min ago
Docs: man:bluetoothd(8)
Main PID: 1023 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
Memory: 3.2M
CGroup: /system.slice/bluetooth.service
└─1023 /usr/lib/bluetooth/bluetoothd
Sep 29 17:35:06 Lenovo-Y50-70 bluetoothd[1023]: Bluetooth daemon 5.50
Sep 29 17:35:07 Lenovo-Y50-70 systemd[1]: Started Bluetooth service.
Sep 29 17:35:07 Lenovo-Y50-70 bluetoothd[1023]: Starting SDP server
Sep 29 17:35:07 Lenovo-Y50-70 bluetoothd[1023]: Bluetooth management interface 1.14 initialized
Sep 29 17:35:07 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
Sep 29 17:35:08 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
Sep 29 17:35:20 Lenovo-Y50-70 bluetoothd[1023]: Endpoint registered: sender=:1.419 path=/MediaEndpoint/A2DPSource
Sep 29 17:35:20 Lenovo-Y50-70 bluetoothd[1023]: Endpoint registered: sender=:1.419 path=/MediaEndpoint/A2DPSink
Sep 29 17:35:20 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
Sep 29 17:35:50 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
I am confused by the few lines that say rfkill is blocking something, because rfkill list
tells me bluetooth is not blocked.
Is there anything else I can try or am I missing a vital piece of knowledge concerning bluetooth in general? Thanks in advance to anyone providing help.
bluetooth
add a comment
|
So I'm trying to establish a connection between my laptop and the OBD2 Bluetooth Adapter connected to my car and I'm a bit puzzled. My phone and Windows 8.1 running on my laptop have no problem finding the adapter and pairing with it, but when running Ubuntu 19.04 I have to wait quite a while until two "Unknown device"-s show up in the bluetooth setting. I don't know which is the obd2 adapter, one is shown as "disconnected", one as "not set up" and both are grayed out so I cannot interact with them. When using bluetoothctl I had the adapter show up only once with its distinct MAC address but pairing with it fails. Meanwhile I had no problems pairing with my phone which just shows up in the bluetooth settings as it should.
sudo service bluetooth status
returns the following in case that is helpful:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2019-09-29 17:35:07 CEST; 28min ago
Docs: man:bluetoothd(8)
Main PID: 1023 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
Memory: 3.2M
CGroup: /system.slice/bluetooth.service
└─1023 /usr/lib/bluetooth/bluetoothd
Sep 29 17:35:06 Lenovo-Y50-70 bluetoothd[1023]: Bluetooth daemon 5.50
Sep 29 17:35:07 Lenovo-Y50-70 systemd[1]: Started Bluetooth service.
Sep 29 17:35:07 Lenovo-Y50-70 bluetoothd[1023]: Starting SDP server
Sep 29 17:35:07 Lenovo-Y50-70 bluetoothd[1023]: Bluetooth management interface 1.14 initialized
Sep 29 17:35:07 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
Sep 29 17:35:08 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
Sep 29 17:35:20 Lenovo-Y50-70 bluetoothd[1023]: Endpoint registered: sender=:1.419 path=/MediaEndpoint/A2DPSource
Sep 29 17:35:20 Lenovo-Y50-70 bluetoothd[1023]: Endpoint registered: sender=:1.419 path=/MediaEndpoint/A2DPSink
Sep 29 17:35:20 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
Sep 29 17:35:50 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
I am confused by the few lines that say rfkill is blocking something, because rfkill list
tells me bluetooth is not blocked.
Is there anything else I can try or am I missing a vital piece of knowledge concerning bluetooth in general? Thanks in advance to anyone providing help.
bluetooth
Edit the question to include results from terminal forlsusb; dmesg | egrep -i 'blue|firm'
– Jeremy31
Oct 2 at 21:07
add a comment
|
So I'm trying to establish a connection between my laptop and the OBD2 Bluetooth Adapter connected to my car and I'm a bit puzzled. My phone and Windows 8.1 running on my laptop have no problem finding the adapter and pairing with it, but when running Ubuntu 19.04 I have to wait quite a while until two "Unknown device"-s show up in the bluetooth setting. I don't know which is the obd2 adapter, one is shown as "disconnected", one as "not set up" and both are grayed out so I cannot interact with them. When using bluetoothctl I had the adapter show up only once with its distinct MAC address but pairing with it fails. Meanwhile I had no problems pairing with my phone which just shows up in the bluetooth settings as it should.
sudo service bluetooth status
returns the following in case that is helpful:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2019-09-29 17:35:07 CEST; 28min ago
Docs: man:bluetoothd(8)
Main PID: 1023 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
Memory: 3.2M
CGroup: /system.slice/bluetooth.service
└─1023 /usr/lib/bluetooth/bluetoothd
Sep 29 17:35:06 Lenovo-Y50-70 bluetoothd[1023]: Bluetooth daemon 5.50
Sep 29 17:35:07 Lenovo-Y50-70 systemd[1]: Started Bluetooth service.
Sep 29 17:35:07 Lenovo-Y50-70 bluetoothd[1023]: Starting SDP server
Sep 29 17:35:07 Lenovo-Y50-70 bluetoothd[1023]: Bluetooth management interface 1.14 initialized
Sep 29 17:35:07 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
Sep 29 17:35:08 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
Sep 29 17:35:20 Lenovo-Y50-70 bluetoothd[1023]: Endpoint registered: sender=:1.419 path=/MediaEndpoint/A2DPSource
Sep 29 17:35:20 Lenovo-Y50-70 bluetoothd[1023]: Endpoint registered: sender=:1.419 path=/MediaEndpoint/A2DPSink
Sep 29 17:35:20 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
Sep 29 17:35:50 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
I am confused by the few lines that say rfkill is blocking something, because rfkill list
tells me bluetooth is not blocked.
Is there anything else I can try or am I missing a vital piece of knowledge concerning bluetooth in general? Thanks in advance to anyone providing help.
bluetooth
So I'm trying to establish a connection between my laptop and the OBD2 Bluetooth Adapter connected to my car and I'm a bit puzzled. My phone and Windows 8.1 running on my laptop have no problem finding the adapter and pairing with it, but when running Ubuntu 19.04 I have to wait quite a while until two "Unknown device"-s show up in the bluetooth setting. I don't know which is the obd2 adapter, one is shown as "disconnected", one as "not set up" and both are grayed out so I cannot interact with them. When using bluetoothctl I had the adapter show up only once with its distinct MAC address but pairing with it fails. Meanwhile I had no problems pairing with my phone which just shows up in the bluetooth settings as it should.
sudo service bluetooth status
returns the following in case that is helpful:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2019-09-29 17:35:07 CEST; 28min ago
Docs: man:bluetoothd(8)
Main PID: 1023 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
Memory: 3.2M
CGroup: /system.slice/bluetooth.service
└─1023 /usr/lib/bluetooth/bluetoothd
Sep 29 17:35:06 Lenovo-Y50-70 bluetoothd[1023]: Bluetooth daemon 5.50
Sep 29 17:35:07 Lenovo-Y50-70 systemd[1]: Started Bluetooth service.
Sep 29 17:35:07 Lenovo-Y50-70 bluetoothd[1023]: Starting SDP server
Sep 29 17:35:07 Lenovo-Y50-70 bluetoothd[1023]: Bluetooth management interface 1.14 initialized
Sep 29 17:35:07 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
Sep 29 17:35:08 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
Sep 29 17:35:20 Lenovo-Y50-70 bluetoothd[1023]: Endpoint registered: sender=:1.419 path=/MediaEndpoint/A2DPSource
Sep 29 17:35:20 Lenovo-Y50-70 bluetoothd[1023]: Endpoint registered: sender=:1.419 path=/MediaEndpoint/A2DPSink
Sep 29 17:35:20 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
Sep 29 17:35:50 Lenovo-Y50-70 bluetoothd[1023]: Failed to set mode: Blocked through rfkill (0x12)
I am confused by the few lines that say rfkill is blocking something, because rfkill list
tells me bluetooth is not blocked.
Is there anything else I can try or am I missing a vital piece of knowledge concerning bluetooth in general? Thanks in advance to anyone providing help.
bluetooth
bluetooth
asked Oct 1 at 7:55
pfauxpfaux
1
1
Edit the question to include results from terminal forlsusb; dmesg | egrep -i 'blue|firm'
– Jeremy31
Oct 2 at 21:07
add a comment
|
Edit the question to include results from terminal forlsusb; dmesg | egrep -i 'blue|firm'
– Jeremy31
Oct 2 at 21:07
Edit the question to include results from terminal for
lsusb; dmesg | egrep -i 'blue|firm'
– Jeremy31
Oct 2 at 21:07
Edit the question to include results from terminal for
lsusb; dmesg | egrep -i 'blue|firm'
– Jeremy31
Oct 2 at 21:07
add a comment
|
0
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',
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/4.0/"u003ecc by-sa 4.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%2f1177836%2fubuntu-19-04-bluetooth-device-not-found-during-scan-obd2-elm327-bluetooth%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
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.
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%2f1177836%2fubuntu-19-04-bluetooth-device-not-found-during-scan-obd2-elm327-bluetooth%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
Edit the question to include results from terminal for
lsusb; dmesg | egrep -i 'blue|firm'
– Jeremy31
Oct 2 at 21:07