Kernel tentando carregar firmware inexistente

Sep 09 2020

Estou recebendo os seguintes erros no meu dmesg

[    4.740447] iwlwifi 0000:3b:00.0: firmware: failed to load iwl-dbg-cfg.ini (-2)
[    4.740615] iwlwifi 0000:3b:00.0: firmware: failed to load iwlwifi-cc-a0-57.ucode (-2)
[    4.740736] iwlwifi 0000:3b:00.0: Direct firmware load for iwlwifi-cc-a0-57.ucode failed with error -2
[    4.740754] iwlwifi 0000:3b:00.0: firmware: failed to load iwlwifi-cc-a0-56.ucode (-2)
[    4.740847] iwlwifi 0000:3b:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2
[    4.745316] iwlwifi 0000:3b:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)

Aqui está o resultado completo de dmeg | grep fail:

[    4.463423] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    4.533570] iTCO_wdt: probe of iTCO_wdt failed with error -16
[    4.683597] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[    4.683786] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    4.683787] cfg80211: failed to load regulatory.db
[    4.740447] iwlwifi 0000:3b:00.0: firmware: failed to load iwl-dbg-cfg.ini (-2)
[    4.740615] iwlwifi 0000:3b:00.0: firmware: failed to load iwlwifi-cc-a0-57.ucode (-2)
[    4.740736] iwlwifi 0000:3b:00.0: Direct firmware load for iwlwifi-cc-a0-57.ucode failed with error -2
[    4.740754] iwlwifi 0000:3b:00.0: firmware: failed to load iwlwifi-cc-a0-56.ucode (-2)
[    4.740847] iwlwifi 0000:3b:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2
[    4.745316] iwlwifi 0000:3b:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
[    5.034328] thermal thermal_zone13: failed to read out thermal zone (-61)

Eu dei uma olhada em volta https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git/ para ver se encontrei o firmware ausente, mas parece que ele não existe.

uname -a lê: Linux IBUKI 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linux

Sinceramente, não tenho certeza do que fazer, por favor me ajude!

Respostas

awesome14 Sep 09 2020 at 07:12

Se o efeito disso não for nada mais do que entradas de log, eu não me preocuparia com isso. O firmware é para adaptadores de laptop wi-fi Intel das séries 3000, 4000, 5000 e 6000. Se o wi-fi não estiver funcionando, instale o pacote iwlwifi. No Debian ele não é livre, então você deve editar 'etc / apt / sources.list' e colocar 'non-free' após 'main contrib' nas linhas do repositório.

deb http://debian.repository/debian/ buster main contrib não livre

Mas faça-o como 'seu' sistema. Minha linha é apenas um exemplo.