Ubuntu HW 页面列出了两个设备:https://certification.ubuntu.com/catalog/component/pci/1d6a%3Ad108/和https://certification.ubuntu.com/catalog/component/pci/8086%3A15bb/。
安装最新的官方 Ubuntu 14.04 版本 14.04.5 LTS,在安装过程中让我“未检测到网络接口”。
我找到了“英特尔以太网适配器完整驱动程序包”,但它似乎只是 Ubuntu 的源代码。
'sudo lshw -C network' 的输出是:
*-network UNCLAIMED
description: Ethernet controller
product: Intel Corporation
product: Intel Corporation
physical id: 1f.6
bus info: pci@0000:00:1f.6
version: 10
width: 32 bits
clock: 33 MHz
capabilities: pm msi bus_master cap_list
configuration: latency=0
resources: memory:91100000-9111ffff
因为它解决了 Optiplex 7040 的类似问题,所以我尝试添加来自https://packages.ubuntu.com/trusty-updates/amd64/的最新内核更新和相应的依赖项:
- linux-image-extra-4.4.0-134-generic_4.4.0-134.160_14.04.1_amd64.deb
- linux-headers-4.4.0-134_4.4.0-134.160~14.04.1_all.deb
- linux-headers-4.4.0-134-generic_4.4.0-134.160_14.04.1_amd64.deb
- linux-headers-generic-lts-xenial_4.4.0.134.114_amd64.deb
- linux-image-4.4.0-134-generic_4.4.0-134.160_14.04.1_amd64.deb
- iucode-tool_1.0.1-1_amd64.deb
- 英特尔微码_3.20180807a.0ubuntu0.14.04.1_amd64.deb
- amd64-microcode_3.20180524.1~ubuntu0.14.04.2+really20130710.1ubuntu1_amd64.deb
- linux-image-generic-lts-xenial_4.4.0.134.114_amd64.deb
- linux-generic-lts-xenial_4.4.0.134.114_amd64.deb
现在,当我运行“sudo lshw -C network”时,我得到了奇怪的行为,其中“PCI(sysfs)”暂时出现,然后消失,被新的提示取代(编辑:重新启动后,它给出与上面相同的输出)。它似乎也对网络驱动程序没有帮助。
'lspci -nnk | 的结果 grep 0200 -A3' 是:
00:1f.6 Ethernet controller [0200]: Intel Corporation Device [8086:15bb] (rev 10)
Subsystem: Dell Device [1028:085a]
答案是,是的,存在驱动程序,但目前只有源代码形式。这是我所做的:
在此处从英特尔下载驱动程序源:https ://downloadcenter.intel.com/download/22283/Ethernet-Intel-Ethernet-Adapter-Complete-Driver-Pack ...
使用“sudo apt-get install --install-recommends linux-generic-lts-xenial”更新到最新的内核反向移植包
将 gcc 更新为支持“retpoline”的更新版本(https://lwn.net/Articles/744287/),以匹配更新的内核包(在我这样做之前,我收到以下错误):
从 Intel 源构建 e1000e-3.4.0.2,通过 U 盘将其放到机器上,替换 /lib/modules 下现有的 e1000e 驱动程序,并在 /etc/modules 中添加一行带有 'e1000e' 的行。
添加到 /etc/network/interfaces: