网卡无需安装驱动程序

网卡无需安装驱动程序

我们正在寻找一种无需通过驱动程序安装即可工作的网卡。

Ubuntu 版本:Ubuntu 20.04.2 LTS

内核版本:Linux 版本 5.4.0-73-generic (buildd@lcy01-amd64-019) (gcc 版本 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #82-Ubuntu SMP 2021 年 4 月 14 日星期三 17:39:42 UTC

我一直在努力让 Realtek NIC 在服务器上工作。每次服务器重启,它都会更新内核并从服务器上删除 NIC,使其不可用。

我在想有些选择是英特尔 EXPI9404PTL PRO/1000 PT系列。

这些是嵌入在 5.4.0 内核中的吗?

更新:

以下是服务器中当前 NIC 的查找:

  *-network
       description: Ethernet interface
       product: RTL8125 2.5GbE Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:08:00.0
       logical name: enp8s0
       version: 05
       serial: a8:a1:59:2d:9d:d0
       size: 1Gbit/s
       capacity: 2500Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd 2500bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8125 driverversion=9.005.01-NAPI duplex=full ip=192.168.1.100 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:33 ioport:f000(size=256) memory:fc500000-fc50ffff memory:fc510000-fc513fff

更新:

输出:dkms status

synosnap, 0.10.15, 5.4.0-73-generic, x86_64: installed

更新:

我们做了一些研究,似乎英特尔千兆 CT PCI-E 网络适配器 EXPI9301CTBLK 与 Linux 内核最兼容。安装后我会报告。

答案1

请执行以下操作:

sudo apt update
sudo apt install dkms git
git clone https://github.com/awesometic/realtek-r8125-dkms.git
cd realtek-r8125-dkms
sudo ./dkms-install.sh

一切已准备就绪。

相关内容