我的以太网有问题。它无法连接。从本网站的其他答案中,我收到以下消息。
lspci -nn | grep 0200
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
Run Code Online (Sandbox Code Playgroud)
须藤 modprobe r8101
modprobe: FATAL: Module r8101 not found in directory /lib/modules/4.4.0-72-generic
Run Code Online (Sandbox Code Playgroud)
留言 | grep -e eth
[ 2.078821] r8169 0000:03:00.0 eth0: rtl_counters_cond == 1 (loop: 1000, delay: 10).
[ 2.078853] r8169 0000:03:00.0 eth0: RTL8101e at 0xf841a000, ff:ff:ff:ff:ff:ff, XID 9cf0f8ff IRQ 89
[ 2.173432] r8169 0000:03:00.0 enp3s0: renamed from eth0
Run Code Online (Sandbox Code Playgroud)
留言 | grep -e eth -e r8169 …