Skip to main content

ALFA AWUS036AXER — Wi-Fi 6 Nano (Internal Antenna)

一句話定位(One-liner): The AWUS036AXER is ALFA's 10.5 g nano — the same RTL8832BU AX1800 Wi-Fi 6 engine as the big AWUS036AX, but with an internal antenna and USB 3.2, so it sits flush in the port and disappears. Wi-Fi 6 + WPA3 for the everyday-carry crowd.

規格總覽 (Spec overview)

ItemSpec
ChipsetRealtek RTL8832BU
Wi-Fi classAX1800 (574 + 1201 Mbps)
InterfaceUSB 3.2
Bands2.4 + 5 GHz
AntennaInternal (no external RP-SMA)
Weight10.5 g
SecurityWPA3
MIMO2×2
Linux driverrtl88x2bu (DKMS)
Monitor mode✅ (internal antenna — see note)

Overview

The AXER takes the AWUS036AX's radio and strips away the bulk. Instead of two external antennas, it uses an integrated antenna folded into a 10.5 g body — the result plugs into a laptop port and barely protrudes. You keep Wi-Fi 6 speeds, WPA3 and 2×2 MIMO; you trade the external-antenna range and the antenna-upgrade path.

This is a client-first adapter: it is for the student in a lecture hall who wants fast, secure Wi-Fi 6 without carrying a dongle-and-antennas everywhere. It is not the pick for long-range monitoring — see the note in Advanced usage.

Install & drivers

Identical driver story to the AWUS036AX — full steps on the RTL8832BU driver page:

cd /opt && sudo git clone https://github.com/aircrack-ng/rtl88x2bu.git
cd rtl88x2bu && sudo make dkms_install
sudo modprobe 88x2bu

Expected output: DKMS: install completed. then an interface in iw dev.

Advanced usage

Client-mode excellence

nmcli device wifi connect "MySSID" password "my-passphrase"
iw dev wlan0 link

Expected output: connected; up to 1201 Mb/s link rate on 5 GHz near the AP.

Monitor mode — with a caveat

The internal antenna means range and sensitivity are limited. Monitor mode works (the driver supports it), but for serious capture work the external-antenna AWUS036AX or AWUS036ACM is the better instrument. NetHunter compatibility is also marginal with this one.

Compatibility

PlatformSupportNotes
Kali LinuxDKMS, but internal antenna limits range
UbuntuDKMS
NetHunter / Android⚠️Realtek, internal antenna, low priority
WindowsOfficial driver, WPA3
Raspberry Pi / JetsonDKMS on ARM64

Troubleshooting

SymptomCauseFix
Short range vs external-antenna ALFAsInternal antenna by designExpected — use for client work, not long links
WPA3 network not visibleStale driverUpdate rtl88x2bu + OS
DKMS build failsNew kernelgit pull && make dkms_install
Slow on USB 2.0 portBandwidth capUse a USB 3.x port