On Tue, Jun 3, 2008 at 9:53 AM, Joachim Meyer <[EMAIL PROTECTED]> 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 _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
