How to configure Intel Wifi on Debian Linux when you get firmware: failed to load iwlwifi-8265-36.ucode error

To fix the “firmware: failed to load iwlwifi-8265-36.ucode” error when configuring Intel WiFi on Debian Linux, you can try the following steps:

  1. Make sure that the non-free firmware package is installed by running apt-get install firmware-iwlwifi
  2. If the package is already installed, try reinstalling it by running apt-get --reinstall install firmware-iwlwifi
  3. If step 1 and 2 does not work, try to update the package list by running apt-get update
  4. If step 3 does not work, try to manually install the firmware by downloading it from the intel website and placing it in the /lib/firmware directory
  5. If none of the above steps work, try to update your kernel and check if the problem persist.

Leave a Comment