Mejorar la señal Wifi 3160 y 7265 en Linux
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 aumentar la señal wifi de tu Slimbook con Ubuntu.

Primero abriremos un terminal que nos servirá para introducir los comandos necesarios.




1- Actualizar el driver a mano:

cd /tmp
wget https://github.com/slimbook/linux-firmware/raw/master/linux-firmware_1.161_all.deb
sudo dpkg -i linux-firmware*.deb 

2- Bajar gestión de energía del NetworkManager:

sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf

3- Establecer región Islandia:

sudo nano /etc/default/crda

Se nos abrirá un editor de texto en la propia terminal, movemos el cursor con las flechas del teclado, seleccionamos la linea que pone "REGDOMAIN" y escribimos IS, de manera que quedará:
REGDOMAIN=IS

4-Añadir región a cfg80211

echo "options cfg80211 ieee80211_regdom=IS" | sudo tee -a /etc/modprobe.d/cfg80211.conf

5- Forzar 2.4Ghz a 20Mhz y desactivar 40Mhz

echo "options cfg80211 cfg80211_disable_40mhz_24ghz=Y" | sudo tee -a /etc/modprobe.d/cfg80211.conf


Por ultimo solo nos queda reiniciar.

Mejorar la señal Wifi 3160 y 7265 en Linux
Eusebio Giner Slimbook
21 November, 2016
share
archive