"Install Hercules WIreless N Mini v2 on linux" By maxlefou (https://pastebin.com/u/maxlefou) URL: https://pastebin.com/2U6PPNRm Created on: Sunday 25th of September 2016 04:31:33 PM CDT Retrieved on: Saturday 31 of October 2020 12:45:25 PM UTC # install linux-header for the current kernel git clone https://github.com/pvaret/rtl8192cu-fixes.git sudo dkms add ./rtl8192cu-fixes sudo dkms install 8192cu/1.10 sudo rmmod rtl8192cu sudo modprobe 8192cu sudo depmod -a sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/ # edit /etc/modprobe.d/blacklist.conf and add the following: # blacklist rtl8192cu # blacklist rtl8xxxu echo '8192cu' | sudo tee -a /etc/modules # reboot # ? # PROFIT