Users Guide

5. hostapd を使用してアクセス ポイントを作成します。
# hostapd /etc/hostapd/hostapd.conf
Bluetooth を介した接
この機能によって、システムは、Bluetooth ドなどの Bluetooth デバイスに接できます。
1. コマンドを行して bluetoothctl コンソルを開始します。
#bluetoothctl
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. /etc/modprobe.d/rs9113.conf で、モドをデフォルトの 13 から 14 に調整します。
# options rsi_sdio dev_oper_mode=14
2. 動作モドを確認します。
# cat /sys/module/rsi_sdio/parameters/dev_oper_mode
オペレティング システムのセット アップ 77