On Fri, Apr 6, 2012 at 7:02 AM, András Csányi <[email protected]> wrote: > Dear All, > > I'm a little bit confused regarding modprobe command. As far as I > remember I used the command below to list all of kernel modules > independently it's loaded or not. > modprobe -l or modprobe -L > > But now I can see that there is no -l or -L for this command. When > have changed this command or my memories are failed? On the other > hand, I would like to ask that how can I list all of kernel modules? > > Thanks in advance! > > András > > -- > -- Csanyi Andras (Sayusi Ando) -- http://sayusi.hu -- > http://facebook.com/andras.csanyi > -- ""Trust in God and keep your gunpowder dry!" - Cromwell >
I've been away for a few days so I'm possibly behind on an update but modprobe -l works for me: c2stable ~ # which modprobe /sbin/modprobe c2stable ~ # equery belongs /sbin/modprobe * Searching for /sbin/modprobe ... sys-apps/module-init-tools-3.16-r1 (/sbin/modprobe) c2stable ~ # c2stable ~ # modprobe -l kernel/arch/x86/crypto/aes-x86_64.ko kernel/arch/x86/crypto/twofish-x86_64.ko kernel/arch/x86/crypto/salsa20-x86_64.ko kernel/fs/fuse/cuse.ko kernel/fs/configfs/configfs.ko kernel/fs/dlm/dlm.ko kernel/crypto/xcbc.ko kernel/crypto/crypto_null.ko kernel/crypto/md4.ko kernel/crypto/sha256_generic.ko <SNIP> misc/vmci.ko misc/vboxnetflt.ko misc/vmnet.ko misc/vboxpci.ko misc/vmblock.ko misc/vboxdrv.ko misc/vboxnetadp.ko c2stable ~ #

