Install wireless NIC Driver in CentOS 6.5 for wireless Internet access

Source: Internet
Author: User

Install wireless NIC Driver in CentOS 6.5 for wireless Internet access

Install wireless NIC Driver in CentOS 6.5 for wireless Internet access

1. Check whether the wireless NIC driver is installed.

The above results prove that you are not installed and cannot access the Internet wirelessly. If you have installed the NIC Driver and can enable wireless Internet access, the following information will be displayed:

2. view the model of the wireless network card

[Root @ Mr-zhao software] # lspci | grep-I network

. 0 Network controller: Realtek semiconduco., Ltd. RTL 8188CE 802.11b/g/n WiFi Adapter (rev 01)

The network card type is RTL8188CE.

3. view the system kernel version

[Root @ Mr-zhao software] # uname-r

2.6.32-431. el6.i686

4. Download the wireless NIC Driver Based on your Nic model and system kernel version

: Http://www.realtek.com.tw/downloads/downloadsView.aspx? Langid = 1 & PFid = 48 & Level = 5 & Conn = 4 & ProdID = 228 & DownTypeID = 3 & GetDown = false & Downloads = true

Note that my kernel is 2.6.32, but Linux driver for kernel 2.6.24 (and later) and 2.6.24 cannot be installed successfully. later, the Linux driver for kernel 2.6.23 (and earlier) version was successfully installed.

5. Compile and install the downloaded tar package

Since it is a tar source code package for compilation and installation, there must be a compilation tool first, or an error will be reported!

1. [root @ Mr-zhao software] # yum install gcc-y // install the gcc compilation tool

2. decompress the tar source code package and install it.

3. Read the readme.txt file.

4. Execute make; make install to install

Region ~ An error is reported!

The solution is as follows:

Yum install kernel-devel-y

5. make clean, and then execute make; make install. OK!

6. Restart the machine to connect to the wireless network!

Install the BCM4313 wireless NIC Driver in 64-bit CentOS 6.4

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.