* [Xenomai-help] still verification problems
@ 2008-06-03 7:53 Joachim Meyer
2008-06-03 8:15 ` Wolfgang Grandegger
2008-06-03 9:20 ` Gilles Chanteperdrix
0 siblings, 2 replies; 3+ messages in thread
From: Joachim Meyer @ 2008-06-03 7:53 UTC (permalink / raw)
To: xenomai
Hi
I still have problems with 2 tests of the testsuite:
irqloop doesn't seem to work:
-------------------------------------
bash-3.00# irqbench/irqloop
Test mode: user-space task
Port type: serial
Port address: 0x3f8
Port IRQ: 4
Received IRQs: 0
Acknowledged IRQs: 0
bash-3.00#
------------------------------------
latency in kernel mode fails
-----------------------------------
bash-3.00# latency/latency -t1
== Sampling period: 100 us
== Test mode: in-kernel periodic task
== All results in microseconds
latency: failed to start in-kernel timer benchmark, code -25
---|------------|------------|------------|--------|-------------------------
RTS| 267928.028| 805352.732| 32.768| 0| 00:00:40/00:00:40
bash-3.00#
-----------------------------------------------------------------------------------
if nobody can give me hints (modules are loaded) where to look for the errors, maybe somebody can
send me the manpages. I heard they are availible for debian unstable users, but
I would have to download and in stall it, just for this reason, so maybe someone
can manage to download and send them to me.
Can I assume, if all the tests in the testsuite work, that everything works fine? Sure there won't be a
100% guarantee, but I would do anything to make sure, that later errors won't have there source in
an non working Linux/Xenomai.
Thx & Greez
Joachim
_________________________________________________________________________
In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten!
Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xenomai-help] still verification problems
2008-06-03 7:53 [Xenomai-help] still verification problems Joachim Meyer
@ 2008-06-03 8:15 ` Wolfgang Grandegger
2008-06-03 9:20 ` Gilles Chanteperdrix
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Grandegger @ 2008-06-03 8:15 UTC (permalink / raw)
To: Joachim Meyer; +Cc: xenomai
Joachim Meyer wrote:
> Hi
>
> I still have problems with 2 tests of the testsuite:
> irqloop doesn't seem to work:
> -------------------------------------
> bash-3.00# irqbench/irqloop
> Test mode: user-space task
> Port type: serial
> Port address: 0x3f8
> Port IRQ: 4
>
> Received IRQs: 0
> Acknowledged IRQs: 0
> bash-3.00#
> ------------------------------------
Hm, irqloop is from the irqbench test suite requiring a special setup
and does not make sense on non X86 systems: See
http://www.rts.uni-hannover.de/xenomai/lxr/source/doc/txt/irqbench.txt
> latency in kernel mode fails
> -----------------------------------
> bash-3.00# latency/latency -t1
> == Sampling period: 100 us
> == Test mode: in-kernel periodic task
> == All results in microseconds
> latency: failed to start in-kernel timer benchmark, code -25
> ---|------------|------------|------------|--------|-------------------------
> RTS| 267928.028| 805352.732| 32.768| 0| 00:00:40/00:00:40
> bash-3.00#
> -----------------------------------------------------------------------------------
>
> if nobody can give me hints (modules are loaded) where to look for the errors, maybe somebody can
> send me the manpages. I heard they are availible for debian unstable users, but
> I would have to download and in stall it, just for this reason, so maybe someone
> can manage to download and send them to me.
You can find the error codes here:
http://www.xenomai.org/index.php/Resolving_Error_Codes
http://lxr.linux.no/linux/include/asm-generic/errno-base.h
http://lxr.linux.no/linux/include/asm-generic/errno.h
Most likely the corresponding driver modules for timer testing is not
loaded or linked into the kernel.
> Can I assume, if all the tests in the testsuite work, that everything works fine? Sure there won't be a
> 100% guarantee, but I would do anything to make sure, that later errors won't have there source in
> an non working Linux/Xenomai.
It's at least a good sign.
Wolfgang.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xenomai-help] still verification problems
2008-06-03 7:53 [Xenomai-help] still verification problems Joachim Meyer
2008-06-03 8:15 ` Wolfgang Grandegger
@ 2008-06-03 9:20 ` Gilles Chanteperdrix
1 sibling, 0 replies; 3+ messages in thread
From: Gilles Chanteperdrix @ 2008-06-03 9:20 UTC (permalink / raw)
To: Joachim Meyer; +Cc: xenomai
On Tue, Jun 3, 2008 at 9:53 AM, Joachim Meyer <Jogi95@domain.hid> wrote:
> Hi
>
> I still have problems with 2 tests of the testsuite:
> irqloop doesn't seem to work:
> -------------------------------------
> bash-3.00# irqbench/irqloop
> Test mode: user-space task
> Port type: serial
> Port address: 0x3f8
> Port IRQ: 4
>
> Received IRQs: 0
> Acknowledged IRQs: 0
> bash-3.00#
> ------------------------------------
>
> latency in kernel mode fails
> -----------------------------------
> bash-3.00# latency/latency -t1
> == Sampling period: 100 us
> == Test mode: in-kernel periodic task
> == All results in microseconds
> latency: failed to start in-kernel timer benchmark, code -25
> ---|------------|------------|------------|--------|-------------------------
> RTS| 267928.028| 805352.732| 32.768| 0| 00:00:40/00:00:40
> bash-3.00#
> -----------------------------------------------------------------------------------
>
> if nobody can give me hints (modules are loaded)
As a novice, you should not care yourself about loading modules. You
should use the "run" scripts which will take care of loading only the
proper modules, and this should work.
So, the proper way of running the latency test with the -t 1 parameter is:
cd /usr/xenomai/share/xenomai/testuite/latency
./run -- -t 1
> where to look for the errors, maybe somebody can
> send me the manpages. I heard they are availible for debian unstable users, but
> I would have to download and in stall it, just for this reason, so maybe someone
> can manage to download and send them to me.
Xenomai sources are publically accessible through svn, help yourself:
https://gna.org/svn/?group=xenomai
--
Gilles
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-06-03 9:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-03 7:53 [Xenomai-help] still verification problems Joachim Meyer
2008-06-03 8:15 ` Wolfgang Grandegger
2008-06-03 9:20 ` Gilles Chanteperdrix
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.