From 6789bcab9a32f8455287d948a8b4171b226fb372 Mon Sep 17 00:00:00 2001 From: Rin Cat Date: Fri, 24 Jan 2020 03:20:42 -0500 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 087308d..5156d64 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,32 @@ Official release note please check ReleaseNotes.pdf **Note:** if you believe your device is **RTL8812BU** or **RTL8822BU** but after loaded the module no NIC shows up, the device ID maybe not in the driver whitelist. In this case please submit a new issue with `lsusb` result, and your device name, brand, website, etc. + + +# How to use this kernel module +* All commands need to be run in the driver directory +* The following commands only build module for the current running kernel +* You need rebuild the kernel module everytime you update/change the kernel +## Building +``` +make +``` + +## Installing +``` +sudo make install +``` + +## Uninstalling +``` +sudo make uninstall +``` + + +For more details please refer to Linux Kernel Documentation. + +https://www.kernel.org/doc/Documentation/kbuild/modules.txt + + +# Distribution +* Archlinux AUR https://aur.archlinux.org/packages/rtl88x2bu-dkms-git/