Ubuntu 16.04 中的 Realtek 以太网问题

Ubuntu 16.04 中的 Realtek 以太网问题

在 Ubuntu 16.04 LTS 中,我遇到了以太网连接问题。连接 LAN 电缆时,LAN 端口闪烁。但无法建立连接。

Additional Informations

x@y:/sbin$ lspci | grep -i Ethernet
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev ff)


  $lspci -knn | grep Eth -A3
  01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
  RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev ff)
  DeviceName: Realtek PCIe FE Family Controller
  Kernel driver in use: r8169
  Kernel modules: r8169

  $ ifconfig
    eno1      Link encap:Ethernet  HWaddr b4:b5:2f:2a:c5:4d  
      UP BROADCAST MULTICAST  MTU:1500  Metric:1
      RX packets:0 errors:0 dropped:0 overruns:0 frame:0
      TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:1000 
      RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

相关内容