Skip to main content

ALFA AWUS036EACS — Nano WiFi + Bluetooth Combo

一句話定位(One-liner): The AWUS036EACS is ALFA's nano WiFi + Bluetooth combo — an RTL8821CU AC600 dual-band dongle with integrated BT 4.2 that is plug-and-play on Windows. Honest warning up front: its Linux driver story is weak, and it is not a monitor-mode adapter. Buy it for a Windows desktop, not for Kali.

規格總覽 (Spec overview)

ItemSpec
ChipsetRealtek RTL8821CU
Wi-Fi classAC600 (150 + 433 Mbps)
InterfaceUSB 2.0
BandsWiFi: 2.4 + 5 GHz | BT: 2.4 GHz
BluetoothBT 4.2
AntennaIntegrated 2 dBi (no external RP-SMA)
SecurityWEP / WPA / WPA2
Linux driverNone reliable (see RTL8821CU driver page)
Monitor mode❌ unreliable

Overview

The EACS is the odd one out in the ALFA security lineup, and it is important to know that going in. It is designed for a different buyer: a Windows desktop or embedded industrial PC that needs WiFi + Bluetooth in one tiny, unobtrusive stick. AC600 speeds and 2 dBi integrated antenna make it a "good enough internet + BT keyboard/mouse" upgrade, not a signal-analysis instrument.

The sharp edge is Linux: the RTL8821CU has no mainline driver and the community driver is unstable on modern kernels — monitor mode and packet injection are not dependable. We keep this product for the Windows/combo use case and recommend the AWUS036ACM or AWUS036ACS to anyone whose coursework touches Kali.

Install & drivers (Windows)

On Windows there is nothing to do — the driver is bundled:

  1. Plug the adapter into a USB port.
  2. Windows installs the RTL8821CU driver automatically. WiFi and Bluetooth both appear in Device Manager.

Verify:

Get-PnpDevice -PresentOnly | Where-Object { $_.Class -eq "Net" }

Expected output: an 802.11ac NIC network adapter and a Bluetooth radio listed.

Linux? Read this first

If you are on Linux, the RTL8821CU driver page is the honest full story. Short version: a community driver exists (brektrou/rtl8821CU) and may build on older kernels, but expect instability and no reliable monitor mode. For Linux/Kali work, pick a different ALFA.

Compatibility

PlatformSupportNotes
WindowsPlug & play, WiFi + BT
Kali LinuxMonitor mode / injection unreliable
UbuntuNo stable driver
NetHunter / AndroidNot confirmed
Raspberry PiDriver fails on ARM64
macOS⚠️Limited; Apple Silicon unsupported

Troubleshooting

SymptomCauseFix
BT devices not found (Windows)Driver / service conflictCheck Device Manager; reinstall driver from ALFA support
Doesn't work on Linux at allNo reliable driverStop here — use a Linux-friendly ALFA instead
Monitor mode "works" but injection failsRTL8821CU driver limitationDo not rely on it — switch adapters for capture work
Short rangeIntegrated 2 dBi antennaBy design; use it near the AP, not far from it