所有标准的M.2 WIFI/BT模块都可以在X1上使用,但我们为以下两个模块预装了驱动程序。
RTL8852BE | |
---|---|
协议 | 802.11ax/ac/a/b/g/n |
无线速度 | 2.4G:574M 5G:1200M |
内置蓝牙 | 5.2bluetooth |
接口尺寸 | 2230 NGFF M2 |
RTL8822CE | |
---|---|
协议 | 802.11ac/a/b/g/n |
无线速度 | 2.4G:300M 5G:867M |
内置蓝牙 | 5.1蓝牙 |
接口尺寸 | 2230 NGFF M2 |
Software Package Feature:
IEEE 802.11 a/b/g/n/ac Wi-Fi compliant
802.1x, WEP, WPA TKIP and WPA2 AES/Mixed mode for PSK and TLS (Radius)
WPA3-SAE (Personal)
WPS - PIN and PBC M ethods ,
IEEE 802.11 a/b/g/n/ac Client mode
WiFi- Direct
TDLS function
Wake on WLAN
BT-COEXIST
Support Secure DMA
dowload:
http://dd.youyeetoo.cn:5000/sharing/2DMCB8jJE
http://dd.youyeetoo.cn:5000/sharing/ZJLRhgmbh
点击下面图标,然后选择你所需要连接网络,输入密码即可连接。
有两个方法使用,一是通过界面连接wifi,另一种是通过命令行方式连接。
Settings
选项Wi-Fi
选项开启WiFi命令
sudo nmcli r wifi on
扫描附近的 WiFi 热点
sudo nmcli dev wifi
连接到指定的 WiFi 热点
sudo nmcli dev wifi connect "SSID" password "PASSWORD" ifname wlan0
请将 SSID和 PASSWORD 替换成实际的 WiFi名称和密码。
有两个方法使用,一是通过界面连接wifi,另一种是通过命令行方式连接。
Settings
选项Bluetooth
选项先看下蓝牙服务状态:
sudo systemctl status bluetooth
如果未运行:
sudo systemctl enable bluetooth
sudo systemctl start bluetooth
扫描附近的蓝牙设备:
bluetoothctl scan on
为了以后方便pc被连:
bluetoothctl discoverable on
准备连接蓝牙耳机,先配对:
bluetoothctl pair D8:0E:29:6C:7B:B2
可以查看下配好对的蓝牙设备:
bluetoothctl paired-devices
连接蓝牙耳机:
bluetoothctl connect D8:0E:29:6C:7B:B2