On Fri, Apr 6, 2012 at 10:02 AM, András Csányi <sayusi.a...@sayusi.hu> 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!
I've always done it manually with something like "find /lib/modules/$kernel_version/ -name '*.ko'" -- :wq