Install NIC driver in Ubuntu

Source: Internet
Author: User
Install the NIC driver in Ubuntu. 1. use lsusb on the terminal to check that the chip of my Wireless NIC is 5370Ralink. Related linux drivers can be in http://www.mediatek.com/_en/07_downloads/01_windows.php? Download sn501. 2. decompress the downloaded package. here... Ubuntu installs the NIC driver. 1. on the terminal, use lsusb to check that the chip of my Wireless NIC is 5370 Ralink. Related linux drivers can be in http://www.mediatek.com/_en/07_downloads/01_windows.php? Download sn = 501. 2. decompress the downloaded compressed package. here, I put the decompressed folder in the user directory and name it STA. The path is/home/lucifer/STA. 3. enter the STA folder and modify the OS/linux/config. mk file to enable HAS_WPA_SUPPLICANT and HAS_NATIVE_WPA_SUPPLICANT_SUPPORT. For details, see the following code: (change the corresponding n to y) # Support Wpa_SupplicantHAS_WPA_SUPPLICANT = y # Support Native Wpa_Supplicant for Network MagangerHAS_NATIVE_WPA_SUPPLICANT_SUPPORT = y 4. use the terminal to enter/home/lucifer/STA. and run the following command. To obtain the root permission, sudo su needs to enter the current user's password makemake installmodprobe rt5370sta. 5. add the NIC to/etc/modules (no operation is performed and no exception is found .) Code: echo rt5370sta>/etc/modules
Related Article

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.