Skip to main content

ALFA AWUS036AXM — Wi-Fi 6 AX3000 + Bluetooth 5.2

一句話定位(One-liner): The AWUS036AXM is ALFA's flagship Wi-Fi 6 dongle — an MT7921AUN AX3000 dual-band adapter with Bluetooth 5.2, USB 3.2, two antennas and, crucially, an in-kernel driver (mt7921u since Linux 5.18). One stick replaces both your Wi-Fi and your Bluetooth.

規格總覽 (Spec overview)

ItemSpec
ChipsetMediaTek MT7921AUN
Wi-Fi classAX3000 (574 + 2402 Mbps)
InterfaceUSB 3.2
Bands2.4 + 5 GHz
Antenna2 × external 5 dBi, RP-SMA
BluetoothBT 5.2 (same dongle)
MIMO2×2
Linux drivermt7921uin-kernel since 5.18
Monitor mode✅ good

Overview

The AXM is the modern successor to the beloved AWUS036ACM — MediaTek radio, in-kernel driver, no DKMS pain — but with a whole generation of upgrades: AX3000 speeds (2.4 Gbps on 5 GHz), Bluetooth 5.2 riding on the same USB device, and a newer radio that handles crowded environments better.

For Linux users the appeal is the same as the ACM: it just works. Driver in the kernel (need 5.18+, so Ubuntu 22.04+ or recent Kali), monitor mode available via the standard mac80211 path, and the bonus that your WiFi and Bluetooth share one port.

The one caveat: because mt7921u needs a 5.18+ kernel, older OS installs will not see it at all — check the compatibility matrix.

Install & drivers

In-kernel since 5.18 — nothing to compile. See the MT7921AUN driver page for full detail. Verify:

lsusb | grep -i mediatek
iw dev
bluetoothctl list

Expected output: the MT7921U line in lsusb, an interface in iw dev, and a Bluetooth controller in bluetoothctl list (BT may need sudo modprobe btusb).

Advanced usage

Max-speed connect + BT pairing

nmcli device wifi connect "MySSID" password "my-passphrase"
bluetoothctl
power on
scan on
pair <MAC>

Expected output: Wi-Fi activated; Pairing successful for your BT device.

Monitor mode

sudo airmon-ng start wlan0
sudo aireplay-ng --test wlan0mon

Expected output: wlan0mon + injection 30/30: 100%.

Compatibility

PlatformSupportNotes
Kali LinuxIn-kernel (5.18+)
Ubuntu22.04+ (kernel 5.18+)
NetHunter / AndroidIn-kernel, newer kernel required
WindowsOfficial driver, WiFi + BT
Raspberry Pi / Jetson (JetPack 6)In-kernel

Troubleshooting

SymptomCauseFix
Not detected on Ubuntu 20.04Kernel < 5.18Upgrade OS / kernel
No wlan0 but device seenFirmware missingsudo apt install linux-firmware; re-plug
Bluetooth absentbtusb not loadedsudo modprobe btusb
Injection 0/30Empty channelsudo iw wlan0mon set channel 6