Ubuntu Touch Aquaris E4.5とペアリングするBluetooth ThinkPad 2 Tabletキーボードがあります。GUIの制限により、ターミナルでこれを実行したいと思います。このプロセスがUbuntu Desktopのプロセスと同様になることを期待しています。
Ubuntu Desktop 15.10では、キーボードをペアリングすると、GUIダイアログに次のメッセージが表示されます。
Please enter the following PIN on "ThinkPad keyboard" and press "Enter" on the keyboard:
<6-digit number>
Bluetoothキーボードで6桁のPINを入力してを押すEnter
と、キーボードのペアリングが完了し、正常に機能します。Ubuntu Touchでキーボードをペアリングしようとしても、Bluetoothキーボードに入力するコードを表示するGUIダイアログは表示されません。だから、私は端末でキーボードをペアリングしてみてください。
私は次を試しました:
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:~$
次に何ができますか?
bluetoothctl
ますか?試しましたsudo add-apt-repository ppa:vidplace7/bluez5; sudo apt-get update; sudo apt-get install bluez bluez-tools
。