Netgear R-nz Drivers ✮

Netgear does not provide official Linux drivers. For Realtek-based chips (common in NZ models):

# For RTL8812AU / RTL8814AU based adapters
sudo apt update && sudo apt install git dkms
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
sudo make dkms_install

Verify with lsusb and iwconfig.

Applies to: Netgear R-NZ Series (R7000-NZ, R8000-NZ, R6400-NZ, and related regional variants) netgear r-nz drivers

Since routers don’t use traditional drivers, follow this process to "update" your R-NZ router: Netgear does not provide official Linux drivers

Step 1: Find your router’s base model on the sticker (e.g., R6220-NZ → base = R6220).
Step 2: Download the latest firmware from Netgear’s official site for the base model.
Step 3: Log into your router (usually 192.168.1.1 or routerlogin.net).
Step 4: Go to Advanced > Administration > Firmware Update.
Step 5: Manual Update – Upload the .chk or .img file you downloaded.
Step 6: Wait 5–7 minutes. Do not power off. The router will reboot. Verify with lsusb and iwconfig

Warning: Never install firmware meant for a different region (e.g., US firmware on an NZ unit). It can brick the router due to radio power regulation differences. Always use the global firmware from the base model page – it auto-detects region.

| Issue | Likely Fix | |-------|-------------| | Driver install fails (Code 52) | Disable driver signature enforcement (temp) or install updated signed driver from Netgear. | | Adapter works, then disappears | USB selective suspend: Power Management → Disable "Allow computer to turn off this device". | | 5GHz not visible | Set router's 5GHz channel to 36-48 (non-DFS) – NZ allows DFS, but some older drivers ignore it. | | High latency on R-NZ router | Update router firmware (not drivers). Use wired connection for firmware update. |