Usando o teclado e mouse do Microsoft Designer com o Ubuntu 16.04 (em um Dell XPS 13)

Usando o teclado e mouse do Microsoft Designer com o Ubuntu 16.04 (em um Dell XPS 13)

Eu tenho a nova edição para desenvolvedores do Dell XPS 13, que vem com o Ubuntu 14.04 LTS. Como o novo LTS já foi lançado, decidi atualizar para o 16.04, que deve suportar dispositivos BLE (Bluetooth Low Energy), como o teclado e mouse Microsoft Designer. Mas não consigo fazê-lo funcionar.

Se eu tentar emparelhar o mouse, ele falhará:

 ~ bluetoothctl
[NEW] Controller 44:85:00:2C:E5:E7 laptop [default]
[bluetooth]# scan on
Discovery started
[CHG] Controller 44:85:00:2C:E5:E7 Discovering: yes
[NEW] Device E5:4B:7C:B0:25:13 Designer Mouse
[bluetooth]# pair E5:4B:7C:B0:25:13
Attempting to pair with E5:4B:7C:B0:25:13
[CHG] Device E5:4B:7C:B0:25:13 Connected: yes
[CHG] Device E5:4B:7C:B0:25:13 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[CHG] Device E5:4B:7C:B0:25:13 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[CHG] Device E5:4B:7C:B0:25:13 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[CHG] Device E5:4B:7C:B0:25:13 UUIDs: 0000180f-0000-1000-8000-00805f9b34fb
[CHG] Device E5:4B:7C:B0:25:13 UUIDs: 00001812-0000-1000-8000-00805f9b34fb
[Designer Mouse]# connect E5:4B:7C:B0:25:13
Attempting to connect to E5:4B:7C:B0:25:13
Connection successful
[CHG] Device E5:4B:7C:B0:25:13 Connected: no
Failed to pair: org.bluez.Error.AuthenticationCanceled

Mais alguns logs podem ser encontrados no syslog:

May 19 18:05:11 laptop kernel: [29453.178205] Bluetooth: SMP security requested but not available
May 19 18:05:11 laptop bluetoothd[1154]: Unable to register GATT service with handle 0x0009 for device E5:4B:7C:B0:25:13
May 19 18:05:11 laptop bluetoothd[1154]: Unable to register GATT service with handle 0x000e for device E5:4B:7C:B0:25:13
May 19 18:05:12 laptop bluetoothd[1154]: Error reading PNP_ID value: Attribute requires authentication before read/write
May 19 18:05:13 laptop bluetoothd[1154]: Error reading Report value: Attribute requires authentication before read/write
May 19 18:05:13 laptop bluetoothd[1154]: message repeated 3 times: [ Error reading Report value: Attribute requires authentication before read/write]
May 19 18:05:14 laptop bluetoothd[1154]: Report Map read failed: Attribute requires authentication before read/write
May 19 18:05:14 laptop bluetoothd[1154]: Protocol Mode characteristic read failed: Attribute requires authentication before read/write
May 19 18:05:14 laptop bluetoothd[1154]: HID Information read failed: Attribute requires authentication before read/write
May 19 18:05:14 laptop bluetoothd[1154]: Read Report Reference descriptor failed: Attribute requires authentication before read/write
May 19 18:05:14 laptop bluetoothd[1154]: message repeated 3 times: [ Read Report Reference descriptor failed: Attribute requires authentication before read/write]

Gostaria de saber se a linha "Segurança SMP ..." pode ser importante? Encontrei este link, onde o autor da resposta correta descreve como ele "corrige" seu próprio arquivo oculto, mas isso não ajudou:Microsoft Designer Mouse (Bluetooth 4.0) no Ubuntu 14.04 LTS

Ao tentar conectar o teclado, os resultados e logs são bastante semelhantes (apenas os endereços mudam), então os omiti aqui.

Espero que alguém tenha uma dica útil para mim?

Desde já, obrigado :)

Responder1

Atualizei para a versão mais recente do bluez de 17.04. Está corrigido lá de acordo com o ticket de bug do Debian. Acabei de baixar o arquivo manualmente.

informação relacionada