|
|
Log in / Subscribe / Register

modprobe -l replacement

modprobe -l replacement

Posted Dec 19, 2012 5:04 UTC (Wed) by pr1268 (guest, #24648)
In reply to: The eudev project launches by jamesh
Parent article: The eudev project launches

For those who need a non-deprecated version: the shell command

find /lib/modules/$(uname -r) -name "*.ko" -printf "%P\n"
gives the same result as
modprobe -l
albeit in a different sort order (at least on my laptop). I'm unsure where basename(1) fits into all this.


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds