Re: [aclug-L] available modules
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
j m wagle <jmwagle@xxxxxxxxxxxxxxxxxxx> writes:
> A newbie question: is there a command to 'view' the modules a
> kernel has available? Any way to tell 'real time' what modules are
The set of available modules depends on which ones were compiled when
the kernel was compiled. You can get a loose idea with:
find /lib/modules/`uname -r`/ -name "*.o"
which will list the ones compiled.
> loaded? was there once a 'kerneld' or some command that is not in
To see which modules are loaded at this instant, run:
cat /proc/modules
> version 2.2.2?
The kerneld functionality has been folded into the kernel in 2.2.x;
it's now a compile-time configuration option.
-- John
|
|