mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-10-19 17:11:09 +02:00
Merge pull request #31 from vicentllongo/dkms
Add dkms configuration file
This commit is contained in:
10
README.md
10
README.md
@@ -2,3 +2,13 @@ rtl8812AU_8821AU_linux
|
||||
======================
|
||||
|
||||
rtl8812AU_8821AU linux kernel driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter
|
||||
|
||||
##Autocompiling with DKMS
|
||||
|
||||
```
|
||||
sudo cp -R . /usr/src/rtl8812AU_8821AU_linux
|
||||
sudo dkms add -m rtl8812AU_8821AU_linux -v 1.0
|
||||
sudo dkms build -m rtl8812AU_8821AU_linux -v 1.0
|
||||
sudo dkms install -m rtl8812AU_8821AU_linux -v 1.0
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user