Re: [RTnet-users] Module.symvers

2009-07-03 Thread paul_c
On Thursday 02 July 2009, Jan Kiszka wrote: > Patrick Rittiner wrote: > > hi everyone, > > > > I ve installed a RTAI on a 2.6.25 kernel and every thing is working > > good. but as soon as I make the "make" in the rtnet folder to start > > the installation I get the following warning also: > > > > W

Re: [RTnet-users] ENOBUFS

2008-10-12 Thread paul_c
Hi Bernhard On Sunday 12 October 2008, Bernhard Pfund wrote: > I have some strange behaviour here. When I try to run a periodic task > sending small packets at 10kHz over an UDP socket, after some few cycles > I get ENOBUFS. I can play with rtskb pool size, which extends the number > of successfu

Re: [RTnet-users] Makefile.am patch

2007-05-23 Thread paul_c
Hi Jan Patch number two - $(DESTDIR) is already prepended in to the install path by automake, so including it in the exampledir variable leads to unexpected results.. Regards, Paul. Index: examples/rtai/GNUmakefile.am === ---

[RTnet-users] Makefile.am patch

2007-05-23 Thread paul_c
Hi Jan From doing some preliminary work on a Xenomai/RTnet LiveCD, I notice `make distclean` leaves a few dangling symlinks - The attached patch resolves (some of) them.. Regards, Paul. Index: stack/ipv4/GNUmakefile.am === ---