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 -lalbeit in a different sort order (at least on my laptop). I'm unsure where basename(1) fits into all this.
