Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rtl8812au-Linux
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ilnanny75
rtl8812au-Linux
Commits
dbac0a76
Commit
dbac0a76
authored
May 06, 2019
by
ilnanny75
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
3ee92fb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
README.md
README.md
+9
-12
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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