The same info is still out there on the net so I am not imagining it and I have used the command before and it definitely worked then, very useful it was too.
http://www.thegeekstuff.com/2010/11/mod ... -examples/



-l --list List all modules matching the given wildcard (or "*" if no
wildcard is given). This option is provided for backwards
compatibility and may go away in future: see find(1) and
basename(1) for a more flexible alternative.
find /lib/modules/$(uname -r) -name \*.ko

[manjaro@manjaro ~]$ find /lib/modules/$(uname -r) -name \efivars.ko
[manjaro@manjaro ~]$
sudo modprobe efivarslsmod | grep efivars
efivars 17941 1 


find /lib/modules/`uname -r` -name \*.ko.gz | less

proxima_centauri wrote:Modules end with .ko.gz in Arch Linux so I'm assuming it will be the same for Manjaro
- Code: Select all
find /lib/modules/`uname -r` -name \*.ko.gz | less



Users browsing this forum: No registered users and 3 guests