Linux configuration Wireless LAN driver for wireless internet access

Source: Internet
Author: User

Native Linux, need to configure the wireless driver. General Ubuntu is integrated with wireless driver, basically wireless can be used directly!

01. Check the Wireless card model

[Email protected] software]# lspci | grep-i network

03:00.0 Network Controller:realtek Semiconductor Co., Ltd. RTL 8188CE 802.11b/g/n WiFi Adapter (rev 01)

You can see that my network card type is RTL8188CE

02. RTL Driver Download:

Https://github.com/lwfinger/rtlwifi_new

03, unpack the package, to compile the installation, the first to have a compilation tool, or it will be an error!

[email protected] software]# Yum install gcc-y//Installing the GCC compilation tool

Yum Install Kernel-devel-y

Make the clean, and then do the make and make install. Just OK!

If the error, basically are kernel related, execute series command can solve!

Yum Install-y kernel*

04. Start the Wireless network card

Modprobe rtl8192ee #网卡的类型

Ifconfig

Refer to the following:

1. Configure 8192EE in the kernel
2. Git clone https://github.com/lwfinger/rtlwifi_new.git
3. Make
4. Make install
5, copy to /lib/firmware/rtlwifi/rtl8192eefw.bin #或者直接启动 modprobe rtl8192ee

Reference:

Http://www.linuxidc.com/Linux/2014-10/108418.htm

Http://blog.chinaunix.net/uid-11581508-id-4514379.html

Http://www.360doc.com/content/14/1230/22/2613145_436989190.shtml

http://tieba.baidu.com/p/3656245229

Http://www.51ou.com/browse/linuxwt/58546.html

Linux configuration Wireless LAN driver for wireless internet access

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.