Tagged Questions
0
votes
1answer
169 views
What is the realtime equivalent of the module r8169?
From here: http://www.xenomai.org/index.php/RTnet:Installation_%26_Testing#Testing_with_a_single_node_.28local_loopback.29
TODO: simplify the following steps.
- Then you need to edit the file ...
4
votes
1answer
907 views
How to know whether the Linux driver for the real-time network device was built into the kernel?
From here: http://www.xenomai.org/index.php/RTnet:Installation_%26_Testing#Debugging_RTnet
The Linux driver for the real-time network device was built into the kernel and blocks the hardware.
...
3
votes
1answer
330 views
Xenomai and Ubuntu
I have installed xenomai 2.4.8 in Ubuntu 11.04 with this command:
apt-get install libxenomai-dev
Now I want test a simple vxWorks program, but when I compile my program, I receive this message:
...