全体の流れ

sudo apt-get update
sudo apt-get install git linux-headers-amd64 build-essential dkms
git clone https://github.com/pvaret/rtl8192cu-fixes.git
sudo dkms add ./rtl8192cu-fixes

sudo dkms install 8192cu/1.11  <<< ここで注意点がある
sudo depmod -a
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/

------------------------
ということで、やり直し。
sudo apt-get update
sudo apt-get install git linux-headers-amd64 build-essential dkms
は必要なし。

$ rm -rfv rtl8192cu-fixes
$ git clone https://github.com/pvaret/rtl8192cu-fixes.git
ここまで終わり