Bluetooth working very unreliably Ubuntu 18.04 The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Bluetooth randomly cutting out in UbuntuBluetooth: Pairing two ubuntu 13.10 machines for audio streaming failsBluetooth no detected on Ubuntu 15.4Bluetooth not working on lenovo g50-30 (Ubuntu 15.10)Bluetooth headset Issue on 16.04Lost bluetooth functionality after upgrading from 17.04 to 17.10Bluetooth disabledUbuntu 17.10 Bluetooth not workingUbuntu 18.04, Bluetooth is DEADmy bluetooth can't detect any devices ubuntu 18.4Bluetooth suddenly stops working Ubuntu 18.04
How to read αἱμύλιος or when to aspirate
Make it rain characters
Is there a way to generate uniformly distributed points on a sphere from a fixed amount of random real numbers per point?
When did F become S? Why?
Student Loan from years ago pops up and is taking my salary
What can I do if neighbor is blocking my solar panels intentionally?
Didn't get enough time to take a Coding Test - what to do now?
Does Parliament need to approve the new Brexit delay to 31 October 2019?
Huge performance difference of the command find with and without using %M option to show permissions
My body leaves; my core can stay
Is 'stolen' appropriate word?
Can withdrawing asylum be illegal?
Intergalactic human space ship encounters another ship, character gets shunted off beyond known universe, reality starts collapsing
Does Parliament hold absolute power in the UK?
Do warforged have souls?
Why are PDP-7-style microprogrammed instructions out of vogue?
Button changing its text & action. Good or terrible?
Store Dynamic-accessible hidden metadata in a cell
Is this wall load bearing? Blueprints and photos attached
Simulating Exploding Dice
Identify 80s or 90s comics with ripped creatures (not dwarves)
Do I have Disadvantage attacking with an off-hand weapon?
What happens to a Warlock's expended Spell Slots when they gain a Level?
Why doesn't shell automatically fix "useless use of cat"?
Bluetooth working very unreliably Ubuntu 18.04
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Bluetooth randomly cutting out in UbuntuBluetooth: Pairing two ubuntu 13.10 machines for audio streaming failsBluetooth no detected on Ubuntu 15.4Bluetooth not working on lenovo g50-30 (Ubuntu 15.10)Bluetooth headset Issue on 16.04Lost bluetooth functionality after upgrading from 17.04 to 17.10Bluetooth disabledUbuntu 17.10 Bluetooth not workingUbuntu 18.04, Bluetooth is DEADmy bluetooth can't detect any devices ubuntu 18.4Bluetooth suddenly stops working Ubuntu 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
2 days ago my Bluetooth stopped working on my PC, and I tried booting to the Ubuntu installation disk and it also didn't work (it also didn't work on Windows). Today, I turned on my computer to find that Bluetooth suddenly started working again. At the moment, my Bluetooth keeps turning on and off randomly. Could this be a hardware issue or a software issue? I'm thinking it could be hardware because of the fact that it doesn't work in Windows at the same time that it doesn't work in Linux, and how could I diagnose a Bluetooth hardware issue?
This is not a duplicate: Bluetooth randomly cutting out in Ubuntu
The reason is because my Bluetooth isn't restored when I restart my PC.
Image
Update:
I found a loose 2.5v capacitor (I think, it's part number is damaged) with it's mount missing and the connections loose. I tested my computer and it boots without the component. But it means part of my computer isn't getting it's effects, and I'm not sure where it came from (could it reduce lifespan?). The bios did reset (probably because I disconnected the battery), but for now Bluetooth works. Btw sound, gpu, usb, WiFi, and everything that I tested work. I won't answer this question right now, because I'm not completely sure yet that the Bluetooth will work reliably.
Update 2:
Nothing is different, Bluetooth is still working unreliably. I turned on my PC today and Bluetooth is off.
Update 3:
I tried to replace the WiFi/Bluetooth module, but now the screw is broken and I can't easily remove it. The bluetooth seems to be working now, but the wifi is down and the only way to use it is to use a wifi dongle.
Command output:
sudo service bluetooth status
:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2019-04-06 16:22:58 AEDT; 4 days ago
Docs: man:bluetoothd(8)
Main PID: 1246 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─1246 /usr/lib/bluetooth/bluetoothd
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: audio-avrcp-target: Protocol not supported (93)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Message Notification: setsockopt(L2CAP_OPTIONS): Invalid argumment (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Message Access: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Phone Book Access: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for File Transfer: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Object Push: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:31 josua-Satellite-L50-C bluetoothd[1246]: Endpoint registered: sender=:1.84 path=/MediaEndpoint/A2DPSource
Apr 10 13:23:31 josua-Satellite-L50-C bluetoothd[1246]: Endpoint registered: sender=:1.84 path=/MediaEndpoint/A2DPSink
Apr 10 15:31:00 josua-Satellite-L50-C bluetoothd[1246]: Endpoint unregistered: sender=:1.84 path=/MediaEndpoint/A2DPSource
Apr 10 15:31:00 josua-Satellite-L50-C bluetoothd[1246]: Endpoint unregistered: sender=:1.84 path=/MediaEndpoint/A2DPSink
rfkill
:
ID TYPE DEVICE SOFT HARD
0 bluetooth Toshiba Bluetooth unblocked unblocked
17 wlan phy2 unblocked unblocked
note: at the time of writing these commands, the Bluetooth isn't working, but the wifi is working.
I executed sudo service bluetooth restart
and sudo rfkill unblock bluetooth
, while Bluetooth wasn't working, and executed the same commands as before:
josua@josua-Satellite-L50-C:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
josua@josua-Satellite-L50-C:~$ sudo rfkill
ID TYPE DEVICE SOFT HARD
0 bluetooth Toshiba Bluetooth unblocked unblocked
1 wlan phy0 unblocked unblocked
I tried executing sudo service bluetooth start
as well and I got the same result.
dual-boot 18.04 bluetooth
|
show 3 more comments
2 days ago my Bluetooth stopped working on my PC, and I tried booting to the Ubuntu installation disk and it also didn't work (it also didn't work on Windows). Today, I turned on my computer to find that Bluetooth suddenly started working again. At the moment, my Bluetooth keeps turning on and off randomly. Could this be a hardware issue or a software issue? I'm thinking it could be hardware because of the fact that it doesn't work in Windows at the same time that it doesn't work in Linux, and how could I diagnose a Bluetooth hardware issue?
This is not a duplicate: Bluetooth randomly cutting out in Ubuntu
The reason is because my Bluetooth isn't restored when I restart my PC.
Image
Update:
I found a loose 2.5v capacitor (I think, it's part number is damaged) with it's mount missing and the connections loose. I tested my computer and it boots without the component. But it means part of my computer isn't getting it's effects, and I'm not sure where it came from (could it reduce lifespan?). The bios did reset (probably because I disconnected the battery), but for now Bluetooth works. Btw sound, gpu, usb, WiFi, and everything that I tested work. I won't answer this question right now, because I'm not completely sure yet that the Bluetooth will work reliably.
Update 2:
Nothing is different, Bluetooth is still working unreliably. I turned on my PC today and Bluetooth is off.
Update 3:
I tried to replace the WiFi/Bluetooth module, but now the screw is broken and I can't easily remove it. The bluetooth seems to be working now, but the wifi is down and the only way to use it is to use a wifi dongle.
Command output:
sudo service bluetooth status
:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2019-04-06 16:22:58 AEDT; 4 days ago
Docs: man:bluetoothd(8)
Main PID: 1246 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─1246 /usr/lib/bluetooth/bluetoothd
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: audio-avrcp-target: Protocol not supported (93)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Message Notification: setsockopt(L2CAP_OPTIONS): Invalid argumment (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Message Access: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Phone Book Access: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for File Transfer: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Object Push: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:31 josua-Satellite-L50-C bluetoothd[1246]: Endpoint registered: sender=:1.84 path=/MediaEndpoint/A2DPSource
Apr 10 13:23:31 josua-Satellite-L50-C bluetoothd[1246]: Endpoint registered: sender=:1.84 path=/MediaEndpoint/A2DPSink
Apr 10 15:31:00 josua-Satellite-L50-C bluetoothd[1246]: Endpoint unregistered: sender=:1.84 path=/MediaEndpoint/A2DPSource
Apr 10 15:31:00 josua-Satellite-L50-C bluetoothd[1246]: Endpoint unregistered: sender=:1.84 path=/MediaEndpoint/A2DPSink
rfkill
:
ID TYPE DEVICE SOFT HARD
0 bluetooth Toshiba Bluetooth unblocked unblocked
17 wlan phy2 unblocked unblocked
note: at the time of writing these commands, the Bluetooth isn't working, but the wifi is working.
I executed sudo service bluetooth restart
and sudo rfkill unblock bluetooth
, while Bluetooth wasn't working, and executed the same commands as before:
josua@josua-Satellite-L50-C:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
josua@josua-Satellite-L50-C:~$ sudo rfkill
ID TYPE DEVICE SOFT HARD
0 bluetooth Toshiba Bluetooth unblocked unblocked
1 wlan phy0 unblocked unblocked
I tried executing sudo service bluetooth start
as well and I got the same result.
dual-boot 18.04 bluetooth
If bluetooth is part of the wifi card, I would remove and reinsert the wifi card to see if bluetooth works normally again
– Jeremy31
Mar 18 at 16:47
I opened up my laptop and found a loose 2.5v capacitor (I think)... Not sure where it came from.
– Josua Robson
Apr 2 at 8:04
The capacitor came off the motherboard.
– Josua Robson
2 days ago
Please edit your question and post output of the following commands: 1.sudo service bluetooth status
, and 2.rfkill
– Marmayogi
2 days ago
Did you notice thebluetooth status
output? There were errors: 1.Protocol not supported (93)
and 2.Invalid argument (22)
. But at the same timeStatus: "Running"
. These errors have caused your bluetooth to become unreliable and unstable. So these services viz. Message Notification, Message Access, Phone Book Access, File Transfer, and Object Push are all out of reach.
– Marmayogi
2 days ago
|
show 3 more comments
2 days ago my Bluetooth stopped working on my PC, and I tried booting to the Ubuntu installation disk and it also didn't work (it also didn't work on Windows). Today, I turned on my computer to find that Bluetooth suddenly started working again. At the moment, my Bluetooth keeps turning on and off randomly. Could this be a hardware issue or a software issue? I'm thinking it could be hardware because of the fact that it doesn't work in Windows at the same time that it doesn't work in Linux, and how could I diagnose a Bluetooth hardware issue?
This is not a duplicate: Bluetooth randomly cutting out in Ubuntu
The reason is because my Bluetooth isn't restored when I restart my PC.
Image
Update:
I found a loose 2.5v capacitor (I think, it's part number is damaged) with it's mount missing and the connections loose. I tested my computer and it boots without the component. But it means part of my computer isn't getting it's effects, and I'm not sure where it came from (could it reduce lifespan?). The bios did reset (probably because I disconnected the battery), but for now Bluetooth works. Btw sound, gpu, usb, WiFi, and everything that I tested work. I won't answer this question right now, because I'm not completely sure yet that the Bluetooth will work reliably.
Update 2:
Nothing is different, Bluetooth is still working unreliably. I turned on my PC today and Bluetooth is off.
Update 3:
I tried to replace the WiFi/Bluetooth module, but now the screw is broken and I can't easily remove it. The bluetooth seems to be working now, but the wifi is down and the only way to use it is to use a wifi dongle.
Command output:
sudo service bluetooth status
:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2019-04-06 16:22:58 AEDT; 4 days ago
Docs: man:bluetoothd(8)
Main PID: 1246 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─1246 /usr/lib/bluetooth/bluetoothd
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: audio-avrcp-target: Protocol not supported (93)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Message Notification: setsockopt(L2CAP_OPTIONS): Invalid argumment (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Message Access: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Phone Book Access: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for File Transfer: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Object Push: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:31 josua-Satellite-L50-C bluetoothd[1246]: Endpoint registered: sender=:1.84 path=/MediaEndpoint/A2DPSource
Apr 10 13:23:31 josua-Satellite-L50-C bluetoothd[1246]: Endpoint registered: sender=:1.84 path=/MediaEndpoint/A2DPSink
Apr 10 15:31:00 josua-Satellite-L50-C bluetoothd[1246]: Endpoint unregistered: sender=:1.84 path=/MediaEndpoint/A2DPSource
Apr 10 15:31:00 josua-Satellite-L50-C bluetoothd[1246]: Endpoint unregistered: sender=:1.84 path=/MediaEndpoint/A2DPSink
rfkill
:
ID TYPE DEVICE SOFT HARD
0 bluetooth Toshiba Bluetooth unblocked unblocked
17 wlan phy2 unblocked unblocked
note: at the time of writing these commands, the Bluetooth isn't working, but the wifi is working.
I executed sudo service bluetooth restart
and sudo rfkill unblock bluetooth
, while Bluetooth wasn't working, and executed the same commands as before:
josua@josua-Satellite-L50-C:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
josua@josua-Satellite-L50-C:~$ sudo rfkill
ID TYPE DEVICE SOFT HARD
0 bluetooth Toshiba Bluetooth unblocked unblocked
1 wlan phy0 unblocked unblocked
I tried executing sudo service bluetooth start
as well and I got the same result.
dual-boot 18.04 bluetooth
2 days ago my Bluetooth stopped working on my PC, and I tried booting to the Ubuntu installation disk and it also didn't work (it also didn't work on Windows). Today, I turned on my computer to find that Bluetooth suddenly started working again. At the moment, my Bluetooth keeps turning on and off randomly. Could this be a hardware issue or a software issue? I'm thinking it could be hardware because of the fact that it doesn't work in Windows at the same time that it doesn't work in Linux, and how could I diagnose a Bluetooth hardware issue?
This is not a duplicate: Bluetooth randomly cutting out in Ubuntu
The reason is because my Bluetooth isn't restored when I restart my PC.
Image
Update:
I found a loose 2.5v capacitor (I think, it's part number is damaged) with it's mount missing and the connections loose. I tested my computer and it boots without the component. But it means part of my computer isn't getting it's effects, and I'm not sure where it came from (could it reduce lifespan?). The bios did reset (probably because I disconnected the battery), but for now Bluetooth works. Btw sound, gpu, usb, WiFi, and everything that I tested work. I won't answer this question right now, because I'm not completely sure yet that the Bluetooth will work reliably.
Update 2:
Nothing is different, Bluetooth is still working unreliably. I turned on my PC today and Bluetooth is off.
Update 3:
I tried to replace the WiFi/Bluetooth module, but now the screw is broken and I can't easily remove it. The bluetooth seems to be working now, but the wifi is down and the only way to use it is to use a wifi dongle.
Command output:
sudo service bluetooth status
:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2019-04-06 16:22:58 AEDT; 4 days ago
Docs: man:bluetoothd(8)
Main PID: 1246 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─1246 /usr/lib/bluetooth/bluetoothd
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: audio-avrcp-target: Protocol not supported (93)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Message Notification: setsockopt(L2CAP_OPTIONS): Invalid argumment (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Message Access: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Phone Book Access: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for File Transfer: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:29 josua-Satellite-L50-C bluetoothd[1246]: L2CAP server failed for Object Push: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
Apr 10 13:23:31 josua-Satellite-L50-C bluetoothd[1246]: Endpoint registered: sender=:1.84 path=/MediaEndpoint/A2DPSource
Apr 10 13:23:31 josua-Satellite-L50-C bluetoothd[1246]: Endpoint registered: sender=:1.84 path=/MediaEndpoint/A2DPSink
Apr 10 15:31:00 josua-Satellite-L50-C bluetoothd[1246]: Endpoint unregistered: sender=:1.84 path=/MediaEndpoint/A2DPSource
Apr 10 15:31:00 josua-Satellite-L50-C bluetoothd[1246]: Endpoint unregistered: sender=:1.84 path=/MediaEndpoint/A2DPSink
rfkill
:
ID TYPE DEVICE SOFT HARD
0 bluetooth Toshiba Bluetooth unblocked unblocked
17 wlan phy2 unblocked unblocked
note: at the time of writing these commands, the Bluetooth isn't working, but the wifi is working.
I executed sudo service bluetooth restart
and sudo rfkill unblock bluetooth
, while Bluetooth wasn't working, and executed the same commands as before:
josua@josua-Satellite-L50-C:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
josua@josua-Satellite-L50-C:~$ sudo rfkill
ID TYPE DEVICE SOFT HARD
0 bluetooth Toshiba Bluetooth unblocked unblocked
1 wlan phy0 unblocked unblocked
I tried executing sudo service bluetooth start
as well and I got the same result.
dual-boot 18.04 bluetooth
dual-boot 18.04 bluetooth
edited yesterday
Josua Robson
asked Mar 17 at 21:59
Josua RobsonJosua Robson
32
32
If bluetooth is part of the wifi card, I would remove and reinsert the wifi card to see if bluetooth works normally again
– Jeremy31
Mar 18 at 16:47
I opened up my laptop and found a loose 2.5v capacitor (I think)... Not sure where it came from.
– Josua Robson
Apr 2 at 8:04
The capacitor came off the motherboard.
– Josua Robson
2 days ago
Please edit your question and post output of the following commands: 1.sudo service bluetooth status
, and 2.rfkill
– Marmayogi
2 days ago
Did you notice thebluetooth status
output? There were errors: 1.Protocol not supported (93)
and 2.Invalid argument (22)
. But at the same timeStatus: "Running"
. These errors have caused your bluetooth to become unreliable and unstable. So these services viz. Message Notification, Message Access, Phone Book Access, File Transfer, and Object Push are all out of reach.
– Marmayogi
2 days ago
|
show 3 more comments
If bluetooth is part of the wifi card, I would remove and reinsert the wifi card to see if bluetooth works normally again
– Jeremy31
Mar 18 at 16:47
I opened up my laptop and found a loose 2.5v capacitor (I think)... Not sure where it came from.
– Josua Robson
Apr 2 at 8:04
The capacitor came off the motherboard.
– Josua Robson
2 days ago
Please edit your question and post output of the following commands: 1.sudo service bluetooth status
, and 2.rfkill
– Marmayogi
2 days ago
Did you notice thebluetooth status
output? There were errors: 1.Protocol not supported (93)
and 2.Invalid argument (22)
. But at the same timeStatus: "Running"
. These errors have caused your bluetooth to become unreliable and unstable. So these services viz. Message Notification, Message Access, Phone Book Access, File Transfer, and Object Push are all out of reach.
– Marmayogi
2 days ago
If bluetooth is part of the wifi card, I would remove and reinsert the wifi card to see if bluetooth works normally again
– Jeremy31
Mar 18 at 16:47
If bluetooth is part of the wifi card, I would remove and reinsert the wifi card to see if bluetooth works normally again
– Jeremy31
Mar 18 at 16:47
I opened up my laptop and found a loose 2.5v capacitor (I think)... Not sure where it came from.
– Josua Robson
Apr 2 at 8:04
I opened up my laptop and found a loose 2.5v capacitor (I think)... Not sure where it came from.
– Josua Robson
Apr 2 at 8:04
The capacitor came off the motherboard.
– Josua Robson
2 days ago
The capacitor came off the motherboard.
– Josua Robson
2 days ago
Please edit your question and post output of the following commands: 1.
sudo service bluetooth status
, and 2. rfkill
– Marmayogi
2 days ago
Please edit your question and post output of the following commands: 1.
sudo service bluetooth status
, and 2. rfkill
– Marmayogi
2 days ago
Did you notice the
bluetooth status
output? There were errors: 1. Protocol not supported (93)
and 2. Invalid argument (22)
. But at the same time Status: "Running"
. These errors have caused your bluetooth to become unreliable and unstable. So these services viz. Message Notification, Message Access, Phone Book Access, File Transfer, and Object Push are all out of reach.– Marmayogi
2 days ago
Did you notice the
bluetooth status
output? There were errors: 1. Protocol not supported (93)
and 2. Invalid argument (22)
. But at the same time Status: "Running"
. These errors have caused your bluetooth to become unreliable and unstable. So these services viz. Message Notification, Message Access, Phone Book Access, File Transfer, and Object Push are all out of reach.– Marmayogi
2 days ago
|
show 3 more comments
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/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%2f1126472%2fbluetooth-working-very-unreliably-ubuntu-18-04%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%2f1126472%2fbluetooth-working-very-unreliably-ubuntu-18-04%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
If bluetooth is part of the wifi card, I would remove and reinsert the wifi card to see if bluetooth works normally again
– Jeremy31
Mar 18 at 16:47
I opened up my laptop and found a loose 2.5v capacitor (I think)... Not sure where it came from.
– Josua Robson
Apr 2 at 8:04
The capacitor came off the motherboard.
– Josua Robson
2 days ago
Please edit your question and post output of the following commands: 1.
sudo service bluetooth status
, and 2.rfkill
– Marmayogi
2 days ago
Did you notice the
bluetooth status
output? There were errors: 1.Protocol not supported (93)
and 2.Invalid argument (22)
. But at the same timeStatus: "Running"
. These errors have caused your bluetooth to become unreliable and unstable. So these services viz. Message Notification, Message Access, Phone Book Access, File Transfer, and Object Push are all out of reach.– Marmayogi
2 days ago