Last active
November 28, 2020 10:45
-
-
Save fasalmbt/c601617375e47672e4b25bc40fd636c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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