Loading... 介绍 -- Realtek网络芯片的Linux r8169驱动程序在内核版本4.16之前并不总是能正常工作。可能会发生超时和/或频繁的链接打开/链接关闭状态更改,带宽问题甚至系统崩溃。 一种解决方案是使用官方的Realtek r8168驱动程序(而不是r8169)。可以从外部存储库安装它,也可以自己编译。或者,您可以将内核升级到版本4.17+。 本文介绍如何设置网络驱动程序。 步骤1-前提条件 -------- 请通过运行`yum`或`apt-get`然后重新启动,确保您正在运行最新的可用内核。 步骤2 aptitude install build-essential linux-headers-`uname -r` 步骤3 cd /tmp wget http://mirror.hetzner.de/tools/Realtek/drivers/r8168-8.046.00.tar.bz2 tar xf r8168-8.046.00.tar.bz2 步骤4 cd r8168-8.046.00 make modules make all 步骤5-输入命令后服务器会失联,等待大约10分钟后台重启即可 screen cd r8168-8.046.00 ./autorun.sh Last modification:June 9, 2020 © Allow specification reprint Support Appreciate the author Like 如果觉得我的文章对你有用,请随意赞赏