管理 RDK X5 的 WiFi 连接、有线网络静态IP、蓝牙配对、WiFi 热点创建、SSH 远程访问配置、VNC 远程连接故障排查。Use when the user wants to connect WiFi, create hotspot, pair Bluetooth, configure SSH, troubleshoot VNC connectivity issues, or troubleshoot any network problems. For checking current IP address → use rdk-x5-monitor. For setting up VNC server/desktop → use rdk-x5-media. Do NOT use for GPIO/hardware (use rdk-x5-gpio), camera setup (use rdk-x5-camera), or system backup/upgrade (use rdk-x5-system).
bash
ip addr show # 所有接口 IP
nmcli device status # 连接状态总览
nmcli device wifi list # 扫描可用 WiFi
bash
bash
sudo nmcli device wifi hotspot ifname wlan0 ssid RDK-X5-AP password 12345678
bash
sudo nmcli connection modify Wired connection 1 \
ipv4.method manual \
ipv4.addresses 192.168.1.100/24 \
ipv4.gateway 192.168.1.1 \
ipv4.dns 8.8.8.8,114.114.114.114
sudo nmcli connection up Wired connection 1
bash
sudo systemctl start bluetooth
bluetoothctl
在 bluetoothctl 交互中:
bash
bash
sudo srpi-config
支持:WiFi、SSH/VNC 开关、40pin 总线、MIPI 屏幕选择、音频通道切换。
| 现象 | 排查命令 | 解决 |
|---|---|---|
| 无法上网 | ping -c 4 8.8.8.8 | 检查网关:ip route show |
| DNS 解析失败 |
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 rdk-x5-network-1776184861 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 rdk-x5-network-1776184861 技能
skillhub install rdk-x5-network-1776184861
文件大小: 2.08 KB | 发布时间: 2026-4-15 13:58