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.

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: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to