Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.
298 Discussions

rtnet start failed on ubuntu24.04 with i226 nic

linshiyuan
Novice
355 Views

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"

Labels (1)
0 Kudos
6 Replies
Iffa_Intel
Moderator
307 Views

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 Kudos
linshiyuan
Novice
290 Views

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 Kudos
Iffa_Intel
Moderator
237 Views

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 Kudos
linshiyuan
Novice
177 Views

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 Kudos
Iffa_Intel
Moderator
148 Views

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 Kudos
Iffa_Intel
Moderator
51 Views

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 Kudos
Reply