Am 27.01.2013 12:33, schrieb Matthias Hanft: > Florian Philipp wrote: >> >> Is it really a drop-in? I was under the impression that for example >> `modprobe -l` is not implemented (mentioned in a comment on the eudev >> fork on LWN). I guess that's outdated as well. > > I'm using kmod's modprobe, and there is *no* "-l" option. > > -Matt > Hmm, any replacement in sight? Otherwise I guess I'll use an alias like this: alias modprobe-l="find \"/lib64/modules/\$(uname -r)\" -name '*.ko' -printf '%P\n'"