Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Created November 22, 2018 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nolanlawson/89f943b483b662e7a96e5dc092e56fb2 to your computer and use it in GitHub Desktop.
Save nolanlawson/89f943b483b662e7a96e5dc092e56fb2 to your computer and use it in GitHub Desktop.
Getting Realtek rtl8822bu wifi driver working on Ubuntu 18.04

Getting Realtek rtl8822bu wifi driver working on Ubuntu 18.04

Using this PR and instructions for dkms here:

sudo apt install -y dkms
git clone https://github.com/chasonr/rtl8822bu.git --branch linux-4.15-fix
sudo cp -r rtl8822bu /usr/src/8822bu
sudo dkms add -m 8822bu -v 1.1
sudo dkms build -m 8822bu -v 1.1
sudo dkms install -m 8822bu -v 1.1
sudo modprobe 8822bu

After this, the wifi appeared under the network settings.

@mateusmuller
Copy link

I can replicate the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment