Wireless AC has turned out to be a real pain. First off, in doing my research, the only adapter that does AC and natively loads in Linux are devices with the MT7612UN MediaTek chipset. These do not seem to be terribly common, and the only seller I found was not particularly honest. This leaves the …
Month: November 2019
To remove DKMS drivers in Linux, start by checking installed drivers with $ dkms status. This lists drivers like 8812au, 4.2.3, 5.3.0-23-generic, x86_64: installed. Note the driver name (e.g., 8812au) and version (e.g., 4.2.3). Then, run $ sudo dkms remove 8812au/4.2.3 –all to uninstall. Confirm removal with $ dkms status before installing new drivers. This process simplifies driver management, especially for WiFi hacking.