Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hspencer/01b393a062a08def0676ad31f6a18b73 to your computer and use it in GitHub Desktop.

Select an option

Save hspencer/01b393a062a08def0676ad31f6a18b73 to your computer and use it in GitHub Desktop.

Lo que hice para dejar funcionando WiFi en Ubuntu 19.10 El problema es que mi equipo es un: Lenovo Ideapad S540 15 con una tarjeta Wifi Intel Wireless AC 9560

Ejecutar

sudo apt update
sudo apt install git build-essential
git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
cd backport-iwlwifi/
make defconfig-iwlwifi-public
sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config
make -j4
sudo make install
sudo modprobe iwlwifi

Luego bajar los drivers de acá:

https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html?productId=189347&localeCode=us_en

extraerlos y abrir un terminal en la carpeta de extracción:

sudo cp *.* /lib/firmware

Luego reiniciar el equipo con FN + F12 seleccionar "Ubuntu" y luego "System Setup" y eliminar la opción se "Secure Boot" en la instalación de Windows para que no deje tomada la tarjeta Wifi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment