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