HP880G3 安装RHEL6.5

HP 880G3

在安装系统的时候会提示acpi错误

需要按F9  选择 lency开头走U盘安装系统  进入安装界面按tab 输入 acpi=off 这样就可以安装了

参考文章:https://blog.csdn.net/tidaomazi/article/details/79345746

安装完成后还有一个地方需要注意:检测不到网卡 ,需要下载个驱动打上去

看官网的解释

https://www.intel.com/content/www/us/en/support/articles/000005480/network-and-i-o/ethernet-products.html

运行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 15e3

英特尔官网关于如何安装驱动的说明

    1. 下载中心下载当前的e1000e软件包  将基本驱动程序tar文件移动到您选择的目录中。
      例如,使用  / home / <USERNAME> / e1000e 或  / usr / local / src / e1000e

    2. 解压缩/解压缩存档,其中<xxx>是驱动程序tar文件的版本号:

      tar zxf e1000e- <xxx> .tar.gz
    3. 切换到驱动程序src目录,其中<xxx>是驱动程序tar的版本号:

      cd e1000e- <xxx> / src /
    4. 编译驱动程序模块:

      make install

      二进制安装如下:

      / lib / modules / <KERNEL VERSION> /kernel/drivers/net/e1000e/e1000e.ko

      上面列出的安装位置是默认位置。各种Linux发行版的位置可能不同。

    5. 使用insmod或modprobe命令加载模块:

      modprobe e1000e insmod e1000e

驱动分享地址:

百度链接:https://pan.baidu.com/s/1N7LKgulGx3U05CvcJRXdQQ
提取码:4zog

猜你喜欢

转载自www.cnblogs.com/nodchen/p/10562818.html