* [Intel-wired-lan] I am looking for a specific driver - 3.4.8-k
@ 2016-11-08 14:46 SKahn
2016-11-08 17:44 ` Jeff Kirsher
0 siblings, 1 reply; 4+ messages in thread
From: SKahn @ 2016-11-08 14:46 UTC (permalink / raw)
To: intel-wired-lan
Hello,
I am trying to locate a driver for X520 Dual Port 10 G Ethernet PICe
Adapter, this version specifically - Manufacturer = Intel
Adapter Driver = 3.4.8-k .
This is for a Cisco UCSC system with RedHat Linux 5.8 64 bit
Thanks,
Steve Kahn - IT Tech Support
612-623-6569
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Intel-wired-lan] I am looking for a specific driver - 3.4.8-k
2016-11-08 14:46 [Intel-wired-lan] I am looking for a specific driver - 3.4.8-k SKahn
@ 2016-11-08 17:44 ` Jeff Kirsher
2016-11-08 17:54 ` Skidmore, Donald C
0 siblings, 1 reply; 4+ messages in thread
From: Jeff Kirsher @ 2016-11-08 17:44 UTC (permalink / raw)
To: intel-wired-lan
On Tue, 2016-11-08 at 08:46 -0600, SKahn at graco.com wrote:
> I am trying to locate a driver for X520 Dual Port 10 G Ethernet PICe
> Adapter, this version specifically - Manufacturer = Intel
> Adapter Driver = 3.4.8-k .
>
> This is for a Cisco UCSC system with RedHat Linux 5.8 64 bit
You should be able to find the version of ixgbe driver you are looking for
on e1000.sf.net.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20161108/413faf58/attachment.asc>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Intel-wired-lan] I am looking for a specific driver - 3.4.8-k
2016-11-08 17:44 ` Jeff Kirsher
@ 2016-11-08 17:54 ` Skidmore, Donald C
2016-11-08 18:36 ` Hisashi T Fujinaka
0 siblings, 1 reply; 4+ messages in thread
From: Skidmore, Donald C @ 2016-11-08 17:54 UTC (permalink / raw)
To: intel-wired-lan
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Jeff Kirsher
> Sent: Tuesday, November 08, 2016 9:45 AM
> To: SKahn at graco.com; intel-wired-lan at lists.osuosl.org
> Subject: Re: [Intel-wired-lan] I am looking for a specific driver - 3.4.8-k
>
> On Tue, 2016-11-08 at 08:46 -0600, SKahn at graco.com wrote:
> > I am trying to locate a driver for X520 Dual Port 10 G Ethernet PICe
> > Adapter, this version specifically - Manufacturer = Intel Adapter
> > Driver = 3.4.8-k .
> >
> > This is for a Cisco UCSC system with RedHat Linux 5.8 64 bit
>
> You should be able to find the version of ixgbe driver you are looking for on
> e1000.sf.net.
Also the "-k" at the end of the version means the driver is an in-kernel driver. This is further complicated by how RedHat can backport patches into its driver without it reflecting in the driver version number. So why you can go to source forge to get a similarly versioned driver and it should be close it however will not be exactly the same as was in RedHat Linux 5.8. It will contain kcompat code and not contain patches than may have be back ported by RedHat, along with other possible differences. These might not be that important by I thought I would mention it.
Thanks,
-Don <donald.c.skidmore@intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Intel-wired-lan] I am looking for a specific driver - 3.4.8-k
2016-11-08 17:54 ` Skidmore, Donald C
@ 2016-11-08 18:36 ` Hisashi T Fujinaka
0 siblings, 0 replies; 4+ messages in thread
From: Hisashi T Fujinaka @ 2016-11-08 18:36 UTC (permalink / raw)
To: intel-wired-lan
On Tue, 8 Nov 2016, Skidmore, Donald C wrote:
>
>
>> -----Original Message-----
>> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
>> Behalf Of Jeff Kirsher
>> Sent: Tuesday, November 08, 2016 9:45 AM
>> To: SKahn at graco.com; intel-wired-lan at lists.osuosl.org
>> Subject: Re: [Intel-wired-lan] I am looking for a specific driver - 3.4.8-k
>>
>> On Tue, 2016-11-08 at 08:46 -0600, SKahn at graco.com wrote:
>>> I am trying to locate a driver for X520 Dual Port 10 G Ethernet PICe
>>> Adapter, this version specifically - Manufacturer = Intel Adapter
>>> Driver = 3.4.8-k .
>>>
>>> This is for a Cisco UCSC system with RedHat Linux 5.8 64 bit
>>
>> You should be able to find the version of ixgbe driver you are looking for on
>> e1000.sf.net.
>
> Also the "-k" at the end of the version means the driver is an in-kernel driver. This is further complicated by how RedHat can backport patches into its driver without it reflecting in the driver version number. So why you can go to source forge to get a similarly versioned driver and it should be close it however will not be exactly the same as was in RedHat Linux 5.8. It will contain kcompat code and not contain patches than may have be back ported by RedHat, along with other possible differences. These might not be that important by I thought I would mention it.
>
> Thanks,
> -Don <donald.c.skidmore@intel.com>
What Don said. The -k means it's the in-kernel driver so find out where
you got the kernel from and get the sources from there.
CentOS is trickier; they seem to delete old kernel SRPMs but you should
be able to find the RHEL version of the kernel instead.
Hope that helps.
--
Hisashi T Fujinaka - htodd at twofifty.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-11-08 18:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-08 14:46 [Intel-wired-lan] I am looking for a specific driver - 3.4.8-k SKahn
2016-11-08 17:44 ` Jeff Kirsher
2016-11-08 17:54 ` Skidmore, Donald C
2016-11-08 18:36 ` Hisashi T Fujinaka
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.