Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ilnanny75
rtl8812au-Linux
Commits
dbac0a76
Commit
dbac0a76
authored
May 06, 2019
by
ilnanny75
Browse files
Update README.md
parent
3ee92fb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
dbac0a76
...
...
@@ -12,10 +12,9 @@ ___ *Build / Install with Make
For building & installing the driver w ith 'make' use
``` bash
make
make install
```
__
_
*
DKMS
...
...
@@ -30,38 +29,36 @@ ___ *Installation of Driver
In order to install the driver open a terminal in the directory with the source code and execute the following command:
```
bash
sudo ./dkms-install.sh
```
__
_
*
Removal of Driver
In order to remove the driver from your system open a terminal in the directory with the source code and execute the following command:
```
bash
sudo ./dkms-remove.sh
```
Package / Build dependencies (Devuan/Debian and derivates)
```
bash
apt-get install build-essential
apt-get install bc
apt-get install libelf-dev
apt-get install linux-headers-
`uname -r`
```
For Raspberry (RPI 2/3) you will need kernel sources
```
bash
wget "https://raw.githubusercontent.com/notro/rpi-source/master/rpi-source" -O /usr/bin/rpi-source
chmod 755 /usr/bin/rpi-source
rpi-source
```
Then you need to compile the driver on the RPI
``
make
cp 8812au.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
depmod -a
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment