According to Jose Albores.: While burning my CPU.
>
> Hi everybody... and thanks again for everyone who helps us with our
> first-linux-steps.
> Today, my question is:
> Is there any command/way to find out which 'supports' have been loaded
> as modules???
> E.G.: if I want to find out the packages installed with '.rpm' I send
> the command:
> $ rpm -qa
> Then...
> How can I know which are the modules availables after my kernel
> compilation???
Look into /lib/modules/version_number/*
To see which modules have been loaded or are in use;
'lsmod'
'cat /proc/modules' will also show loaded modules.
'man modprobe' will explane howto load modules, and a look at
/usr/doc/HOWTO/Modules.HOWTO.gz will explane a lot more.
If that is not on your system.
http://sunsite.unc.edu/LDP/HOWTO/Modules.HOWTO.html
> TIA.
>
> --
> Jos� Albores
> Buenos Aires.
> Argentina.
>
--
Regards Richard.
[EMAIL PROTECTED]