解决Ubuntu系统不能使用技嘉(GA)主板内置网卡(芯片(2)

Ubuntu: echo "blacklist r8169" >> /etc/modprobe.d/blacklist.conf Debian: echo "blacklist r8169" >> /etc/modprobe.d/blacklist
Then we force the kernel to include the driver in the initrd. This also ensures, that the new r8168 module is loaded before the r8169 module.

echo "r8168" >> /etc/initramfs-tools/modules
And rebuild the initrd

update-initramfs -v -u -k `uname -r`
Now you can reboot to activate the driver.

After a kernel update the driver might need to be recompiled.]]

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/23598.html