Skip to content

Instantly share code, notes, and snippets.

@mfgbhatti
Last active April 3, 2022 20:38
Show Gist options
  • Save mfgbhatti/225954e547e2ac657334865870c8caf4 to your computer and use it in GitHub Desktop.
Save mfgbhatti/225954e547e2ac657334865870c8caf4 to your computer and use it in GitHub Desktop.
iwlwifi Failed to run INIT ucode: -110

This happened because somehow kernel is loading wrong version for iwlwifi

loaded firmware version: 66.f1c864e0.0 ty-a0-gf-a0-66.ucode

needed to do

sudo mv /usr/lib/firmware/iwlwifi-ty-a0-gf-a0-66.ucode.xz /usr/lib/firmware/iwlwifi-ty-a0-gf-a0-66.ucode.BACK sudo reboot

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