INTRODUCTION:
I am noob tech hobbyist new to Kali Linux and Linux in general.
I am Running a Live USB of 64 Bit Kali GNU Linux 2.0 (GNOME Version 3.14.1 )
My laptop has an internal Intel 7260(rev73) NIC that doesn't support packet injection .

THE PROBLEM:
Having trouble installing drivers for RealTek 8192EU(NOT CU!!) found on a Leoxsys 300N (LEO-NANO300N) Wifi adapter (MIMO in a 2T2R config | Simutaneous Broadcast) .
This is the same Chipset found on a Maxxter ThunderBird ACT WNP-UA005 adapter too.

When I plug my adapter in , nothing happens . like no visual or audible messages of connected USB whatsoever.
"iwconfig" , "ifconfig" and "airmon-ng" do not show anything other than my internal wifi card as 'wlan0'.
"rfkill list" shows nothing as blocked.

So i ran lsusb (The one I have highlighted in Bold is the NIC) :
Code:
root@kali:~# lsusb
Bus 001 Device 002: ID 8087:8000 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 006: ID 8087:07dc Intel Corp. 
Bus 002 Device 005: ID 174f:1487 Syntek 
Bus 002 Device 004: ID 8564:1000 Transcend Information, Inc. JetFlash
Bus 002 Device 007: ID 0bda:818b Realtek Semiconductor Corp. 
Bus 002 Device 003: ID 046d:c058 Logitech, Inc. M115 Mouse
Bus 002 Device 002: ID 0eef:a107 D-WAV Scientific Co., Ltd 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
So I know the usb card is detected by Linux . I also ran "dmesg" and "dmesg | tail".
I did not know how to read the output or what to look for in it so i will post it if neccessary here on request. the latter command showed nothing to do with the NIC.

From my googling ,
There are numerus forums discussing this chipset in reference to RaspBerryPi and they also seem to have pushed it into their kernel after successful testing.
No information is furnished online however ,I have unearthed loads of information on other language websites (linux netherlands and chinese websites) .

WHAT I'VE TRIED :
I followed this tutorial
https://sites.google.com/site/easyli...set-0bda:818b-
got error :
Code:
Authentication requested [root] for make driver:
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.0.0-kali1-amd64/build M=/root/Downloads/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524  modules
make[1]: *** /lib/modules/4.0.0-kali1-amd64/build: No such file or directory.  Stop.
Makefile:1043: recipe for target 'modules' failed
make: *** [modules] Error 2
##################################################
Compile make driver error: 2
Please check error Mesg
##################################################
LINUX DRIVER :
https://drive.google.com/file/d/0By_...UEU/view?pli=1
How do i build this for Kali . I got the link from a Banana Pi building guide.
http://forum.lemaker.org/thread-11562-1-1.html

SOLUTION for Arch Linux:
https://translate.google.com/transla...45&prev=search

PROBLEMS(with functionality) AFTER INSTALLING DRIVERS:
https://forums.opensuse.org/showthre...susb-0bda-818b

QUESTION I HAVE (Please answer ones relevant to my driver problem only):
1. What do i do with or How to install dkms and will it help me?
http://osdir.com/ml/fedora-users/2014-11/msg00114.html
2. What are staging drivers and can I use any of these?(hit CTRL+F and look for '8192' )
https://wireless.wiki.kernel.org/en/users/Drivers
3. What is Cross-Compiling?
4. How to download the driver after installing , how to patch , what is DKMS deb and rpm ?
ref: https://translate.google.com/transla...45&prev=search
5. My biggest reference point for the solution happens to be in another language . I would be able to follow if i knew the linux .
https://forum.ubuntu-nl.org/index.php?topic=86081.0

LINKS :
1) WiFi adapter Specs:
1)The Exact one I have :
http://www.leoxsys.com/products/wifi...category_id=10
http://www.snapdeal.com/product/leox...ptors/76174758
2)With the Exact same Chipset:
http://www.maxxter.biz/default.aspx?...2=item&id=8280




THANK YOU SO MUCH FOR YOUR HELP IN ADVANCE.
please take the time to go through every link above as i know the solution lies in one of them .
As i am a complete beginner to linux please provide step by step instrusctions i can follow.
Thank you so much again!

NOTE: This solution will helps millions of other and we can also post it in the HOW-TO section .
I have come across numerous people with this problem.
We can work on pushing this driver into the kali kernel.
This thread can also be a reference point for all things related to RTL8192EU Chipset equipped devices.