From 65a8ae6b080e172f6c4f47bfb8f51b42ff6aaaa7 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 19 Nov 2011 15:17:52 -0500 Subject: [PATCH] Document that depmod needs to be executed by hand External modules don't seem to actually execute depmod on make install, even though the console output says so. Document that it needs to be manually executed in the README file. Signed-off-by: Mathieu Desnoyers --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 3bd0d153..f4e3368c 100644 --- a/README +++ b/README @@ -22,12 +22,14 @@ access to your full kernel source tree), and use: % make # make modules_install +# depmod -a If you need to specify the target directory to the kernel you want to build against, use: % KERNELDIR=path_to_kernel_dir make # KERNELDIR=path_to_kernel_dir make modules_install +# depmod -a kernel_version Use lttng-tools to control the tracer. LTTng tools should automatically load the kernel modules when needed. Use Babeltrace to print traces as a -- 2.34.1