Ok i compiled it for you, no problems with this module:
leo@leo-EX38-DS5:~/android/kernel/omegamoon/HG20F9-master$ make make -C ~/android/kernel/omegamoon/rockchip-rk30xx-mk808/ SUBDIRS=/home/leo/android/kernel/omegamoon/HG20F9-master modules CROSS_COMPILE=/home/leo/android/kernel/omegamoon/rockchip-rk30xx-mk808/omegamoon/toolchain/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi- modules make[1]: se ingresa al directorio «/home/leo/android/kernel/omegamoon/rockchip-rk30xx-mk808» LD /home/leo/android/kernel/omegamoon/HG20F9-master/built-in.o CC [M] /home/leo/android/kernel/omegamoon/HG20F9-master/HG20F9.o In file included from /home/leo/android/kernel/omegamoon/HG20F9-master/HG20F9.c:41:0: /home/leo/android/kernel/omegamoon/HG20F9-master/axusbnet.c: In function 'rx_submit': /home/leo/android/kernel/omegamoon/HG20F9-master/axusbnet.c:321:22: warning: unused variable 'info' [-Wunused-variable] Building modules, stage 2. MODPOST 1 modules CC /home/leo/android/kernel/omegamoon/HG20F9-master/HG20F9.mod.o LD [M] /home/leo/android/kernel/omegamoon/HG20F9-master/HG20F9.ko
To install the module you must download, unzip and copy it to /system/lib/modules/ (You must use a ES file explorer or other root explorer capable of mount system RW)
From the terminal emulator you must write "insmod /system/lib/modules/thenameofyourmodule.ko"
Once you check if it works i can make a cwm zip who can install it with the module and a file in init.d so the module will load at each boot automatic.
I hope it helps and please report if it works and in what stick works.
Seems that this module is included in the stock mk808b kernel, cause when i tried to load it I get in dmesg:
Error: Driver 'asix' is already registered, aborting...

Comment