Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zobzn/86caaad633acb29d35938d2366ce0196 to your computer and use it in GitHub Desktop.
Save zobzn/86caaad633acb29d35938d2366ce0196 to your computer and use it in GitHub Desktop.
sudo apt install dkms git
git clone https://github.com/cilynx/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959.git
cd rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959
VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment