<div>Hello,<br><br>I have some problems with EtherCAT Maser.<br><br>I tried to build EtherCAT Master 1.4.0 source on </div>
<div>kernel 2.6.18 with Intel PRO/1000 NIC.<br>But, I got some errors while building EtherCAT Master.<br>The error Message is below:<br> </div>
<div> CC [M] /root/TOOL/EtherCAT1_4/tmp2/ethercat-1.4.0/</div>
<div>devices/e1000/e1000_main-2.6.18-ethercat.o<br>/root/TOOL/EtherCAT1_4/tmp2/ethercat-1.4.0/devices/</div>
<div>e1000/e1000_main-2.6.18-ethercat.c: In function 'ec_poll':<br> </div>
<div>/root/TOOL/EtherCAT1_4/tmp2/ethercat-1.4.0/devices/</div>
<div>e1000/e1000_main-2.6.18-ethercat.c:3418: error: implicit declaration of function<br>'e1000_watchdog_task'</div>
<div> </div>
<div>Hence, I modified e1000_main_2.6.18-ethercat.c as:<br><br>3418: e1000_watchdog_task(adapter);<br>-><br>3418: e1000_watchdog((unsigned long)adapter);<br><br>So, I could build EtherCAT Master and run it.<br><br>But EtherCAT Master did not work well.<br>
Kernel-buffer's message is:<br> </div>
<div>EtherCAT: Accepting device XX:XX:XX:XX:XX:XX for master 0.<br>EtherCAT: Starting EtherCAT-IDLE thread.<br>ec_e1000: ec0: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex<br>EtherCAT: Link state changed to UP.<br>
</div>
EtherCAT WARNING: 1 datagram TIMED OUT!<br>EtherCAT WARNING: 500 datagrams TIMED OUT!<br>...<br><br>And, I tried to run EtherCAT Master on kernel 2.6.24.<br>It can run normally.<br>Kernel-buffer's message is:<br><br>
EtherCAT: Starting EtherCAT-IDLE thread.<br>
ec_e1000: ec0: e1000_probe: Intel(R) PRO/1000 Network Connection<br>ec_e1000: ec0: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex, Flow<br>Control: RX<br>EtherCAT: Link state changed to UP.<br>EtherCAT: 11 slave(s) responding.<br>
<div>EtherCAT: Slave states: PREOP.<br>EtherCAT: Scanning bus.<br>EtherCAT: Bus scanning completed in 947 ms.<br><br>However, I have to run EtherCAT Master</div>
<div>on kernel 2.6.18 with Intel PRO/1000 NIC.</div>
<div>Do you have a track record of EtherCAT Master on</div>
<div>kernel 2.6.18 with Intel PRO/1000 NIC? <br><br>I would be glad if you could give me some hints on</div>
<div>which points i should set my focus.<br><br>Best Regards.</div>
<div>Hideki Izumisawa<br> </div>