Resetting bluetooth on Archlinux
Clash Royale CLAN TAG#URR8PPP
up vote
4
down vote
favorite
Sometimes it happens that my bluetooth mouse gets disconnected from my laptop.
Switching off/on the mouse doesn't help. Switching off/on my laptop bluetooth doesn't help either.
Not even systemctl restart bluetooth.service
helps.
But if I close my laptop lid to put in sleep and reopen it after a few seconds the connection with the bt mouse is re-established and all works fine then.
Also a reboot doesn't help. I have to power off / on the laptop
EDIT:
As requested, here is some debug info:
$ systemctl status bluetooth.service
â bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2018-09-05 09:44:14 CEST; 4h 5min ago
Docs: man:bluetoothd(8)
Main PID: 388 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
Memory: 3.4M
CGroup: /system.slice/bluetooth.service
âÂÂâÂÂ388 /usr/lib/bluetooth/bluetoothd
set 05 09:44:17 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.77 path=/MediaEndpoint/A2DPSource
set 05 09:44:17 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.77 path=/MediaEndpoint/A2DPSink
set 05 09:49:50 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.159 path=/MediaEndpoint/A2DPSource
set 05 09:49:50 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.159 path=/MediaEndpoint/A2DPSink
set 05 09:49:50 xps-13-luca bluetoothd[388]: RFCOMM server failed for Headset Voice gateway: rfcomm_bind: Address already in use (98)
set 05 09:49:50 xps-13-luca bluetoothd[388]: RFCOMM server failed for :1.159/Profile/HSPHSProfile/00001108-0000-1000-8000-00805f9b34fb: rfcomm_bind: Address already in use (9>
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.77 path=/MediaEndpoint/A2DPSource
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.77 path=/MediaEndpoint/A2DPSink
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.159 path=/MediaEndpoint/A2DPSource
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.159 path=/MediaEndpoint/A2DPSink
Please consider that the Address already in use
occurred several hours before the bt mouse issue
Output of journalctl -xe
is quite long....
https://pastebin.com/gViN5Tqp
arch-linux bluetooth
add a comment |Â
up vote
4
down vote
favorite
Sometimes it happens that my bluetooth mouse gets disconnected from my laptop.
Switching off/on the mouse doesn't help. Switching off/on my laptop bluetooth doesn't help either.
Not even systemctl restart bluetooth.service
helps.
But if I close my laptop lid to put in sleep and reopen it after a few seconds the connection with the bt mouse is re-established and all works fine then.
Also a reboot doesn't help. I have to power off / on the laptop
EDIT:
As requested, here is some debug info:
$ systemctl status bluetooth.service
â bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2018-09-05 09:44:14 CEST; 4h 5min ago
Docs: man:bluetoothd(8)
Main PID: 388 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
Memory: 3.4M
CGroup: /system.slice/bluetooth.service
âÂÂâÂÂ388 /usr/lib/bluetooth/bluetoothd
set 05 09:44:17 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.77 path=/MediaEndpoint/A2DPSource
set 05 09:44:17 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.77 path=/MediaEndpoint/A2DPSink
set 05 09:49:50 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.159 path=/MediaEndpoint/A2DPSource
set 05 09:49:50 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.159 path=/MediaEndpoint/A2DPSink
set 05 09:49:50 xps-13-luca bluetoothd[388]: RFCOMM server failed for Headset Voice gateway: rfcomm_bind: Address already in use (98)
set 05 09:49:50 xps-13-luca bluetoothd[388]: RFCOMM server failed for :1.159/Profile/HSPHSProfile/00001108-0000-1000-8000-00805f9b34fb: rfcomm_bind: Address already in use (9>
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.77 path=/MediaEndpoint/A2DPSource
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.77 path=/MediaEndpoint/A2DPSink
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.159 path=/MediaEndpoint/A2DPSource
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.159 path=/MediaEndpoint/A2DPSink
Please consider that the Address already in use
occurred several hours before the bt mouse issue
Output of journalctl -xe
is quite long....
https://pastebin.com/gViN5Tqp
arch-linux bluetooth
1
Your question is very old but garnered a few upvotes. That prompts me to ask you to include output forsystemctl status bluetooth.service
as well asjournalctl -xe
. Please also inform on the BT device brand/model and driver you use, by editing your OP.
â Cbhihe
Aug 29 at 10:47
@Cbhihe I've updated my question above with requested details
â lviggiani
Sep 5 at 12:03
add a comment |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
Sometimes it happens that my bluetooth mouse gets disconnected from my laptop.
Switching off/on the mouse doesn't help. Switching off/on my laptop bluetooth doesn't help either.
Not even systemctl restart bluetooth.service
helps.
But if I close my laptop lid to put in sleep and reopen it after a few seconds the connection with the bt mouse is re-established and all works fine then.
Also a reboot doesn't help. I have to power off / on the laptop
EDIT:
As requested, here is some debug info:
$ systemctl status bluetooth.service
â bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2018-09-05 09:44:14 CEST; 4h 5min ago
Docs: man:bluetoothd(8)
Main PID: 388 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
Memory: 3.4M
CGroup: /system.slice/bluetooth.service
âÂÂâÂÂ388 /usr/lib/bluetooth/bluetoothd
set 05 09:44:17 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.77 path=/MediaEndpoint/A2DPSource
set 05 09:44:17 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.77 path=/MediaEndpoint/A2DPSink
set 05 09:49:50 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.159 path=/MediaEndpoint/A2DPSource
set 05 09:49:50 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.159 path=/MediaEndpoint/A2DPSink
set 05 09:49:50 xps-13-luca bluetoothd[388]: RFCOMM server failed for Headset Voice gateway: rfcomm_bind: Address already in use (98)
set 05 09:49:50 xps-13-luca bluetoothd[388]: RFCOMM server failed for :1.159/Profile/HSPHSProfile/00001108-0000-1000-8000-00805f9b34fb: rfcomm_bind: Address already in use (9>
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.77 path=/MediaEndpoint/A2DPSource
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.77 path=/MediaEndpoint/A2DPSink
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.159 path=/MediaEndpoint/A2DPSource
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.159 path=/MediaEndpoint/A2DPSink
Please consider that the Address already in use
occurred several hours before the bt mouse issue
Output of journalctl -xe
is quite long....
https://pastebin.com/gViN5Tqp
arch-linux bluetooth
Sometimes it happens that my bluetooth mouse gets disconnected from my laptop.
Switching off/on the mouse doesn't help. Switching off/on my laptop bluetooth doesn't help either.
Not even systemctl restart bluetooth.service
helps.
But if I close my laptop lid to put in sleep and reopen it after a few seconds the connection with the bt mouse is re-established and all works fine then.
Also a reboot doesn't help. I have to power off / on the laptop
EDIT:
As requested, here is some debug info:
$ systemctl status bluetooth.service
â bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2018-09-05 09:44:14 CEST; 4h 5min ago
Docs: man:bluetoothd(8)
Main PID: 388 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
Memory: 3.4M
CGroup: /system.slice/bluetooth.service
âÂÂâÂÂ388 /usr/lib/bluetooth/bluetoothd
set 05 09:44:17 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.77 path=/MediaEndpoint/A2DPSource
set 05 09:44:17 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.77 path=/MediaEndpoint/A2DPSink
set 05 09:49:50 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.159 path=/MediaEndpoint/A2DPSource
set 05 09:49:50 xps-13-luca bluetoothd[388]: Endpoint registered: sender=:1.159 path=/MediaEndpoint/A2DPSink
set 05 09:49:50 xps-13-luca bluetoothd[388]: RFCOMM server failed for Headset Voice gateway: rfcomm_bind: Address already in use (98)
set 05 09:49:50 xps-13-luca bluetoothd[388]: RFCOMM server failed for :1.159/Profile/HSPHSProfile/00001108-0000-1000-8000-00805f9b34fb: rfcomm_bind: Address already in use (9>
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.77 path=/MediaEndpoint/A2DPSource
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.77 path=/MediaEndpoint/A2DPSink
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.159 path=/MediaEndpoint/A2DPSource
set 05 13:48:06 xps-13-luca bluetoothd[388]: Endpoint unregistered: sender=:1.159 path=/MediaEndpoint/A2DPSink
Please consider that the Address already in use
occurred several hours before the bt mouse issue
Output of journalctl -xe
is quite long....
https://pastebin.com/gViN5Tqp
arch-linux bluetooth
arch-linux bluetooth
edited Sep 5 at 12:02
asked Apr 12 '17 at 9:20
lviggiani
1,27731643
1,27731643
1
Your question is very old but garnered a few upvotes. That prompts me to ask you to include output forsystemctl status bluetooth.service
as well asjournalctl -xe
. Please also inform on the BT device brand/model and driver you use, by editing your OP.
â Cbhihe
Aug 29 at 10:47
@Cbhihe I've updated my question above with requested details
â lviggiani
Sep 5 at 12:03
add a comment |Â
1
Your question is very old but garnered a few upvotes. That prompts me to ask you to include output forsystemctl status bluetooth.service
as well asjournalctl -xe
. Please also inform on the BT device brand/model and driver you use, by editing your OP.
â Cbhihe
Aug 29 at 10:47
@Cbhihe I've updated my question above with requested details
â lviggiani
Sep 5 at 12:03
1
1
Your question is very old but garnered a few upvotes. That prompts me to ask you to include output for
systemctl status bluetooth.service
as well as journalctl -xe
. Please also inform on the BT device brand/model and driver you use, by editing your OP.â Cbhihe
Aug 29 at 10:47
Your question is very old but garnered a few upvotes. That prompts me to ask you to include output for
systemctl status bluetooth.service
as well as journalctl -xe
. Please also inform on the BT device brand/model and driver you use, by editing your OP.â Cbhihe
Aug 29 at 10:47
@Cbhihe I've updated my question above with requested details
â lviggiani
Sep 5 at 12:03
@Cbhihe I've updated my question above with requested details
â lviggiani
Sep 5 at 12:03
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f358506%2fresetting-bluetooth-on-archlinux%23new-answer', 'question_page');
);
Post as a guest
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
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
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
1
Your question is very old but garnered a few upvotes. That prompts me to ask you to include output for
systemctl status bluetooth.service
as well asjournalctl -xe
. Please also inform on the BT device brand/model and driver you use, by editing your OP.â Cbhihe
Aug 29 at 10:47
@Cbhihe I've updated my question above with requested details
â lviggiani
Sep 5 at 12:03