You are not logged in.

#1 2017-11-16 15:34:48

chewenkai
Member
Registered: 2017-11-15
Posts: 2

Bluetooth mouse disconnected and cannot reconnect

Hello guys, this is my first post on Arch linux forum. I am an Ubuntu user and just turn to Arch Linux these days. I just bought a new Xiaomi mi Notebook Pro, and installed Arch Linux with a Gnome Desktop Environment. Everything works great, I really love this system and feel I am lucky to meet Arch Linux.

But I encountered the problem of disconnecting with my Logi M590 Bluetooth mouse.

Every time I connect to a wifi or back from the suspend status or switch the button on the mouse(the mouse can connect two devices), the mouse will lose and cannot reconnect automatically, I have to re-open the Bluetooth to reconnect it. This is really annoying.

I have tried the solution provided in Wiki and it doesn't work for me. And I searched a lot on Google and not find the answer. If you can help, please no hesitate to tell me the solution, I so appreciate you.

Following information I can provide:

1.Run

systemctl status bluetooth.service

Result:

bluetooth.service - Bluetooth service
   Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
   Active: active (running) since Thu 2017-11-16 22:15:36 CST; 1h 10min ago
     Docs: man:bluetoothd(8)
 Main PID: 449 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─449 /usr/lib/bluetooth/bluetoothd

11月 16 23:26:19 minotebookpro bluetoothd[449]: Endpoint unregistered: sender=:1.315 path=/MediaEndpoint/A2DPSource
11月 16 23:26:19 minotebookpro bluetoothd[449]: Endpoint unregistered: sender=:1.315 path=/MediaEndpoint/A2DPSink
11月 16 23:26:19 minotebookpro bluetoothd[449]: Endpoint unregistered: sender=:1.49 path=/MediaEndpoint/A2DPSource
11月 16 23:26:19 minotebookpro bluetoothd[449]: Endpoint unregistered: sender=:1.49 path=/MediaEndpoint/A2DPSink
11月 16 23:26:20 minotebookpro bluetoothd[449]: RFCOMM server failed for Headset Voice gateway: rfcomm_bind: Address already in use (98)
11月 16 23:26:20 minotebookpro bluetoothd[449]: RFCOMM server failed for :1.315/Profile/HSPHSProfile/00001108-0000-1000-8000-00805f9b34fb: rfcomm_bind: Address already in use (98)
11月 16 23:26:20 minotebookpro bluetoothd[449]: Endpoint registered: sender=:1.315 path=/MediaEndpoint/A2DPSource
11月 16 23:26:20 minotebookpro bluetoothd[449]: Endpoint registered: sender=:1.315 path=/MediaEndpoint/A2DPSink
11月 16 23:26:20 minotebookpro bluetoothd[449]: Endpoint registered: sender=:1.49 path=/MediaEndpoint/A2DPSource
11月 16 23:26:20 minotebookpro bluetoothd[449]: Endpoint registered: sender=:1.49 path=/MediaEndpoint/A2DPSink

2. Run

dmesg | grep Bluetooth

Result:

[ 3734.530312] Bluetooth: Failed to disable LE scan: status 0x1f
[ 3734.548928] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[ 3734.550350] Bluetooth: hci0: Device revision is 16
[ 3734.550351] Bluetooth: hci0: Secure boot is enabled
[ 3734.550352] Bluetooth: hci0: OTP lock is enabled
[ 3734.550353] Bluetooth: hci0: API lock is enabled
[ 3734.550354] Bluetooth: hci0: Debug lock is disabled
[ 3734.550355] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 3734.550649] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[ 3736.013481] Bluetooth: hci0: Waiting for firmware download to complete
[ 3736.013933] Bluetooth: hci0: Firmware loaded in 1431244 usecs
[ 3736.014143] Bluetooth: hci0: Waiting for device to boot
[ 3736.026015] Bluetooth: hci0: Device booted in 11687 usecs
[ 3736.026083] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[ 3736.028065] Bluetooth: hci0: Applying Intel DDC parameters completed

If you need any information, please tell me. Thanks all of you again.

Offline

#2 2018-02-25 03:12:27

Aximand
Member
From: Russia
Registered: 2009-11-15
Posts: 21

Re: Bluetooth mouse disconnected and cannot reconnect

Can you acquire a log of what's happening when the mouse gets disconnected/it tries to reconnect?

Offline

#3 2018-02-26 09:03:01

fdservices
Member
From: France
Registered: 2012-02-06
Posts: 413

Re: Bluetooth mouse disconnected and cannot reconnect

Try bluetoothctl to get more information:

# bluetoothctl
[NEW] Controller 00:19:86:00:2D:16 BlueZ [default]
[NEW] Device 11:18:78:52:9A:D3 EE1119
[NEW] Device FC:58:FA:E8:BB:63 LG CM1560(63)
[NEW] Device C8:7E:75:A9:1B:D5 C3050
[NEW] Device 96:F2:46:66:28:CC CUBOT GT99
[NEW] Controller 10:08:B1:57:35:62 Acer Builtin 
[NEW] Device C8:7E:75:A9:1B:D5 C3050
[NEW] Device 96:F2:46:66:28:CC CUBOT GT99
[NEW] Device 00:0C:55:1C:CD:DA Motorola H500
[\*]# list
Controller 00:19:86:00:2D:16 BlueZ [default]
Controller 10:08:B1:57:35:62 Acer Builtin 
Select the default controller:
[\*]# select 00:19:86:00:2D:16 
Examples for E1119
[\*]# connect 11:18:78:52:9A:D3
[\*]# info  11:18:78:52:9A:D3
....

Other commands:
pair trust untrust block unblock disconnect remove

Further information:
https://wiki.archlinux.org/index.php/bluetooth

Andrew

Offline

Board footer

Powered by FluxBB