Phil Perry
2018-Apr-26 21:32 UTC
[CentOS] Need help: I219-v driver issue in centos 7 installation
On 26/04/18 21:49, Phil Perry wrote:> On 26/04/18 17:03, dibyendukoley1 wrote: >> 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. > > > Please show the output from: > > lspci -nn | grep -i Ethernet >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
dibyendukoley1
2018-Apr-28 15:21 UTC
[CentOS] Need help: I219-v driver issue in centos 7 installation
Sir, This are the output. [root at localhost ~]# lspci -nn| grep -i Ethernet 00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (7) I219-V [8086:15bc] (rev 10) [root at localhost ~]# rpm -qa kernel kernel-3.10.0-693.el7.x86_64 [root at 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 On Fri, Apr 27, 2018 at 3:02 AM, Phil Perry <pperry at elrepo.org> wrote:> On 26/04/18 21:49, Phil Perry wrote: > >> On 26/04/18 17:03, dibyendukoley1 wrote: >> >>> 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. >>> >> >> >> Please show the output from: >> >> lspci -nn | grep -i Ethernet >> >> > 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 > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
Phil Perry
2018-Apr-28 16:44 UTC
[CentOS] Need help: I219-v driver issue in centos 7 installation
On 28/04/18 16:21, dibyendukoley1 wrote:> Sir, > This are the output. > [root at localhost ~]# lspci -nn| grep -i Ethernet > 00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection > (7) I219-V [8086:15bc] (rev 10) >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> [root at localhost ~]# rpm -qa kernel > kernel-3.10.0-693.el7.x86_64 > > [root at 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 >Once you update to the el7.5 kernel (kernel-3.10.0-862.el7.x86_64), your device will be natively supported.> > > > > On Fri, Apr 27, 2018 at 3:02 AM, Phil Perry <pperry at elrepo.org> wrote: > >> On 26/04/18 21:49, Phil Perry wrote: >> >>> On 26/04/18 17:03, dibyendukoley1 wrote: >>> >>>> 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. >>>> >>> >>> >>> Please show the output from: >>> >>> lspci -nn | grep -i Ethernet >>> >>> >> 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 >>