Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] list of kernel modules
Date: Fri, 06 Apr 2012 14:58:47
Message-Id: CAK2H+efeFhwLdQ1rOnkHM5gXfror4c+eeNo1RbsFo20er+h7HA@mail.gmail.com
In Reply to: [gentoo-user] list of kernel modules by "András Csányi"
1 On Fri, Apr 6, 2012 at 7:02 AM, András Csányi <sayusi.ando@××××××.hu> wrote:
2 > Dear All,
3 >
4 > I'm a little bit confused regarding modprobe command. As far as I
5 > remember I used the command below to list all of kernel modules
6 > independently it's loaded or not.
7 > modprobe -l or modprobe -L
8 >
9 > But now I can see that there is no -l or -L for this command. When
10 > have changed this command or my memories are failed? On the other
11 > hand, I would like to ask that how can I list all of kernel modules?
12 >
13 > Thanks in advance!
14 >
15 > András
16 >
17 > --
18 > --  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
19 > http://facebook.com/andras.csanyi
20 > --  ""Trust in God and keep your gunpowder dry!" - Cromwell
21 >
22
23 I've been away for a few days so I'm possibly behind on an update but
24 modprobe -l works for me:
25
26 c2stable ~ # which modprobe
27 /sbin/modprobe
28 c2stable ~ # equery belongs /sbin/modprobe
29 * Searching for /sbin/modprobe ...
30 sys-apps/module-init-tools-3.16-r1 (/sbin/modprobe)
31 c2stable ~ #
32
33 c2stable ~ # modprobe -l
34 kernel/arch/x86/crypto/aes-x86_64.ko
35 kernel/arch/x86/crypto/twofish-x86_64.ko
36 kernel/arch/x86/crypto/salsa20-x86_64.ko
37 kernel/fs/fuse/cuse.ko
38 kernel/fs/configfs/configfs.ko
39 kernel/fs/dlm/dlm.ko
40 kernel/crypto/xcbc.ko
41 kernel/crypto/crypto_null.ko
42 kernel/crypto/md4.ko
43 kernel/crypto/sha256_generic.ko
44 <SNIP>
45 misc/vmci.ko
46 misc/vboxnetflt.ko
47 misc/vmnet.ko
48 misc/vboxpci.ko
49 misc/vmblock.ko
50 misc/vboxdrv.ko
51 misc/vboxnetadp.ko
52 c2stable ~ #

Replies

Subject Author
Re: [gentoo-user] list of kernel modules "András Csányi" <sayusi.ando@××××××.hu>