abperiasamy / rtl8812AU_8821AU_linux

rtl8812AU_8821AU linux kernel driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter
GNU General Public License v2.0
1.23k stars 434 forks source link

Help with installing on Arch ARM #74

Open AaronMcHale opened 9 years ago

AaronMcHale commented 9 years ago

Hi, I'm trying to install this driver first using pkms (following the guide on the readme page), then using make (following this guide), however I keep getting the following error:

make ARCH=armv6l CROSS_COMPILE= -C /lib/modules/4.0.8-3-ARCH/build >M=/root/rtl8812AU_8821AU_linux-master modules make[1]: Entering directory '/usr/lib/modules/4.0.8-3-ARCH/build' Makefile:612: arch/armv6l/Makefile: No such file or directory make[1]: * No rule to make target 'arch/armv6l/Makefile'. Stop. make[1]: Leaving directory '/usr/lib/modules/4.0.8-3-ARCH/build' Makefile:1049: recipe for target 'modules' failed make: * [modules] Error 2

Any help with this would be great.

Thanks Aaron

joseph-jja commented 9 years ago

Did you edit the Makefile and turn rpi on?

Edit Makefile and turn on pi and off x86

Turn off CONFIG_PLATFORM_I386_PC = n

Turn on CONFIG_PLATFORM_ARM_RPI = y