1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-04-29 23:29:38 +02:00

19 Commits

Author SHA1 Message Date
cybersn-tdeyarmin
48a530c2b1
Update README.md (#315)
Adding those lines to /boot/config.txt will stop the raspberry pi 3 from booting.
2020-07-16 17:53:51 -07:00
Paul DeCarlo
4235b0ec7d Add support for Archer T2U Nano (#307) 2019-08-25 12:49:56 -07:00
jAlex
d277c3681e Add support for NVidia Jetson Nano (#300)
* Added support for NVidia Jeston Nano

* Added support for NVidia Jetson Nano
2019-07-16 09:35:41 -07:00
IeM
07377dc54b Update README.md (#296)
Kernel modules are required for compiling.
Tested on Debian and it works fine.
2019-06-01 07:36:00 -07:00
Julian Oes
754aa52e97 README: add RPi kernel headers (#286)
This was required for me with latest Raspbian stretch.
2019-03-11 06:51:48 -07:00
Ben Greear
ba6fa69560 Openwrt and new compiler related fixes (#285)
* rtw-ap: Fix compiler warning.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* makefile:  Add entry for compiling against openwrt tree.

Users would need to edit it to match their path, but
this should get them started.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* makefile:  Allow defining KSRC outside of build.

So, you can do this:

KSRC=/tmp/my/kernel make

And not have to edit the makefile to have this function as desired.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Fix stack-too-large warning on x86-64 compile

Signed-off-by: Ben Greear <greearb@candelatech.com>

* compile:  Allow cross-compiling on cmd-line w/out editing Makefile

For instance:

KSRC=/home/greearb/git/openwrt-neo2-dev/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/linux-4.14.78 \
 EXT_EXTRA_CFLAGS=-DCONFIG_LITTLE_ENDIAN ARCH=arm64 CROSS_COMPILE=aarch64-openwrt-linux- MODDESTDIR=/tmp make V=1

Signed-off-by: Ben Greear <greearb@candelatech.com>

* build:  Attempt to auto-detect endian-ness.

Will make building in openwrt much easier.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Fix build against openwrt backports tree.

Like breaks builds elsewhere, can fix it up later.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Register wiphy after we probe MAC addr.

This way the phy object has a valid MAC-addr, which can be helpful
for identification.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Make sure MAC is set in wiphy_preinit

This is needed to make sure the phy registers with a proper MAC
address instead of all 00

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Fix build on 4.19 kernel.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Fix compile against 4.20 kernel.

Remove some variable-length arrays (which could be security bugs,
ways to overflow the stack it seems), and remove use of
get_monotonic_boottime.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Support arm64
2019-03-08 09:22:32 -08:00
codarrenvelvindron
b854688bde Add installation instructions for Ubuntu 16.04 2018-04-10 12:44:12 +04:00
codarrenvelvindron
ba5eb03263 Added TP-LINK AC-1200- rtl8812AU based chipset to known supported 2018-04-10 12:31:20 +04:00
Chen Minqiang
00aedbde5c merge new version v4.3.14 from https://github.com/ptpt52/rtl8812au (#160) 2016-10-09 11:54:43 -07:00
Taehan Stott
ec491cf258 Added detection for TP-Link Archer T4U (#150)
* Added detection for TP-Link Archer T4U

* Added Ubuntu instructions for personal use.
2016-10-02 17:56:21 -07:00
Harshavardhana
8248d95eae Update README.md 2015-09-28 11:23:13 -07:00
Harshavardhana
5beef25236 Add contributors 2015-08-22 15:36:26 -07:00
Joe
fbd81d1816 more updates 2015-07-20 19:52:20 -07:00
Joe
c425ccceb7 update docs 2015-07-20 19:50:15 -07:00
Joe
9caa953809 update docs 2015-07-13 15:32:18 -07:00
Joe
56ffba13bb Add raspberry pi compilation instructions 2015-07-13 15:31:43 -07:00
pgroenbech
77a5fb9b47 Update README.md
Added -1.0 to make paths work (otherwise DKMS fails to find the folder - tested on raspbian)
2015-05-27 23:58:57 +02:00
Vicent Llongo
707c52d7a0 Add dkms configuration file 2015-02-06 20:41:39 +02:00
Anand Babu (AB) Periasamy
d18becd73a Initial commit 2013-09-04 13:38:50 -07:00