Re: modinfo <modulename> question

From: Jan Engelhardt
Date: Thu Sep 06 2007 - 08:03:25 EST



On Sep 5 2007 13:31, Justin Piszcz wrote:
>>
>> > Is there anyway to get/see what parameters were passed to a kernel
>> > module?

Not really. Even if a module has parameters exported, they may carry
default values (and hence, don't fulfill the word "passed", as would be
the case with `modprobe foo` without {{any extra params} union {params
in /etc/modprobe*}})

>> /sys/module/<module>/parameters
>
> And under 2.4?

/proc/<module-specific-place>. Generally, even less.



Jan
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/