Code: Select all
firmware: failed to load iwl-debug-yoyo.bin (-2)
firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966218
https://bugs.debian.org/cgi-bin/bugrepo ... bug=966218
a fix for disabling that message can be found. The fix is seen in the last entry of the bug report. It entails creating a file
Code: Select all
# nano /etc/modeprobe/d/iwlwifi.conf
Code: Select all
options iwlwifi enable_ini=N
Code: Select all
# update-initramfs -u
EDIT: There is an error in the following code and was pointed out by @mjx
Code: Select all
# nano /etc/modeprobe/d/iwlwifi.conf
Code: Select all
# nano /etc/modeprobe.d/iwlwifi.conf
EDIT 2: Another user pointed another FAT FINGERS error. Should be
Code: Select all
nano /etc/modprobe.d/iwlwifi.conf