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