Re: [etherlab-users] ec_e1000e not compatible with Intel I218-LM NIC

2017-09-18 Thread Benjamin Neef

Thanks for your reply!

When ethercat is started with the generic driver (/etc/init.d/ethercat 
start) lspci -k says "Kernel driver in use: e1000e".


I will wait for the igb driver.


Am 18.09.2017 um 08:40 schrieb Dr.-Ing. Wilhelm Hagemeister:

The igb driver is being worked on and it will be released in the next
couple of weeks.

Am 18.09.2017 um 01:42 schrieb Gavin Lambert:


I don’t know whether this applies to that specific card or not, but some
of the newer gigabit cards require the igb driver rather than the e1000e
driver, and that hasn’t been patched for EtherCAT yet.



___
etherlab-users mailing list
etherlab-users@etherlab.org
http://lists.etherlab.org/mailman/listinfo/etherlab-users


--
Dipl.-Ing. Benjamin Neef

Technische Universität Braunschweig
Institut für Werkzeugmaschinen und Fertigungstechnik (IWF)

Nachhaltige Produktion & Life-Cycle-Engineering

Langer Kamp 19b
38106 Braunschweig

Tel.:  +49 (0) 531  391 8751
Fax:  +49 (0) 531  391 5842

E-Mail:  b.n...@tu-bs.de
Internet: https://www.tu-braunschweig.de/iwf/pul

___
etherlab-users mailing list
etherlab-users@etherlab.org
http://lists.etherlab.org/mailman/listinfo/etherlab-users


Re: [etherlab-users] ec_e1000e not compatible with Intel I218-LM NIC

2017-09-18 Thread Christoph Schroeder

Hi everyone,

here is what I observed with the predecessor I217-LM on Debian 7:
It uses the e1000e driver, not the Intel igb driver which is more common for 
server adapters. The ec_e1000e didn't work for me too on the default kernel 
3.2.xx, but it worked with the backported 3.16.xx kernel. Seems like there was 
something changed which prevents the ec_e1000e of the 3.2.xx kernel to work 
with Intel onboard adapters. It might not be the driver itself since the 
adapter works fine with the unpatched e1000e driver of this kernel. Maybe 
someone who is familiar with these network drivers and the Linux kernel sources 
can figure it out. However the generic driver works in all cases.

Best regards,
Christoph

On 09/18/2017 01:42 AM, Gavin Lambert wrote:
Check which standard kernel module is loaded for that card when using the 
generic driver (or without using EtherCAT at all), either with lsmod or lspci 
-k.

I don’t know whether this applies to that specific card or not, but some of the 
newer gigabit cards require the igb driver rather than the e1000e driver, and 
that hasn’t been patched for EtherCAT yet.

From: Benjamin Neef
Sent: Monday, 18 September 2017 07:52
To: etherlab-users@etherlab.org<mailto:etherlab-users@etherlab.org>
Subject: [etherlab-users] ec_e1000e not compatible with Intel I218-LM NIC


Hi,

