Created
July 3, 2017 08:53
-
-
Save h4cc/51750fa6843bf2c7e1ee21a003b923cf to your computer and use it in GitHub Desktop.
Installing a TP-Link TL-WN722N V2 on Ubuntu 16.04 with Kernel 4.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Source: https://askubuntu.com/questions/912498/tl-wn722n-is-not-recognized | |
sudo apt-get install git dkms git make build-essential | |
cd /usr/src | |
sudo git clone https://github.com/lwfinger/rtl8188eu.git | |
sudo dkms add ./rtl8188eu | |
sudo dkms build 8188eu/1.0 | |
sudo dkms install 8188eu/1.0 | |
sudo modprobe 8188eu |
Thanks a lot man!!!!!!!!!!!!!!
It works on me.
After completing all of commands I just restarted my PC.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!