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"
連結已複製
Hi,
Could you provide:
- Which Edge Software package are you using?
- Guide/documentation that you are referring to (to ensure you are referring to the latest guide)
- Your hardware details
Cordially,
Iffa
Hi,
1. ECI Version: 3.3, ubuntu24.04
3. I upload the output of lshw in the attachment. Is this OK?
Thanks for the clarification.
- For Sanity Check 11- Smokey you need to install Xenomai kernel. Have you checked & verified that you've installed this kernel?
- 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?
- Are you using proxy in your system?
Cordially,
Iffa
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 ?
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
