Quick User Guide

Power on

Connect ​Noni ​card to your device via m.2 interface ​and startup your device.

Supported operating systems

  • Ubuntu 24.04.2, 24.10
  • OpenWrt 23.05.

General rule: OS kernel needs to be >= 5.19 or use wireless backports >= 6.1.

On Ubuntu

mkdir -p /lib/firmware/ath12k/QCN9274/hw2.0

wget -c firmware-2.bin.zip

Noni requires custom ath12k patched added that can be downloaded here:

BDF files which are made specificaly for Noni are provided by our company, which can downloaded here:

Select correct BDF files (2x2 or 4x4), put them into the host device. Following commands shows how to change BDF files and activate one of the radio (5GHz or 6GHz):

cd /lib/firmware/ath12k/QCN9274/hw2.0; mv board-2.bin board-2.bin.orig

Copy regdb:

cp /tmp/regdb.bin .

To activate 5G band:

cp /tmp/board.bin_5 board.bin; rmmod ath12k; modprobe ath12k

To activate 6G band:

cp /tmp/board.bin_6 board.bin rmmod ath12k; modprobe ath12k

To activate split-mode:

cp /tmp/board.bin_5_6_dual board.bin rmmod ath12k; modprobe ath12k