deepin安装USB⽆线⽹卡驱动1.deepin安装usb⽆线驱动
1.安装git
 sudo apt-get install git
2.获取在⽹上git驱动包 RTL8821CU
 git clone github/brektrou/rtl8821cu.git
3.编译及安装驱动
 cd /rtl8821网卡驱动装不上
 make -j4        ###make是编译,-j4是调⽤我cpu4个核同时编译,这看情况,是可选项
 sudo make install
4.重启机器,⽹卡就⽣效了