天天看点

ubuntu 18.04安装USB wifi接收器的驱动

最近把电脑的ubuntu 16.04升级到了18.04,然后发现USB wifi的驱动不见了,于是重新安装了一下,以下是我的安装步骤:

我的ubuntu的内核是4.15.0,属于5.9以下,所以选择下面的命令:

sudo apt update
sudo apt-get install gcc
sudo apt install -y dkms git bc
git clone https://github.com/fastoe/RTL8812BU.git
cd RTL8812BU
make
sudo make install
sudo reboot