Jetson TK1/ Wifi Edimax EW-7811UN

Hi community
I bought an Edimax EW-7811UN USB nano adapter and connected it to the Jetson TK1 few days ago, but I still cannot install the driver.
I downloaded Edimax EW-7811UN’s from their official website and dragged the file on the Desktop at first, then I opened the terminal, typed:

cd Desktop/

chmod +x install.sh

./install.sh

and it turned out that there were a couples of errors:

make[1]: Entering directory ‘/usr/src/linux-headers-3.10.40-gadacac96’
makefile:587: /usr/src/linux-headers-3.10.40-gdacac96/arch/armv7l/Makefile: No such file or directory
make[1]: *** No rule to make target ‘/usr/src/linux-headers-3.10.40-gdacac96/arch/armv7l/Makefile’. Stop.
make[1]: Leaving directory ‘/usr/src/linux-headers-3.10.40-gadacac96’
make: ***[modules] Error 2
#################################################

I have checked the file:/usr/src/linux-headers-3.10.40-gadacac96/arch, and there were no a file “armv7l” but only “arm” and “arm64”.

I am a rookie in Jetson, having no clue about what i can do. Please give me a hand, thank you very much.

Have you seen this page?
[url]http://elinux.org/Jetson/Network_Adapters[/url]

FYI, linux-headers is a subset of kernel source. Typically you could configure the kernel and run the “make headers_install” to create that directory while logged in to the JTK1 (or in some cases the directory would be provided as an official package). See:
[url]https://www.kernel.org/doc/Documentation/kbuild/headers_install.txt[/url]