Skip to content

Instantly share code, notes, and snippets.

@fasalmbt
Last active November 28, 2020 10:45
Show Gist options
  • Save fasalmbt/c601617375e47672e4b25bc40fd636c9 to your computer and use it in GitHub Desktop.
Save fasalmbt/c601617375e47672e4b25bc40fd636c9 to your computer and use it in GitHub Desktop.
#update-initramfs: Generating /boot/initrd.img-2.6.39-0-generic-pae
#W: Possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module r8169
#seen in ubuntu 18.04 during sudo apt upgrade operation
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
sudo cp -r linux-firmware/rtl_nic/ /lib/firmware/
sudo update-initramfs -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment