Troubleshoot connection problems with the Asus AC750 wireless network card in Linux

November 21, 2016 by
Troubleshoot connection problems with the Asus AC750 wireless network card in Linux
Eusebio Giner Slimbook
| No comments yet
This article was published more than three years ago. Please note that it may be outdated due to new versions and updates Try to understand the steps to follow in case you have to apply changes during the process.

En este tutorial se va a explicar como solucionar los problemas ocasionados por la tarjeta de red inalámbrica Asus AC750 en Linux, que provoca lentitud y cortes en la conexión a Internet.

Lo primero que se tendrá que realizar será abrir la terminal del sistema, que nos servirá para introducir los comandos necesarios (Puedes utilizar el atajo del teclado Ctr+Alt+T)

1- Comprobar la tarjeta de red inalámbrica detectada por el sistema:

lspci | grep Wireless

2- Si utilizas Ubuntu será necesario instalar las siguientes herramientas necesarias:

sudo apt-get install linux-headers-generic build-essential git

3- Descargar de Git el driver necesario y acceder a su carpeta:

git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new

4- Se comenzará la instalación del driver:

make
sudo make install
sudo modprobe rtl8821ae

5- Finalmente reinicia el sistema:

reboot

De esta forma ya debería funcionar correctamente la conexión a Internet inalámbrica, para comprobarlo recomendamos realizar un test de velocidad y comprobar si ya da una velocidad acuerdo a tú conexión a Internet.

Troubleshoot connection problems with the Asus AC750 wireless network card in Linux
Eusebio Giner Slimbook November 21, 2016
Share this post
Our blogs
Archive
Sign in to leave a comment