etc/default/grub.d: -supposedly & modprobe r8168

This commit is contained in:
Aminda Suomalainen 2020-02-09 14:50:43 +02:00
parent da2f090f56
commit 9177966264
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# This supposedly ensures that nouveau gets modprobed
# This ensures that nouveau gets modprobed
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT nouveau"

View File

@ -0,0 +1,3 @@
# This ensures that r8168 gets modprobed
# Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT r8168"