Update setup scripts
This commit is contained in:
11
.local/bin/setup/fixrealtek
Executable file
11
.local/bin/setup/fixrealtek
Executable file
@@ -0,0 +1,11 @@
|
||||
sudo tee /etc/modprobes.d/r8169.conf <<HRD
|
||||
# Do not load the r819 realtek module to force it to use r8168 instead for
|
||||
# better reliability
|
||||
blacklist r8169
|
||||
HRD
|
||||
|
||||
# Rebuild kernel modules
|
||||
sudo mkinitcpio -p linux
|
||||
|
||||
echo "Please restart your computer to update kernel modules"
|
||||
|
||||
Reference in New Issue
Block a user