I set up the latest stable EtherLab EtherCAT Master (branch stable-1.5 from 
Mercurial-Repository) on my Lenovo X250 Laptop (one Intel I218-LM NIC) with 
Debian installed (3.2.0-4-rt-amd64 #1 SMP PREEMPT RT Debian 3.2.89-2 x86_64). 
When I try to use the compiled ec_e1000e kernel module (./configure 
--enable-e1000e; not compiled into the kernel - kernel config set is =M) the 
EtherCAT Master will not find my NIC and stucks on the dmesg message:

EtherCAT: 1 master waiting for devices.

ec_e1000e: Ethercat-capable Intel(R) PRO/1000 Network Driver - 1.5.1-k-EtherCAT

When I use the generic driver everything works fine and the Master find my NIC. 
/etc/sysconfig/ethercat is configured with the right MAC address of my NIC.

I'm not sure if the I218-LM NIC is supported, but in this post it seems that it 
is (http://lists.etherlab.org/pipermail/etherlab-dev/2016/000554.html). Does 
anyone have an idea?

Thank you for your help,

Benjamin.

--

Dipl.-Ing. Benjamin Neef



Technische Universität Braunschweig

Institut für Werkzeugmaschinen und Fertigungstechnik (IWF)



Nachhaltige Produktion & Life-Cycle-Engineering



Langer Kamp 19b

38106 Braunschweig



Tel.:  +49 (0) 531  391 8751

Fax:  +49 (0) 531  391 5842



Internet: https://www.tu-braunschweig.de/iwf/pul



___
etherlab-users mailing list
etherlab-users@etherlab.org<mailto:etherlab-users@etherlab.org>
http://lists.etherlab.org/mailman/listinfo/etherlab-users





Helmholtz-Zentrum Berlin für Materialien und Energie GmbH

Mitglied der Hermann von Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V.

Aufsichtsrat: Vorsitzender Dr. Karl Eugen Huthmacher, stv. Vorsitzende Dr. 
Jutta Koch-Unterseher
Geschäftsführung: Prof. Dr. Bernd Rech (kommissarisch), Thomas Frederking

Sitz Berlin, AG Charlottenburg, 89 HRB 5583

Postadresse:
Hahn-Meitner-Platz 1
D-14109 Berlin

http://www.helmholtz-berlin.de
___
etherlab-users mailing list
etherlab-users@etherlab.org
http://lists.etherlab.org/mailman/listinfo/etherlab-users


Re: [etherlab-users] ec_e1000e not compatible with Intel I218-LM NIC

2017-09-18 Thread Dr.-Ing. Wilhelm Hagemeister
The igb driver is being worked on and it will be released in the next
couple of weeks.

Am 18.09.2017 um 01:42 schrieb Gavin Lambert:

> 
> I don’t know whether this applies to that specific card or not, but some
> of the newer gigabit cards require the igb driver rather than the e1000e
> driver, and that hasn’t been patched for EtherCAT yet.
> 


___
etherlab-users mailing list
etherlab-users@etherlab.org
http://lists.etherlab.org/mailman/listinfo/etherlab-users


Re: [etherlab-users] ec_e1000e not compatible with Intel I218-LM NIC

2017-09-17 Thread Gavin Lambert
Check which standard kernel module is loaded for that card when using the 
generic driver (or without using EtherCAT at all), either with lsmod or lspci 
-k.

 

I don’t know whether this applies to that specific card or not, but some of the 
newer gigabit cards require the igb driver rather than the e1000e driver, and 
that hasn’t been patched for EtherCAT yet.

 

From: Benjamin Neef
Sent: Monday, 18 September 2017 07:52
To: etherlab-users@etherlab.org
Subject: [etherlab-users] ec_e1000e not compatible with Intel I218-LM NIC

 

Hi,

I set up the latest stable EtherLab EtherCAT Master (branch stable-1.5 from 
Mercurial-Repository) on my Lenovo X250 Laptop (one Intel I218-LM NIC) with 
Debian installed (3.2.0-4-rt-amd64 #1 SMP PREEMPT RT Debian 3.2.89-2 x86_64). 
When I try to use the compiled ec_e1000e kernel module (./configure 
--enable-e1000e; not compiled into the kernel - kernel config set is =M) the 
EtherCAT Master will not find my NIC and stucks on the dmesg message:

EtherCAT: 1 master waiting for devices.

ec_e1000e: Ethercat-capable Intel(R) PRO/1000 Network Driver - 1.5.1-k-EtherCAT

When I use the generic driver everything works fine and the Master find my NIC. 
/etc/sysconfig/ethercat is configured with the right MAC address of my NIC. 

I'm not sure if the I218-LM NIC is supported, but in this post it seems that it 
is (http://lists.etherlab.org/pipermail/etherlab-dev/2016/000554.html). Does 
anyone have an idea?  

Thank you for your help,

Benjamin.

-- 
Dipl.-Ing. Benjamin Neef
 
Technische Universität Braunschweig
Institut für Werkzeugmaschinen und Fertigungstechnik (IWF)
 
Nachhaltige Produktion & Life-Cycle-Engineering
 
Langer Kamp 19b
38106 Braunschweig
 
Tel.:  +49 (0) 531  391 8751
Fax:  +49 (0) 531  391 5842
 
Internet: https://www.tu-braunschweig.de/iwf/pul
___
etherlab-users mailing list
etherlab-users@etherlab.org
http://lists.etherlab.org/mailman/listinfo/etherlab-users


[etherlab-users] ec_e1000e not compatible with Intel I218-LM NIC

2017-09-17 Thread Benjamin Neef

Hi,

I set up the latest stable EtherLab EtherCAT Master (branch stable-1.5 
from Mercurial-Repository) on my Lenovo X250 Laptop (one Intel I218-LM 
NIC) with Debian installed (3.2.0-4-rt-amd64 #1 SMP PREEMPT RT Debian 
3.2.89-2 x86_64). When I try to use the compiled ec_e1000e kernel module 
(./configure --enable-e1000e; not compiled into the kernel - kernel 
config set is =M) the EtherCAT Master will not find my NIC and stucks on 
the dmesg message:


EtherCAT: 1 master waiting for devices.

ec_e1000e: Ethercat-capable Intel(R) PRO/1000 Network Driver - 
1.5.1-k-EtherCAT


When I use the generic driver everything works fine and the Master find 
my NIC. /etc/sysconfig/ethercat is configured with the right MAC address 
of my NIC.


I'm not sure if the I218-LM NIC is supported, but in this post it seems 
that it is 
(http://lists.etherlab.org/pipermail/etherlab-dev/2016/000554.html). 
Does anyone have an idea?


Thank you for your help,

Benjamin.

--
Dipl.-Ing. Benjamin Neef

Technische Universität Braunschweig
Institut für Werkzeugmaschinen und Fertigungstechnik (IWF)

Nachhaltige Produktion & Life-Cycle-Engineering

Langer Kamp 19b
38106 Braunschweig

Tel.:  +49 (0) 531  391 8751
Fax:  +49 (0) 531  391 5842

Internet:https://www.tu-braunschweig.de/iwf/pul

___
etherlab-users mailing list
etherlab-users@etherlab.org
http://lists.etherlab.org/mailman/listinfo/etherlab-users