[E1000-devel] e1000 driver compile

2018-04-18 Thread Dan Zulaica
Hi, I have Kubuntu with kernel version 2.6.32-24-generic on a Dell Latitude laptop that has Intel Pro/100 network adapter. E1000 is said to be the driver that needs to be re-compiled, however I cannot re-compile it. Trying an E100 compile says it is no longer supported after OS 2.4. I found some

Re: [E1000-devel] e1000 driver compile

2018-04-18 Thread Kirsher, Jeffrey T
> -Original Message- > From: Dan Zulaica [mailto:dan.zulaica...@gmail.com] > Sent: Wednesday, April 18, 2018 10:24 > To: e1000-devel@lists.sourceforge.net > Subject: [E1000-devel] e1000 driver compile > > Hi, > > I have Kubuntu with kernel version 2.6.32-24-generic on a Dell Latitude > la

Re: [E1000-devel] e1000 driver compile

2018-04-18 Thread Dan Zulaica
Hi, This is an older Dell latitude laptop. I see on Ethernet and one Network controller line using lspci. 00:19.0 Ethernet controller: Intel Corporation Device 1502 (rev 04) 02:00.0 Network controller: Broadcom Corporation Device 4727 (rev 01) I have tried 'modprobe e1000.ko' and also fo

Re: [E1000-devel] e1000 driver compile

2018-04-18 Thread Kirsher, Jeffrey T
The Intel 1502 device id is the 82579LM Gigabit Network Connection, which is supported by the e1000e driver. You can download the e1000e driver from sourceforge.net: https://sourceforge.net/projects/e1000/files/e1000e%20stable/ Latest version is 3.4.0.2 and should compile just fine on your ker

Re: [E1000-devel] e1000 driver compile

2018-04-18 Thread Dan Zulaica
Great, I thought I at least had the linux headers, though no autoconf.h file. Are you saying I should download more than the headers? Thanks, Dan On Wed, Apr 18, 2018 at 1:39 PM, Kirsher, Jeffrey T wrote: > The Intel 1502 device id is the 82579LM Gigabit Network Connection, which is > support

Re: [E1000-devel] e1000 driver compile

2018-04-18 Thread Kirsher, Jeffrey T
> -Original Message- > From: Dan Zulaica [mailto:dan.zulaica...@gmail.com] > Sent: Wednesday, April 18, 2018 12:43 > To: Kirsher, Jeffrey T > Cc: e1000-devel@lists.sourceforge.net > Subject: Re: [E1000-devel] e1000 driver compile > > Great, > > I thought I at least had the linux headers,

[E1000-devel] igb changelog

2018-04-18 Thread Luis Valezquez
Hello, I am trying to compare differences in igb driver version 5.3.5.12 and 5.3.5.15 I don't see the intermediate versions available online - could someone point me in the right direction to find revision history / changelogs between all versions? Best regards, Luis -

Re: [E1000-devel] igb changelog

2018-04-18 Thread Fujinaka, Todd
There really aren't any intermediate versions available nor more changelogs. I'd just download both and diff them, but for the most part all I've been updating is the compat code to allow for compilation on newer kernels. For new features you really should be using the in-kernel igb driver. Tod

Re: [E1000-devel] e1000 driver compile

2018-04-18 Thread Dan Zulaica
Hi Jeffrey, I finally found the version.h and autoconf.h files in the include/linux directory. This was after creating the kernel .config file and re-compiling the entire kernel and modules. I will try the included modules and if still do not work, will compile the separate downloaded modules from

Re: [E1000-devel] e1000 driver compile

2018-04-18 Thread Dan Zulaica
Well, There are 'invalid module format' errors trying to install the re-compile .ko files from '2.6.32.24'. Is there a version mis-match? If so how do I configure for generic and can I change the version? I need version '2.6.32-24-generic'. If that is the problem. I guess I could try to force the