Users Guide

Table Of Contents
Bluetooth 由の接
この機能を使うと、システムを Bluetooth ドなどの Bluetooth デバイスに接することができます。
1. 次のコマンドを行して bluetoothctl コンソルを起動します。
#bluetoothctl -a
bluetoothctl コンソルが開きます。
2. 次のコマンドを行して Bluetooth デバイスに電源を投入します。
$power on
3. ド用のエジェントを登します。
$agent KeyboardOnly
$default-agent
4. 次のコマンドを行して Bluetooth コントロラをペアリング ドにします。
$pairable on
5. 次のコマンドを行して近くの Bluetooth デバイスをスキャンします。
$scan on
6. Bluetooth ドが見つかったら、次のコマンドを行してスキャンを停止します。
$scan off
7. 次のコマンドを行して Bluetooth ドをペアリングします。
$pair <MAC address of Bluetooth keyboard>
8. 必要にじて Bluetooth ドの PIN ドを入力します。
9. 次のコマンドを行して Bluetooth ドを信できるデバイスに設定します。
$trust <MAC address of Bluetooth keyboard>
10. 次のコマンドを行して Bluetooth ドと接します。
$connect <MAC address of Bluetooth keyboard>
11. bluetoothctl コンソルを終了します。
$quit
WLAN Bluetooth ド間の切り替え
1. WLAN/BT ドライバをアンロドします。
$ modprobe -r ven_rsi_sdio
2. /etc/modprobe.d/rs9113.conf でモドを調整します。
3. WLAN/BT ドライバを再ロドします。
$ modprobe ven_rsi_sdio
4. 動作モドを確認します。動作モドの値については表を照してください。
$ cat /sys/module/ven_rsi_sdio/parameters/dev_oper_mode
オペレティング システムのセット アップ 55