Users Guide
Table Of Contents
- Dell Edge Gateway 3001 安裝和操作手冊
- 概觀
- 系統視圖
- 安裝您的 Edge Gateway
- 設定 ZigBee 硬體鎖
- 設定作業系統
- Windows 10 IoT Enterprise LTSB 2016
- Ubuntu Core 16
- Ubuntu 伺服器
- 建立作業系統復原 USB 快閃磁碟機
- 存取和更新 BIOS
- 參考資料
- 附錄
- 與 Dell 公司聯絡
3. 停用 wpa_supplicant。
# sudo systemctl stop wpa_supplicant.service
# sudo systemctl mask wpa_supplicant.service
4. 從網路管理員移除。
# sudo nmcli d set wlan0 managed no
5. 使用 hostapd 建立存取點。
# hostapd /etc/hostapd/hostapd.conf
透過藍牙連線
這項功能可讓系統連線至藍牙鍵盤等藍牙裝置。
1. 執行以下命令以啟動 bluetoothctl 主控台。
#bluetoothctl
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. 在 /etc/modprobe.d/rs9113.conf 中將模式的預設值從 13 調整為 14。
# options rsi_sdio dev_oper_mode=14
80 設定作業系統