Ubuntu14.04 Install tp-link tl-wn823n Wireless Card driver
Specific network card: Tp-link tl-wn823n
1, check the wireless network card USB ID number terminal input lsusb:
2, according to the USB ID number lookup chipset driver in Baidu search 0bda 818b, that is, you can find the serial number corresponding to the Realtek RTL8192CU chipset, download driver download. Find it more laborious, I have already downloaded well, directly from the following link address directly download can.
This contains 2 drivers:
(1) realtek-rtl8192eu-driver.tar.gz (This is the compression package, after decompression, the direct execution of install.sh can be completed installation);
(2) Rtl8192eu-dkms_4.4_all.deb (This is the Deb package, execute the file to complete the installation);
3. Install the driver
(1) Installation method of realtek-rtl8192eu-driver.tar.gz:
Tar xvzf realtek-rtl8192eu-driver.tar.gz
cd install_folder
sudo./install.sh
(2) Installation method of Rtl8192eu-dkms_4.4_all.deb:
This is the Deb package, perform the installation of the file, I take the installation of the file, the specific implementation process is as follows:
(3) Installation method of Rtl8192eu-dkms_4.4_all.deb:
This is the most convenient way to install directly using Apt-get. The specific execution commands are as follows and are executed sequentially:
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtl8192eu-dkms
Encountered an error: sudo install.sh command not found
FIX: sudo sh./install.sh
Reference http://blog.csdn.net/andrewseu/article/details/61916018
http://blog.csdn.net/nklinux/article/details/42692311
Reprinted with Technical blog Blog.csdn.net/jdbc/article/details/71248443?locationnum=2&fps=1