1
0
Fork 0

Documentation: Clarify when module debugging actually works.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
hifive-unleashed-5.1
Robert P. J. Day 2008-02-03 15:27:38 +02:00 committed by Adrian Bunk
parent 3239c49cf1
commit 0cadfc0953
1 changed files with 4 additions and 0 deletions

View File

@ -16,3 +16,7 @@ echo 'echo "$@" >> /tmp/modprobe.log' >> /tmp/modprobe
echo 'exec /sbin/modprobe "$@"' >> /tmp/modprobe
chmod a+x /tmp/modprobe
echo /tmp/modprobe > /proc/sys/kernel/modprobe
Note that the above applies only when the *kernel* is requesting
that the module be loaded -- it won't have any effect if that module
is being loaded explicitly using "modprobe" from userspace.