Edge Software Catalog
Support for issues related to Edge Software Catalog
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
478 讨论

rtnet start failed on ubuntu24.04 with i226 nic

linshiyuan
新手
1,815 次查看

Hi,

I follow the guide in Sanity Check 11 - Smokey  try to start rtnet but failed.

Is there some steps I missing ?

 

# error message

sudo /usr/sbin/rtnet master
/usr/sbin/rtnet: 46: echo: echo: I/O error
/usr/sbin/rtnet: 66: ifconfig: not found
/usr/sbin/rtnet: 67: ifconfig: not found
/usr/sbin/rtnet: 69: ifconfig: not found
ioctl: No such device
Could not read

 

#my system info

uname -a
Linux roma-N305 6.6.23-intel-ese-standard-lts-dovetail #1 SMP PREEMPT_DYNAMIC IRQ_PIPELINE Thu, 01 Jan 1970 01:00:00 +0 x86_64 x86_64 x86_64 GNU/Linux

 

lspci -v 

03:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
Subsystem: Intel Corporation Ethernet Controller I226-V
Flags: fast devsel, IRQ 17, IOMMU group 13
Memory at 80400000 (32-bit, non-prefetchable) [size=1M]
Memory at 80500000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel modules: igc, rt_igc

 

 

# The two line I change in /etc/rtnet.conf

RT_DRIVER="rt_igc"

REBIND_RT_NICS="0000:03:00.0"

标签 (1)
0 项奖励
6 回复数
Iffa_Intel
主持人
1,767 次查看

Hi,


Could you provide:

  1. Which Edge Software package are you using?
  2. Guide/documentation that you are referring to (to ensure you are referring to the latest guide)
  3. Your hardware details



Cordially,

Iffa


0 项奖励
linshiyuan
新手
1,750 次查看

Hi,

1. ECI Version: 3.3, ubuntu24.04

2. https://eci.intel.com/docs/3.3/development/performance/benchmarks/performance-testing.html?highlight=rtnet

3. I upload the output of lshw in the attachment. Is this OK?

0 项奖励
Iffa_Intel
主持人
1,697 次查看

Thanks for the clarification.

 

  1. For Sanity Check 11- Smokey you need to install Xenomai kernel. Have you checked & verified that you've installed this kernel?
  2. In your case, it seems that the program failed to detect your Ethernet hardware, this could be related to the software(eg driver) or the hardware itself. Did you manage to grep the Ethernet hardware in step 1?
  3. Are you using proxy in your system? 

 

Cordially,

Iffa

 

 

0 项奖励
linshiyuan
新手
1,637 次查看

Hi,

1. Yes, I installed the Xenomai kernel,  I use uname to check and it is  6.6.23-intel-ese-standard-lts-dovetail.

2. The lspci -v output shows there is two driver igc and rt_igc available. My nic hardware is  226-v.

lspci -v 

03:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
Subsystem: Intel Corporation Ethernet Controller I226-V
Flags: fast devsel, IRQ 17, IOMMU group 13
Memory at 80400000 (32-bit, non-prefetchable) [size=1M]
Memory at 80500000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel modules: igc, rt_igc

 

3.There is no proxy on my system.

 

On the same PC hardware, I can use rtnet with ubuntu22.04 and ECI 3.2 .  Is there some compatibility issues with ubuntu24.04 and ECI 3.3 ?

0 项奖励
Iffa_Intel
主持人
1,608 次查看

Hi,

 

According to this ECI versions and Supported Distributions documentation,

the ECI version 3.3 supports Canonical® Ubuntu® 24.04 (Noble Numbat).

 

Could you try removing one of the drivers and using only the one that is compatible with your operating system to see if it resolves the issue? The program might be confused by the presence of both drivers.

 

 

Cordially,

Iffa

0 项奖励
Iffa_Intel
主持人
1,511 次查看

Hi,


Intel will no longer monitor this thread since we have provided a solution. If you need any additional information from Intel, please submit a new question. 


Cordially,

Iffa


0 项奖励
回复