astsam / rtl8812au

RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection
353 stars 948 forks source link

will you add v5.1.5 driver? #22

Open gsra99 opened 7 years ago

gsra99 commented 7 years ago

see https://github.com/diederikdehaas/rtl8812AU/issues/63

ojnickel commented 7 years ago

would you also add support for rpi?

kcdtv commented 7 years ago

What do you mean by "adding the driver"? Which parts of the code, which features are you lacking? You cannot just merge two branches between them and make things works like this.
Does this version from Tenda brings anything news in monitor mode or packet injection? Since when does Tenda propose native injection and monitor mode? I must have missed on step :smiley_cat:

.

astsam commented 7 years ago

Version 5.1.5 was added with additional support for RTL8821AU and RTL8814AU.

astsam commented 7 years ago

would you also add support for rpi?

See #10

pablocyber commented 7 years ago

I'm having trouble compiling v5.1.5 for RTL8814AU on the pi - any suggestions? I get this output:

sudo make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm RTL8814=1 make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -C /lib/modules/4.1.19-v7+/build M=/home/pi/rtl8812au-5.1.5 modules make[1]: Entering directory '/home/pi/linux' CC [M] /home/pi/rtl8812au-5.1.5/core/rtw_cmd.o arm-linux-gnueabihf-gcc: error: -mfloat-abi=soft and -mfloat-abi=hard may not be used together scripts/Makefile.build:258: recipe for target '/home/pi/rtl8812au-5.1.5/core/rtw_cmd.o' failed make[2]: [/home/pi/rtl8812au-5.1.5/core/rtw_cmd.o] Error 1 Makefile:1384: recipe for target 'module/home/pi/rtl8812au-5.1.5' failed make[1]: [module/home/pi/rtl8812au-5.1.5] Error 2 make[1]: Leaving directory '/home/pi/linux' Makefile:1855: recipe for target 'modules' failed make: *** [modules] Error 2

astsam commented 7 years ago

Try to apply the attached patch. aarch64-compilation-fix.txt