21/06/20 10:09:03.15 tdu+ItCw0.net
全体の流れ
sudo apt-get update
sudo apt-get install git linux-headers-amd64 build-essential dkms
git clone URLリンク(github.com)
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 URLリンク(github.com)
ここまで終わり