I am not able to install anything driver on NanoPi Neo2. Every time I install I am getting this error. Please help me what should I do?
1)
root@NanoPi-NEO2:~/wifi_driver/rtl8812au# sudo ./dkms-install.sh
About to run dkms install steps...
Error! DKMS tree already contains: rtl8812au-5.3.4
You cannot add the same module/version combo more than once.
Error! Your kernel headers for kernel 3.10.65 cannot be found.
Please install the linux-headers-3.10.65 package,
or use the --kernelsourcedir option to tell DKMS where it's located
Error! Your kernel headers for kernel 3.10.65 cannot be found.
Please install the linux-headers-3.10.65 package,
or use the --kernelsourcedir option to tell DKMS where it's located
Finished running dkms install steps.
root@NanoPi-NEO2:~/wifi_driver/rtl8812au#
2)
root@NanoPi-NEO2:~/wifi_driver/rtl8812au# make
make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/3.10.65/build M=/root/wifi_driver/rtl8812au O="" modules
make[1]: *** /lib/modules/3.10.65/build: No such file or directory. Stop.
Makefile:1723: recipe for target 'modules' failed
make: *** [modules] Error 2
root@NanoPi-NEO2:~/wifi_driver/rtl8812au#

1)
root@NanoPi-NEO2:~/wifi_driver/rtl8812au# sudo ./dkms-install.sh
About to run dkms install steps...
Error! DKMS tree already contains: rtl8812au-5.3.4
You cannot add the same module/version combo more than once.
Error! Your kernel headers for kernel 3.10.65 cannot be found.
Please install the linux-headers-3.10.65 package,
or use the --kernelsourcedir option to tell DKMS where it's located
Error! Your kernel headers for kernel 3.10.65 cannot be found.
Please install the linux-headers-3.10.65 package,
or use the --kernelsourcedir option to tell DKMS where it's located
Finished running dkms install steps.
root@NanoPi-NEO2:~/wifi_driver/rtl8812au#
2)
root@NanoPi-NEO2:~/wifi_driver/rtl8812au# make
make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/3.10.65/build M=/root/wifi_driver/rtl8812au O="" modules
make[1]: *** /lib/modules/3.10.65/build: No such file or directory. Stop.
Makefile:1723: recipe for target 'modules' failed
make: *** [modules] Error 2
root@NanoPi-NEO2:~/wifi_driver/rtl8812au#