Skip to content

Instantly share code, notes, and snippets.

@thiagotn
Created May 12, 2020 19:18
Show Gist options
  • Save thiagotn/4c6e013cc2ea7d26ffd918028e01ff09 to your computer and use it in GitHub Desktop.
Save thiagotn/4c6e013cc2ea7d26ffd918028e01ff09 to your computer and use it in GitHub Desktop.
# Completed steps: https://askubuntu.com/questions/1196706/ubuntu-18-04-fail-to-load-intel-9560-wireless-firmware
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment