The Linux drive that comes with the CD is based on kernel 2.6, the kernel of UBUNTU14 is 3.13, according to the default driver in the CD, Nw336 model is Rtl8188cus, official: http://www.realtek.com.tw/downloads/downloadsview.aspx? Langid=3&pnid=21&pfid=48&level=5&conn=4&downtypeid=3&getdown=false , Current UNIX latest version is 4.0.2, support 2.6.18 later version.
after download, unzip, enter the file directory, give install.sh executable permissions. The execution INSTALL.SH,OS_INTFS.C should report two compiled errors, which need to be changed Driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_ INTFS.C This file source code, can be used directlythis piece of codeoverwrite. The current execution of install.sh, or the same error, check install.sh learned that each time the compilation, the program uses rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911. tar.gz The extracted driver code, so after changing the OS_INTFS.C, you need to repackage rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 in the driver directory.
After you follow the steps above, Execute install.sh again to find that the compilation was successful, but the prompt failed to load the 8192CU module. This is because the system has loaded the kernel integrated wireless driver, through lsmod | grep rtl8192 view, using Rmmod to remove the RTL8192CU and Rtl8192c_common two modules. At this point, re-execute the install.sh, found that the 8192CU loaded successfully, and found that the network card can also be used.
After the computer restarts, Loading is still RTL8192CU and Rtl8192c_common two modules, you can edit/etc/modprobe.d/blacklist.conf, add blacklist rtl8192cu,blacklist at the end rtl8192c_common, thereby prohibiting the loading of these two modules.
Finally write 8192CU to Modules,echo 8192CU >>/etc/modules
The Linux drive that comes with the CD is based on kernel 2.6, and the UBUNTU14 core is 3.13, depending on the default driver in the disc