Need Help: I219-v Driver Issue In CentOS 7 Installation

Home » CentOS » Need Help: I219-v Driver Issue In CentOS 7 Installation
CentOS 5 Comments

Sir, Can any one please help me to install I219-V driver. The driver that is provided by intel that is for freebsd only. I have tried of installing e1000e driver but no luck…. Please help…. Looking forward to you.

5 thoughts on - Need Help: I219-v Driver Issue In CentOS 7 Installation

  • Looking at this further, the kernel e1000e driver should support your hardware as it is the latest driver available for your device, but the output above will enable us to confirm this.

    Are you installing the latest available version of CentOS? Please confirm your kernel version:

    rpm -qa kernel uname -a

    Thanks

  • Sir, This are the output.
    [root@localhost ~]# lspci -nn| grep -i Ethernet
    00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection
    (7) I219-V [8086:15bc] (rev 10)

    [root@localhost ~]# rpm -qa kernel kernel-3.10.0-693.el7.x86_64

    [root@localhost ~]# uname -a Linux localhost.localdomain 3.10.0-693.el7.x86_64 #1 SMP Tue Aug 22
    21:09:27 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

  • Support for your device has been added to the el7.5 kernel.

    grep -i 8086 /lib/modules/*/modules.alias | grep -i 15bc
    /lib/modules/3.10.0-862.el7.x86_64/modules.alias:alias pci:v00008086d000015BCsv*sd*bc*sc*i* e1000e

    Once you update to the el7.5 kernel (kernel-3.10.0-862.el7.x86_64), your device will be natively supported.

  • Sir, Thank you for your help. After kernel update network card start working. Thank you for your help…..