Archlinux에서 블루투스 재설정


11

때로는 블루투스 마우스가 랩톱에서 분리되는 경우가 있습니다. 마우스를 끄거나 켜도 도움이되지 않습니다. 랩탑 블루투스를 끄거나 켜도 도움이되지 않습니다. systemctl restart bluetooth.service도움 조차되지 않습니다 .

그러나 잠자기 위해 노트북 뚜껑을 닫고 몇 초 후에 다시 열면 bt 마우스와의 연결이 다시 설정되고 모든 것이 잘 작동합니다.

또한 재부팅해도 도움이되지 않습니다. 랩탑의 전원을 켜고 켜야합니다

편집 : 요청에 따라 여기에 디버그 정보가 있습니다.

$ 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

Address already in usebt 마우스 문제가 발생하기 몇 시간 전에 발생한 것을 고려하십시오.

출력 journalctl -xe이 꽤 길다 .... https://pastebin.com/gViN5Tqp


범인을 찾으셨습니까? 이 경우 USB 3.0 장치가 랩톱에 연결되어 있습니까?
istepaniuk 2018 년

답변:


0

가장 쉬운 방법은 bluetoothctl단순히 블루투스 컨트롤러 자체를 켜고 끄는 것입니다.

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


당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.