The eudev project launches
The eudev project launches
Posted Dec 17, 2012 5:12 UTC (Mon) by demarchi (subscriber, #67492)In reply to: The eudev project launches by gfa
Parent article: The eudev project launches
modprobe -l was already deprecated in module-init-tools. Its implementation could be very well replaced by things like:
find /lib/module/$(uname -r) -name '*.ko' | grep your-module
See its man page: http://linux.die.net/man/8/modprobe.
We may actually provide an alternative implementation in kmod that works better than what module-init-tools provided, but no one had enough interest to implement it yet.
By the way, AFAIR this was usually used to check "where is the file for kernel module XYZ?" This can be better done by modinfo.
