Complete.Org: Mailing Lists: Archives: discussion: March 1999:
Re: [aclug-L] available modules
Home

Re: [aclug-L] available modules

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] available modules
From: John Goerzen <jgoerzen@xxxxxxxxxxxx>
Date: 28 Mar 1999 10:38:59 -0600
Reply-to: aclug-L@xxxxxxxxxxxx

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

[Prev in Thread] Current Thread [Next in Thread]