All standard M.2 WIFI/BT modules can be used on the X1, but we have pre installed drivers for the following two modules
RTL8852BE | |
---|---|
agreement | 802.11ax/ac/a/b/g/n |
Wireless speed | 2.4G:574M 5G:1200M |
Built In Bluetooth | 5.2bluetooth |
interface size | 2230 NGFF M2 |
RTL8822CE | |
---|---|
agreement | 802.11ac/a/b/g/n |
Wireless speed | 2.4G:300M 5G:867M |
Built In Bluetooth | 5.1 bluetooth |
interface size | 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
Click the icon below, then select the network you want to connect to, and enter the password to connect.
There are two methods to use, one is to connect WiFi through the interface, and the other is to connect through the command line.
Enable WiFi command
sudo nmcli r wifi on
Scan for nearby WiFi hotspots
sudo nmcli dev wifi
Connect to the specified WiFi hotspot
sudo nmcli dev wifi connect "SSID" password "PASSWORD" ifname wlan0
Please replace SSID and PASSWORD with the actual WiFi name and password.
There are two methods to use, one is to connect WiFi through the interface, and the other is to connect through the command line.
Let's take a look at the Bluetooth service status first:
sudo systemctl status bluetooth
If not running:
sudo systemctl enable bluetooth
sudo systemctl start bluetooth
Scan nearby Bluetooth devices:
bluetoothctl scan on
For the convenience of PC connection in the future:
bluetoothctl discoverable on
Prepare to connect Bluetooth headphones and pair them first:
bluetoothctl pair D8:0E:29:6C:7B:B2
You can check the Bluetooth devices that are configured correctly:
bluetoothctl paired-devices
Connect Bluetooth headphones:
bluetoothctl connect D8:0E:29:6C:7B:B2