Joseph M Dupre (AVAB Inc.) wrote these words on 08/16/05 19:01 CST: > I have built LFS 6.1, and compiled the kernel without module support > as recommended. However, when the system boots I get several errors > that appear to be coming from the hotplug scripts complaining about > missing modules. Most of the messages scroll of the screen, but I > can see this much: > > Opening /proc/modules: no such file or directory > modprobe: FATAL: Could not load /lib/modules/2.6.11.12/modules.dep: > No such file or directory > ./hotplug.functions: line 113: > /lib/modules/2.6.11.12/modules.isapnpmap: No such file or directory
Did you do a 'make modules-install'? I believe you need to do this even if you have created no modules. At least on one of my systems anyway, the following is created: [EMAIL PROTECTED]: ~ > find /lib/modules /lib/modules /lib/modules/2.6.10 /lib/modules/2.6.10/kernel /lib/modules/2.6.10/source /lib/modules/2.6.10/build /lib/modules/2.6.10/modules.pcimap /lib/modules/2.6.10/modules.dep /lib/modules/2.6.10/modules.ieee1394map /lib/modules/2.6.10/modules.usbmap /lib/modules/2.6.10/modules.ccwmap /lib/modules/2.6.10/modules.isapnpmap /lib/modules/2.6.10/modules.inputmap /lib/modules/2.6.10/modules.alias /lib/modules/2.6.10/modules.symbols -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3] [GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686] 20:31:01 up 136 days, 20:04, 3 users, load average: 0.00, 0.08, 0.29 -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
