Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@avianey
Created December 6, 2019 19:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avianey/bc95603fda7dbaecab1ef9631bee5866 to your computer and use it in GitHub Desktop.
Save avianey/bc95603fda7dbaecab1ef9631bee5866 to your computer and use it in GitHub Desktop.
Wifi driver for XPS-15 with i7-9XXX Ubuntu 18.04
# https://askubuntu.com/questions/1156167/unable-to-get-wifi-adapter-working-clean-19-04-install-network-unclaimed
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment