Paul Rogers wrote:
If a kernel function has been compiled as a loadable module, lsmod will tell if it's loaded and you currently have support. But if it were compiled-in, you'd have support, but lsmod will deny its existance. Is there a direct way to determine the "module" was compiled in from the command line?
If a driver or option is compiled in, it is not a 'module'. grep -i search-term /boot/config-whatever -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
