Drivers TP-LINK TL-WN8200ND en Linux
Acabo de adquirir el adaptador wifi. Soy usuario de Linux (kDE neon). Necesito instalar los drivers. Vi el tutorial para Linux que viene en el DVD. Descargué los archivos del sitio de soporte. Pero no entiendo mucho el tutorial. Hay algún tutorial más sencillo?? O algún sitio donde pueda tener una guía más explicada?
Gracias...
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
In this url is the solution for installing the drivers for the TP-LINK TL-WN8200ND adapter
Link: https://github.com/kimocoder/rtl8192eu
I must mention that the requirements for the installation of these drivers is necessary to have also installed BC, I will then leave the installation of the necessary packages to install the drivers
sudo apt-get update
sudo apt-get install dkms git gcc linux-headers-$(uname -r) bc
After having run these commands you can continue with the installation guide that appears in the link that Github, a greeting
- Copy Link
- Report Inappropriate Content
In this url is the solution for installing the drivers for the TP-LINK TL-WN8200ND adapter
Link: https://github.com/kimocoder/rtl8192eu
I must mention that the requirements for the installation of these drivers is necessary to have also installed BC, I will then leave the installation of the necessary packages to install the drivers
sudo apt-get update
sudo apt-get install dkms git gcc linux-headers-$(uname -r) bc
After having run these commands you can continue with the installation guide that appears in the link that Github, a greeting
- Copy Link
- Report Inappropriate Content
Information
Helpful: 4
Views: 14527
Replies: 3
Voters 0
No one has voted for it yet.