Search notes:

/lib/modules

This directory contains directories with kernel modules needed for the kernel.
These directories are created after building the kernel with make modules_install.
The name of these directories follows the pattern kernel-version-CONFIG_LOCALVERSION (apparently, that is equal to /lib/modules/$(uname -r).

See also

lsmod, modprobe

Index