Skip to content

Instantly share code, notes, and snippets.

@barseghyanartur
Last active January 14, 2020 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barseghyanartur/b73a59d9222f6019263e47d9f6b939e1 to your computer and use it in GitHub Desktop.
Save barseghyanartur/b73a59d9222f6019263e47d9f6b939e1 to your computer and use it in GitHub Desktop.
Solve issue with WiFi not present after Fedora 29 -> 31 upgrade

Reinstall firmware:

sudo dnf reinstall iwl7260-firmware 

If you encounter issues with locked pid when using dnf install/reinstall, do:

ls /var/cache/dnf/*pid

In my case, I had to remove this one:

sudo rm /var/cache/dnf/metadata_lock.pid

Finally, reboot:

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