相关疑难解决方法(0)

以太网控制器不工作(Realtek RTL810xE、Realtek RTL8111)

编辑:我找到了合适的驱动程序

https://github.com/ghostrider-reborn/realtek-r8101-linux-driver

我按照说明here,现在两个网卡都可以工作(我一次只使用一个,因为我正在测试将它们连接到同一个网络。)

原帖

我在之前运行 Kubuntu 14.04 的计算机上安装了 Kubuntu 18.04,但我无法让两个网卡之一成功工作。不幸的是,我需要为我的实验室设置配置它们。

我试过用相同的以太网电缆插入它们中的任何一个,但只有 RTL8111 可以工作。dmesg其中没有以太网或网络的任何内容,journalctl -xe只提到成功加载 RTL8111 驱动程序。

以下是一些您可能会发现有用的诊断输出

lshw -C 网络

  *-network UNCLAIMED
       description: Ethernet controller
       product: RTL810xE PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       version: 02
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list
       configuration: latency=0
       resources: ioport:b800(size=256) memory:f7cff000-f7cfffff memory:cfff0000-cfffffff
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: …
Run Code Online (Sandbox Code Playgroud)

networking realtek ethernet drivers 18.04

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

18.04 ×1

drivers ×1

ethernet ×1

networking ×1

realtek ×1