fix filed to load firmware

  • Can you tell me how to fix the load error?

    Code
    firmware: filed to load i915/rkl_dmc_ver2_03
    firmware: filed to load iwlwifi-ty-a0-fg-a0-67.ucode
    firmware: filed to load iwlwifi-ty-a0-fg-a0-66.ucode
    firmware: filed to load iwlwifi-ty-a0-fg-a0-65.ucode
    firmware: filed to load iwlwifi-ty-a0-fg-a0-64.ucode
    firmware: filed to load iwlwifi-ty-a0-fg-a0-63.ucode
    firmware: filed to load iwl-debug-yoyo.bin

    And journalctl -b -1 -p 3

    Code
    openmediavault blkmapd[386]: open pipe file /run/rpc_pipefs/nfs/blocklayout failed: No such file or directory
    openmediavault kernel: i915 0000:00:02.0: firmware: failed to load i915/rkl_dmc_ver2_03.bin (-2)
    openmediavault kernel: firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
    openmediavault systemd-udevd[1981241]: veth2a0f0c1: Failed to get link config: No such device
    • Official Post

    I am not familiar with that hardware. I would apt update and apt dist-upgrade. That should get you a newer kernel from backports. Linux 5.18.0-0.bpo.1-amd64 Hopefully that will have the modules for your hardware.

  • I'm getting a similar error since I installed OMV. According to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966218#27 it was a kernel bug that should've been fixed way back in 5.9, we're at 6.1 in OMV6 and I'm still getting it. Now it's better (output below), I used to get the "firmware: filed to load iwlwifi-ty-a0-fg-a0-67.ucode" lines that OP was getting.


    Code
    $ sudo grep -i "iwlwi" /var/log/syslog
    Oct  1 19:36:59 server sensors[1689]: iwlwifi_1-virtual-0
    Oct  1 19:36:59 server kernel: [   19.324809] iwlwifi 0000:05:00.0: firmware: direct-loading firmware iwlwifi-cc-a0-72.ucode
    Oct  1 19:36:59 server kernel: [   19.324873] iwlwifi 0000:05:00.0: api flags index 2 larger than supported by driver
    Oct  1 19:36:59 server kernel: [   19.324907] iwlwifi 0000:05:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
    Oct  1 19:36:59 server kernel: [   19.349632] iwlwifi 0000:05:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
    Oct  1 19:36:59 server kernel: [   19.349838] iwlwifi 0000:05:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
    Oct  1 19:36:59 server kernel: [   19.349910] iwlwifi 0000:05:00.0: loaded firmware version 72.daa05125.0 cc-a0-72.ucode op_mode iwlmvm
    Oct  1 19:36:59 server kernel: [   20.189033] iwlwifi 0000:05:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
    Oct  1 19:36:59 server kernel: [   20.316499] iwlwifi 0000:05:00.0: Detected RF HR B3, rfid=0x10a100


    Workaround:

    # nano /etc/modprobe.d/iwlwifi.conf

    and then entering the following content

    options iwlwifi enable_ini=N

    After saving and exiting nano you will need to

    # update-initramfs -u

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!