Last active
March 25, 2020 21:22
-
-
Save fernandopetry/10a1cf2e6cf6680bb4df352a6611b1b7 to your computer and use it in GitHub Desktop.
TP-Link USB Adapter TL-WN8200ND - Instalação do driver no linux mint 19.3
This file contains 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
sudo add-apt-repository ppa:kelebek333/kablosuz | |
sudo apt update | |
# sudo apt install rtl8192cu-dkms (outro versao) | |
sudo apt install rtl8192eu-dkms (TL-WN8200ND) | |
#====================== | |
sudo apt-get update && sudo apt-get install git dkms build-essential | |
git clone https://github.com/jeremyb31/rtl8192eu-linux-driver.git | |
sudo dkms add ./rtl8192eu-linux-driver | |
sudo dkms install rtl8192eu/1.0 | |
# Obs. Este repositório só funciona no Kernel 4.15 | |
# Caso tenha instalado o Kernel mais atualizado e seu wifi parou de funcionar, | |
# Não se desespere, reinicie o SO, entre no menu de inicialização | |
# Selecione a linha "Opções avançadas" | |
# Selecione o Kernel 4.15.0-72 | |
# Depois inicie o SO e remova o driver mais novo. | |
# Pronto! | |
Reboot | |
Fonte: https://forums.linuxmint.com/viewtopic.php?t=268034 | |
# Obs. Talvez no driver fornecido pela D-Link funcione no kernel 5, | |
# porém eu não testei ainda | |
Link Oficial da D-Link (não testei) | |
http://support.dlink.com.au/Download/download.aspx?product=DWA-131 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment