zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    POJ 1041(欧拉路)
    POJ 1904(强连通分量)Tarjan
    POJ 1486(二分图匹配)二分图的完全匹配的必须边
    POJ 1780(欧拉路)
    POJ 1386(欧拉路)
    HDU 3496(DP)
    PKU2387Til the Cows Come Home(SPFA+邻接表)
    HDU1863畅通工程(prim)
    ACM国内外OJ网站大集合
    HDU1175连连看(BFS)
  • 原文地址:https://www.cnblogs.com/nodchen/p/10562818.html
Copyright © 2011-2022 走看看