I have been trying to install the drivers for the USB WiFi dongle (0bda:f179) I just got.
I found this link: GitHub - corneal64/Realtek-USB-Wireless-Adapter-Drivers at ARM-driver but I was getting a couple of errors, which I couldnt figure out.
ModuleNotFoundError: No module named 'apt_pkg'
Error! Bad return status for module build on kernel: 4.9.337-tegra (aarch64)
The apt_pkg error was solved once I switched to python 3.6 but the bad return status still exists. Any solutions?