[Xenomai-help] Boot problem V2.0.1 with Kernel 2.6.12

2005-12-10 Thread Stephan Zimmermann
Hello all, I am facing a Problem with Xenomai 2.0.1 on Kernel 2.6.12. Based on my working config, I have patched the Kernel and recompiled. Now the System hangs at startup. There is no errormessage or so. ---snip--- Starting hotplug subsystem pci ---snap--- It is a Debian 3.1 system, ru

[Xenomai-help] insmod: error inserting './xeno_posix.ko': -1 Unknown symbol in module

2005-12-10 Thread linux
Hi all, I have downloaded a 2.6.14 kernel from kernel.org. Also have I applied the adeos patch belonging to this kernel. Rebooted with this kernel, and all ok. Then I configured and compiled the xenomai tree. All ok. Only thing I changed to the config was the enable of the serial driver. Added

Re: [Xenomai-help] Xenomai 2.0.1 - Posix Skin - realtime priorities - what I'm doing wrong?

2005-12-10 Thread Paolo Gai
Gilles Chanteperdrix wrote: Paolo Gai wrote: > Gilles Chanteperdrix wrote: > >Working around this issue means using calls to unlocked versions of libc > >functions protected with Xenomai POSIX mutexes, such as, for example, > >myputs and myputchar (sufficient for Paolo example) defined as : > >[

Re: [Xenomai-help] Boot problem V2.0.1 with Kernel 2.6.12

2005-12-10 Thread Philippe Gerum
Stephan Zimmermann wrote: Hello all, I am facing a Problem with Xenomai 2.0.1 on Kernel 2.6.12. Based on my working config, I have patched the Kernel and recompiled. Now the System hangs at startup. There is no errormessage or so. The Adeos patch for 2.6.12 is an oldgen one; it is known to

Re: [Xenomai-help] Xenomai 2.0.1 - Posix Skin - realtime priorities - what I'm doing wrong?

2005-12-10 Thread Paolo Gai
Ok, after having clicked ion the send button, I also discovered that NPTL uses INHERIT_SCHED by default in the pthread attributes http://sources.redhat.com/bugzilla/show_bug.cgi?id=145 I added it to the original examples, and I obtained the following (basically it is similar to the Case 1 depic

Re: [Xenomai-help] Xenomai 2.0.1 - Posix Skin - realtime priorities - what I'm doing wrong?

2005-12-10 Thread Paolo Gai
Gilles Chanteperdrix wrote: Paolo Gai wrote: > Gilles Chanteperdrix wrote: > >Working around this issue means using calls to unlocked versions of libc > >functions protected with Xenomai POSIX mutexes, such as, for example, > >myputs and myputchar (sufficient for Paolo example) defined as : > >[

Re: [Xenomai-help] Boot problem V2.0.1 with Kernel 2.6.12

2005-12-10 Thread Philippe Gerum
Stephan Zimmermann wrote: Hello all, I am facing a Problem with Xenomai 2.0.1 on Kernel 2.6.12. Based on my working config, I have patched the Kernel and recompiled. Now the System hangs at startup. There is no errormessage or so. The Adeos patch for 2.6.12 is an oldgen one; it is known to

Re: [Xenomai-help] Xenomai 2.0.1 - Posix Skin - realtime priorities - what I'm doing wrong?

2005-12-10 Thread Paolo Gai
Ok, after having clicked ion the send button, I also discovered that NPTL uses INHERIT_SCHED by default in the pthread attributes http://sources.redhat.com/bugzilla/show_bug.cgi?id=145 I added it to the original examples, and I obtained the following (basically it is similar to the Case 1 depic