I'd like to see a list of built in modules but it seems that I am missing cat /lib/modules/$(uname -r)/modules.builtin
which is common to many distros. Is there a config option to enable this or is there another method to find the built ins without grepping /proc/config.gz
?
Unless I'm missing something in your inquiry - this works for me:
ls /lib/modules/$(uname -r)
1 Like
I believe that will list out modules whereas I am asking for which modules have been built into the kernel and thus not present there. EDIT: perhaps I am confused... maybe modules in /lib/modules/$(uname -r)
are in fact built in?
1 Like