How to install WiFi driver for D-Link DWA 131 (USB Dongle)

I recently got a “TP-Link TL-WN822N” working by

  1. installing the 8192eu-dkms package
  2. blacklisting the old module that was also still in use

Without blacklisting the ‘rtl8xxxu’ module, the usb-dongle still didn’t work, so I generated the following file
sudo nano /etc/modprobe.d/rtl8xxxu.conf
with the line
blacklist rtl8xxxu

Rebootet and all was good.

[Edit] Find out which modules are in use by running
dmesg | grep usbcore

3 Likes