跳到主要内容

WIFI & BT

WIFI & BT 支持模块列表

NO.ModelChipWiFiBTWIFI ThroughputRemark
1Radxa wireless A8RTL8852BE2.4G&5G&WIFI65.0up:600 Mbits/sec down: 900 Mbits/sec
2Intel 0MHK36 (PCIE+USB)Intel 31652.4G&5G4.2up:283 Mbits/sec down: 334 Mbits/sec
3Intel 7265NGW (PCIE+USB)Intel 72652.4G&5G4.2up:363 Mbits/sec down: 619 Mbits/sec
4Intel AX210 (PCIE+USB)Intel AX210WiFi 65.2up:859 Mbits/sec down: 813 Mbits/sec
  • Radxa CM5 搭配 Radxa CM5 IO 板,没有板载WiFi/BT模块,需要外接模块。以上是支持并测试过的 WITI/BT 卡。
  • 这里演示的 M.2 无线模块是: Radxa 无线模块 A8。

Radxa 无线模块A8

  • 安装如图所示:

Radxa 无线模块A8

WIFI 使用

  1. 首先进入ROOT用户模式。
sudo su
  1. 打开WIFI
nmcli r wifi on
  1. 扫描WIFI
nmcli dev wifi
  1. 连接wifi网络
nmcli dev wifi connect "wifi_name" password "wifi_password"

蓝牙使用

  • 使用Radxa无线A8模块时,必须添加以下黑名单才能使BT正常工作。
root@radxa-cm5-io:~# cat /etc/modprobe.d/blacklist.conf
blacklist pgdrv
blacklist btusb
blacklist btrtl
blacklist btbcm
blacklist btintel

root@radxa-cm5-io:~# reboot
  1. 测试蓝牙模块的状态并检查蓝牙设备。
root@radxa-cm5-io:~# systemctl status bluetooth
  1. 运行蓝牙设备。
root@radxa-cm5-io:~# systemctl start bluetooth
  1. 检测蓝牙设备
root@radxa-cm5-io:~# hciconfig
hci0: Type: Primary Bus: UART
BD Address: 10:2C:6B:49:D5:53 ACL MTU: 1021:8 SCO MTU: 64:1
UP RUNNING
RX bytes:850 acl:0 sco:0 events:58 errors:0
TX bytes:2814 acl:0 sco:0 commands:58 errors:0
  1. 测试:连接蓝牙音箱,首先安装pulseaudio
root@radxa-cm5-io:~# apt-get install -y pulseaudio-module-bluetooth pulseaudio
  1. 运行 pulseaudio
root@radxa-cm5-io:~# pulseaudio --start
  1. 使用 pulseaudio 连接
root@radxa-cm5-io:~# bluetoothctl
[bluetooth]# default-agent
[bluetooth]# power on
[bluetooth]# scan on
[bluetooth]# trust 41:42:1A:8D:A9:65 #BT-280
[bluetooth]# pair 41:42:1A:8D:A9:65
[bluetooth]# connect 41:42:1A:8D:A9:65
  1. 现在您可以听音乐了。