Centos Wireless NIC driver installation configuration

Source: Internet
Author: User
Find the driver corresponding to the network card model and kernel version, but there are also exceptions. my kernel is 2.6.32, and my next is Linuxdriverfork.

1. check whether the Wireless NIC driver has been installed.

View copy print?
  1. [Root @ localhost network-scripts] # iwconfig
  2. Lo no wireless extensions.
  3. Wlan0 802.11bgn ESSID: "755" Nickname: "rtl8192CE" // If this occurs, the driver is installed.
  4. Mode: Managed Frequency = 2.437 GHz Access Point: 38: 83: 45: 32: 2C: 6E
  5. Bit Rate = 150 Mb/s
  6. Retry: on RTS thr: off Fragment thr: off
  7. Encryption key: C9EA-80B7-1756-A1E9-0A03-BE18-02F3-C4A9 Security mode
[Root @ localhost network-scripts] # iwconfiglo no wireless extensions. wlan0 802.11bgn ESSID: "755" Nickname: "rtl8192CE" // If this occurs, the driver has the Mode: Managed Frequency = 2.437 GHz Access Point: 38: 83: 45: 32: 2C: 6E Bit Rate = 150 Mb/s Retry: on RTS thr: off Fragment thr: off Encryption key: C9EA-80B7-1756-A1E9-0A03-BE18-02F3-C4A9 Security mode


2. view the wireless network card model.

View copy print?
  1. [Root @ localhost network-scripts] # lspci | grep-I network
  2. . 0 Network controller: Realtek semiconduco., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01) // RTL8188CE wireless Network card model
[Root @ localhost network-scripts] # lspci | grep-I network03: 00.0 Network controller: Realtek semiconduco ., ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01) // RTL8188CE wireless network card model

3. view the Linux kernel version.

View copy print?
  1. [Root @ localhost network-scripts] # uname-r
  2. 2.6.32-358. el6.x86 _ 64 // kernel version, 2.6.32-358
[Root @ localhost network-scripts] # uname-r2.6.32-358. el6.x86 _ 64 // kernel version, 2.6.32-358

4. download the Wireless NIC driver

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

Find the driver corresponding to the network card model and kernel version, but there are also exceptions. my kernel is 2.6.32, and my Linux driver for kernel 2.6.23 (and earlier ), instead of Linux driver for kernel 2.6.24 (and later), 2.6.24 was reported incorrectly and was not installed successfully.

  1. Tar zxvf rtl8192ce_linux_2.6.0006.0321.2011.tar.gz
  2. Cd rtl8192ce_linux_2.6.0006.0321.2011
  3. Make & make install
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.