Gentoo Archives: gentoo-user

From: Michael Mol <mikemol@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] list of kernel modules
Date: Fri, 06 Apr 2012 14:20:41
Message-Id: CA+czFiDyCTSssxVyKBmZz-9Gm8R=8W9gSsPDrfpDuhVXStcEhA@mail.gmail.com
In Reply to: [gentoo-user] list of kernel modules by "András Csányi"
1 On Fri, Apr 6, 2012 at 10: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 I've always done it manually with something like "find
16 /lib/modules/$kernel_version/ -name '*.ko'"
17
18 --
19 :wq