On Mon, Oct 08, 2007 at 02:28:29AM -0700, Walter Barnes wrote: > From: Wilco Beekhuizen <[EMAIL PROTECTED]> > > >2007/10/7, Walter Barnes <[EMAIL PROTECTED]>: > >> Hello, > >> > >> Looking over the logs for my new LFS system I noticed something odd. Right > >> at the very top after klogd is started are these two lines: > >> > >> Oct 6 16:56:13 lbc1211 kernel: Cannot find map file. > >> Oct 6 16:56:13 lbc1211 kernel: No module symbols loaded - kernel modules > >> not enabled. > >> > >> Does this refer to /boot/System.map-2.6.22.9? > >No. You don't need the System.map file. You don't seem to have kernel > >modules enabled. Enable loadable module support->Enable loadable > >module support. > >That should fix it! > > >From my .config file: > > # > # Loadable module support > # > CONFIG_MODULES=y > CONFIG_MODULE_UNLOAD=y > # CONFIG_MODVERSIONS is not set > # CONFIG_MODULE_SRCVERSION_ALL is not set > CONFIG_KMOD=y > > I think that means I have modules enabled but I will follow your directions > and redo make menuconfig to be sure. > Didn't see this mail earlier, but I _always_ get the message. I don't think you need to do anything.
[EMAIL PROTECTED] ~ $date ; grep modules /var/log/sys.log | \ tail -n 1 ; lsmod Mon Oct 8 14:23:23 BST 2007 Oct 8 14:01:29 bluesbreaker kernel: No module symbols loaded - kernel modules not enabled. Module Size Used by r8169 25800 0 w83627hf 27032 0 hwmon_vid 2816 1 w83627hf i2c_viapro 8472 0 [EMAIL PROTECTED] ~ $ ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
