Users Guide

要通过 WPA2 人员保护 Wi-Fi 接入点请更改以下配置项。
$ wifi-ap.config set wifi.security=wpa2 wifi.security-passphrase=Test1234
该命令可启用 WPA2 安全性并将密码短语设置为 Test1234
通过蓝牙连接
此功能允许系统连接到蓝牙设备如蓝牙键盘。
1. 运行命令以启动 bluetoothctl 控制台。
#bluetoothctl -a
此时将打开 bluetoothctl 控制台。
2. 运行命令以启动蓝牙设备。
$power on
3. 注册键盘的代理
$agent KeyboardOnly
$default-agent
4. 运行命令以将蓝牙控制器置于可配对模式。
$pairable on
5. 运行命令以扫描附近的蓝牙设备。
$scan on
6. 运行命令以在找到蓝牙键盘后停止扫描。
$scan off
7. 运行命令以配对蓝牙键盘。
$pair <MAC address of Bluetooth keyboard>
8. 如果需要输入蓝牙键盘上的 PIN 代码。
9. 运行命令以信任蓝牙键盘。
$trust <MAC address of Bluetooth keyboard>
10. 运行命令以连接至蓝牙键盘。
$connect <MAC address of Bluetooth keyboard>
11. 要停止 bluetoothctl 控制台。
$quit
WLAN 和蓝牙模式之间切换
1. 卸下 WLAN/BT 驱动程序。
$ modprobe -r ven_rsi_sdio
2. /etc/modprobe.d/rs9113.conf 中调整模式
3. 重新加载 WLAN/BT 驱动程序。
$ modprobe ven_rsi_sdio
52
设置操作系统