All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Kisdaroczi <kisda@domain.hid>
To: xenomai@xenomai.org
Subject: Re: [Xenomai-core] Problem running klatency test
Date: Mon, 29 Jun 2009 20:00:36 +0200	[thread overview]
Message-ID: <4A490144.8050300@domain.hid> (raw)
In-Reply-To: <1245669529.7250.3.camel@domain.hid>


[-- Attachment #1.1: Type: text/plain, Size: 217 bytes --]

Shashank Bhatia schrieb:
> [...]
> open(/proc/xenomai/registry/native/pipes/klat_pipe): No such file or
> directory
> modprobe klat_mod or try the -P option?

the module ist called xeno_klat. patch attached.


[-- Attachment #1.2: xeno_klat.patch --]
[-- Type: text/plain, Size: 513 bytes --]

diff --git a/src/testsuite/klatency/klatency.c b/src/testsuite/klatency/klatency.c
index a22cd59..c419402 100644
--- a/src/testsuite/klatency/klatency.c
+++ b/src/testsuite/klatency/klatency.c
@@ -187,7 +187,7 @@ int main(int argc, char **argv)
 		if (benchdev == -1) {
 			perror("open(/proc/xenomai/registry/native/pipes/klat_pipe)");
 			fprintf(stderr,
-				"modprobe klat_mod or try the -P option?\n");
+				"modprobe xeno_klat or try the -P option?\n");
 			exit(EXIT_FAILURE);
 		}
 	} else {

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

      parent reply	other threads:[~2009-06-29 18:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-22 11:18 [Xenomai-core] Problem running klatency test Shashank Bhatia
2009-06-22 11:59 ` Stefan Kisdaroczi
2009-06-29 18:00 ` Stefan Kisdaroczi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A490144.8050300@domain.hid \
    --to=kisda@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.