Title: [Bash] Install Hercules WIreless N Mini v2 on linux Author: maxlefou Pastebin link: http://pastebin.com/2U6PPNRm First Edit: Sunday 25th of September 2016 04:31:33 PM CDT Last Edit: Sunday 25th of September 2016 04:31:33 PM CDT # 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