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