Eu tenho um teclado Bluetooth ThinkPad 2 Tablet que desejo emparelhar com o meu Ubuntu Touch Aquaris E4.5. Devido a limitações da GUI, quero tentar fazer isso no terminal. Espero que o processo seja semelhante ao do Ubuntu Desktop.
No Ubuntu Desktop 15.10, ao emparelhar o teclado, a seguinte mensagem é apresentada em uma caixa de diálogo da GUI:
Please enter the following PIN on "ThinkPad keyboard" and press "Enter" on the keyboard:
<6-digit number>
Inserir o PIN de 6 dígitos no teclado Bluetooth e pressionar Enter
conclui o emparelhamento do teclado e funciona bem. Quando tento emparelhar o teclado no Ubuntu Touch, nenhuma caixa de diálogo da GUI é exibida exibindo o código a ser inserido no teclado Bluetooth. Então, eu quero tentar emparelhar o teclado no terminal.
Eu tentei o seguinte:
phablet@ubuntu-phablet:~$ hcitool scan
Scanning ...
AB:CD:EF:GH:IJ:KL ThinkPad Keyboard
phablet@ubuntu-phablet:~$ bluez-simple-agent AB:CD:EF:GH:IJ:KL
RequestPinCode (/org/bluez/863/hci0/dev_AB_CD_EF_GH_IJ_KL)
Enter PIN Code: 0000
Release
Creating device failed: org.bluez.Error.ConnectionAttemptFailed: Page Timeout
phablet@ubuntu-phablet:~$
O que eu poderia tentar a seguir?
bluetoothctl
? Eu tenteisudo add-apt-repository ppa:vidplace7/bluez5; sudo apt-get update; sudo apt-get install bluez bluez-tools
.