> For the complete documentation index, see [llms.txt](https://ttp.parzival.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ttp.parzival.sh/pentesting/wireless/wpa-wpa2/alfa-troubleshooting.md).

# Alfa Troubleshooting

### Installing ALFA AC1200 AWUS036ACH Drivers on Kali

```bash
apt update
apt install dkms realtek-rtl88xxau-dkms -y
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
make && make install
```
