Update setup scripts

This commit is contained in:
2021-10-02 20:01:56 +01:00
parent 1ff06c62f1
commit e185e12d65
5 changed files with 19 additions and 9 deletions

11
.local/bin/setup/fixrealtek Executable file
View 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"