###关于读不到网卡驱动的问题html
HP 880G3spa
在安装系统的时候会提示acpi错误.net
须要按F9 选择 lency开头走U盘安装系统 进入安装界面按tab 输入 acpi=off 这样就能够安装了htm
参考文章:https://blog.csdn.net/tidaomazi/article/details/79345746blog
安装完成后还有一个地方须要注意:检测不到网卡 ,须要下载个驱动打上去ci
看官网的解释get
运行lspci查看网卡版本型号编译
[root@test ~]# lspci
00:00.0 Host bridge: Intel Corporation Device 591f (rev 05)
00:02.0 VGA compatible controller: Intel Corporation Device 5912 (rev 04)
00:14.0 USB controller: Intel Corporation Device a2af
00:14.2 Signal processing controller: Intel Corporation Device a2b1
00:16.0 Communication controller: Intel Corporation Device a2ba
00:16.3 Serial controller: Intel Corporation Device a2bd
00:17.0 SATA controller: Intel Corporation Device a282
00:1f.0 ISA bridge: Intel Corporation Device a2c6
00:1f.2 Memory controller: Intel Corporation Device a2a1
00:1f.3 Audio device: Intel Corporation Device a2f0
00:1f.4 SMBus: Intel Corporation Device a2a3
00:1f.6 Ethernet controller: Intel Corporation Device 15e3test
英特尔官网关于如何安装驱动的说明
从下载中心下载当前的e1000e软件包 。将基本驱动程序tar文件移动到您选择的目录中。
例如,使用 / home / <USERNAME> / e1000e 或 / usr / local / src / e1000e。
解压缩/解压缩存档,其中<xxx>是驱动程序tar文件的版本号:
tar zxf e1000e- <xxx> .tar.gz切换到驱动程序src目录,其中<xxx>是驱动程序tar的版本号:
cd e1000e- <xxx> / src /编译驱动程序模块:
make install二进制安装以下:
/ lib / modules / <KERNEL VERSION> /kernel/drivers/net/e1000e/e1000e.ko上面列出的安装位置是默认位置。各类Linux发行版的位置可能不一样。
使用insmod或modprobe命令加载模块:
modprobe e1000e insmod e1000e驱动分享地址:
百度连接:https://pan.baidu.com/s/1N7LKgulGx3U05CvcJRXdQQ 提取码:4zog