I have installed the RTnet over Xenomai. RTnet compiled well, and I also tested loopback on the single machine and was able to ping.
However I noticed `./rtnet start` showing the following output: What should I interpret when all it says is "no such device"?
Code: Select all
linux-y3pi:/usr/local/rtnet/sbin # ./rtnet start
rteth0: unknown interface: No such device
rteth0-mac: unknown interface: No such device
ioctl: No such device
ioctl: No such device
ioctl: No such device
ioctl: No such device
ioctl (add): No such device
vnic0: unknown interface: No such device
SIOCSIFADDR: No such device
vnic0: unknown interface: No such device
SIOCSIFNETMASK: No such device
Waiting for all slaves...ioctl: No such device
ioctl: No such device
linux-y3pi:/usr/local/rtnet/sbin #
From: http://www.xenomai.org/index.php/RTnet: ... oopback.29
It just tells us to disconnect the normal cable. Doesn't tell us to add a loopback cable.Testing with a single node (local loopback)
The testing procedure is as follows:
Disconnect the RTnet node's network cable from your normal non real-time ehternet network
Restart the systems into the patched kernel mode.
Display the Network setup with the command
Can that be the reason for these error messages?
I am missing a big point here, I think.