Skip to content

Instantly share code, notes, and snippets.

@victorouttes
Last active May 12, 2022 15:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save victorouttes/3930faac1643eb91d7feef1dfef73a0f to your computer and use it in GitHub Desktop.
Save victorouttes/3930faac1643eb91d7feef1dfef73a0f to your computer and use it in GitHub Desktop.
Intel wireless AC 9462 driver linux
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

Outra opcao, se esta não funcionar:

sudo rmmod iwlmvm
sudo rmmod iwlwifi
sudo cp /lib/firmware/iwlwifi-Qu-b0-jf-b0-48.ucode{,.bak}
sudo cp /lib/firmware/iwlwifi-QuZ-a0-jf-b0-48.ucode /lib/firmware/iwlwifi-Qu-b0-jf-b0-48.ucode
sudo modprobe iwlwifi
@DiegoVeiga8
Copy link

hi, i'd tried the 2 options, and my msi modern 14" doesn't work on ubuntu 20.04 LTS, and seems strange because my computer find the network card. if you can return some feedback i will be so grateful with you

@victorouttes
Copy link
Author

Hi Diego, eventually my wifi stopped working even following these steps after some Linux updates. But return to work in PopOS distribution. I would recommend you test this if you can.

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