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