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

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.