From 09d7a87dfb534f0b2b8a2e514623f5e18b7532e7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 3 Sep 2020 19:39:00 +0300 Subject: [PATCH] fix zaldaryn-r8168? --- etc/default/grub.d/zaldaryn-r8168.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/default/grub.d/zaldaryn-r8168.cfg b/etc/default/grub.d/zaldaryn-r8168.cfg index 513ba906..b06cb007 100644 --- a/etc/default/grub.d/zaldaryn-r8168.cfg +++ b/etc/default/grub.d/zaldaryn-r8168.cfg @@ -1,3 +1,5 @@ -# This ensures that r8168 gets modprobed +# This supposedly ensures that r8168 gets modprobed # Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet -GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT r8168" +# The module is reporting to not be found for some reason while r8169 at +# least brings ethernet up +GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT r8168 r8169"