Logitech MX Master S2マウスを接続するとBluetooth接続が失敗する

Logitech MX Master S2マウスを接続するとBluetooth接続が失敗する

私はLinux Mint 18.2 Sonjaを使用しており、新しいバージョンをリンクしたいと思います。ロジクールMX Master S2マウスBluetoothアダプタを使用する代わりに、ラップトップに組み込まれているBluetoothモジュールを直接使用してみてください。これは、次のコマンドを実行した後、これまで私のコンピュータで動作します。

~$ sudo hciconfig hci0 sspmode 1
~$ sudo hciconfig hci0 down
~$ sudo hciconfig hci0 up

ただし、入力すると、ラップトップにsudo hciconfig hci0 sspmode 1次のエラーメッセージが表示されます。

Can't set Simple Pairing mode on hci0: Input/output error (5)

さまざまなコミュニティから複数の記事を読んだ後は、次のことをお勧めします。

alpha@Pavilion ~ $ bluetoothctl 
[NEW] Controller B0:35:9F:0E:4F:3D Pavilion [default]
[NEW] Device C5:E2:3F:77:5C:3D MX Master 2S
[NEW] Device DD:6A:F3:5A:A2:A2 MI Band 2
[NEW] Device C5:E2:3F:77:5C:3B MX Master 2S
[NEW] Device 00:02:3C:51:C6:12 Creative T50 Wireless
[bluetooth]# power on
Changing power on succeeded
[bluetooth]# agent on
Agent registered
[bluetooth]# default-agent 
Default agent request successful
[bluetooth]# scan on
Discovery started
[CHG] Device C5:E2:3F:77:5C:3D RSSI: -15
[bluetooth]# scan off
Discovery stopped
[CHG] Device C5:E2:3F:77:5C:3D RSSI: -4
[bluetooth]# trust C5:E2:3F:77:5C:3D
Changing C5:E2:3F:77:5C:3D trust succeeded
[bluetooth]# pair C5:E2:3F:77:5C:3D
Attempting to pair with C5:E2:3F:77:5C:3D
[CHG] Device C5:E2:3F:77:5C:3D Connected: yes
Failed to pair: org.bluez.Error.AuthenticationTimeout
[CHG] Device C5:E2:3F:77:5C:3D Connected: no
[bluetooth]# connect C5:E2:3F:77:5C:3D
Attempting to connect to C5:E2:3F:77:5C:3D
Failed to connect: org.bluez.Error.Failed
[bluetooth]# version
Version 5.37
[bluetooth]# exit
Agent unregistered
[DEL] Controller B0:35:9F:0E:4F:3D Pavilion [default]
alpha@Pavilion ~ $ 

マウスのペアリングを試みると、見てわかるようにすばやく接続され、エラーが表示されます。Failed to pair: org.bluez.Error.AuthenticationTimeout
アイデアのある人はいますか?

よろしくお願いします!

ベストアンサー1

少なくとも問題の解決策を見つけました
Bluetoothマネージャブルーマンと呼ばれる:

~$ sudo apt install blueman

GUIには電卓のような形のボタンがあり、その上にマウスを置くと「機器とペアリングを作る」というボタンがあります。ペアリングボタンを右クリックするか、デバイス設定/ペアリングボタンは機能しませんが、上記のボタンは機能します!

おすすめ記事