After installing ubuntu14.04, thinkpadt440 has checked the following kernel versions: 3.20.- 24-generic
1: wlan0 is not found through ifconfig
2: Use lspci-vnn | grep wireless to view wireless network card information
For rtl8192ee and Google,Realtec's rtl8192ee driver will appear in Linux 3.16 Kernel.
Continue to find solution: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239578
Find the 40f: Workshop
The driver package actually contains the drivers of rtl8192ee, rtl92ce, rtl92de, rtl8723ae, rtl88ee, and rtl8723be. Download and unzip the package as follows:
3: Compile and install the driver package
(1) Compile and use make
[Email protected]:/home/y/my_download/versions # Make
(2) install make install after compilation.
[Email protected]:/home/y/my_download/configure (3 # make install
(3) Enable NIC Driver
# Modprobe rtl8192ee
4: Test
Enter ifconfig again to view the wlan0 information, and use the wireless network connection.