.png)
Recebi este aviso há algumas semanas quando atualizo determinados pacotes, como kernel ou firmware.
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8125a-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168fp-3.fw for module r8169
Gostaria de saber se realmente preciso instalar esses firmware.
Xubuntu 18.04.5 Kernel 5.4.0-47 Placa de vídeo integrada
Não sei exatamente, supostamente parece um bug do Debian.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947356
Obrigado!
Responder1
Faça login como root e execute estes comandos.
cd /lib/firmware/rtl_nic
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_nic/rtl8125a-3.fw
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_nic/rtl8168fp-3.fw
Responder2
Eu também tive esse problema, vamos executar os comandos a seguir.
sudo apt-get update &&
sudo apt-get -y install make gcc linux-headers-$(uname -r) build-essential git &&
git clone https://github.com/lwfinger/rtw88.git &&
cd rtw88/ &&
make &&
sudo make install &&
sudo reboot
Isso será reiniciado se o processo for bem-sucedido. Esperançosamente, após a reinicialização, você terá o wifi de volta.
Quando o kernel é alterado, você precisa fazer o seguinte:
cd ~/rtw88
git pull
make
sudo make install
Isto DEVE ser feito sempre que você tiver um novo kernel - sem exceções.
Referência: