Redefinindo o bluetooth no Archlinux


11

Às vezes acontece que meu mouse bluetooth é desconectado do meu laptop. Desligar / ligar o mouse não ajuda. Desligar / ligar o bluetooth do meu laptop também não ajuda. Nem systemctl restart bluetooth.serviceajuda.

Mas se eu fechar a tampa do meu laptop para dormir e reabri-la após alguns segundos, a conexão com o mouse bt será restabelecida e tudo funcionará bem.

Além disso, uma reinicialização não ajuda. Eu tenho que desligar / ligar o laptop

EDIT: Conforme solicitado, aqui estão algumas informações de depuração:

$ 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

Considere que Address already in useocorreu várias horas antes da emissão do mouse bt

A saída de journalctl -xeé bastante longa .... https://pastebin.com/gViN5Tqp


Você encontrou o culpado? Você tem dispositivos USB 3.0 conectados ao seu laptop quando isso acontece?
Istepaniuk

Respostas:


0

Eu acho que a coisa mais fácil é usar bluetoothctlpara simplesmente ligar e desligar o próprio controlador bluetooth.

echo -e 'show\npower off\npower on\nquit' | bluetoothctl


0

Tente descarregar / carregar ( modprobe) os módulos Bluetooth.

Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.