Users Guide
Table Of Contents

たとえば、次のとおりです。
$>: network-manager.nmcli con modify testwifi wifi-sec.psk happy
接続を起動する(システムに、アクセスポイントへの接続と IP アドレスの取得を許可する)には、コマンドプロンプトで次
のように入力します。
$>: network-manager.nmcli con up id <name>
たとえば、次のとおりです。
$>: network-manager.nmcli con up id testwifi
Bluetooth
Bluetooth キーボードなどの Bluetooth デバイスをペアリングするには、次のコマンドを実行します。
1. bluetoothctl コンソールを開始します。
#bluez.bluetoothctl -a
2. デバイスの電源をオンにします。
$ power on
3. キーボード用のエージェントを登録します。
$ agent KeyboardOnly
$ default-agent
4. コントローラをペアリング可能なモードにします。
$ 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
Bluetooth キーボードの使用を開始できます。
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
表
12. WLAN と Bluetooth の動作モード値
動作モード値
WiFi ステーション
サポートされている
BT/BLE モード
softAP softAP でサポートされ
ているクライアント
1 X
該当なし 該当なし
1
該当なし
X 32
53