<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><span>There were no errors, the output was very short:</span></div><div><br><span></span></div><span>[root@bk508 linux-stable]# make modules<br> CHK include/linux/version.h<br> CHK include/generated/utsrelease.h<br> CALL scripts/checksyscalls.sh<br> Building modules, stage 2.<br> MODPOST 4 modules</span><div><br></div> <div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <font face="Arial" size="2"> <hr size="1"> <b><span style="font-weight:bold;">From:</span></b> Alexandru Juncu <alex.juncu@rosedu.org><br> <b><span style="font-weight: bold;">To:</span></b> Martin Smith <smith_it2000@yahoo.com> <br><b><span
style="font-weight: bold;">Cc:</span></b> "kernelnewbies@kernelnewbies.org" <kernelnewbies@kernelnewbies.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, 20 December 2011, 13:48<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: 3.2.0-rc1 could not find module<br> </font> <br>On Tue, Dec 20, 2011 at 3:06 PM, Martin Smith <<a ymailto="mailto:smith_it2000@yahoo.com" href="mailto:smith_it2000@yahoo.com">smith_it2000@yahoo.com</a>> wrote:<br>> I used git to down load the source code.<br>><br>> I did:<br>><br>> make defconfig<br>> make<br>> make modules<br>> make modules_install<br>> make install<br>><br>> make install had problems:<br>><br>> sh /usr/data/KERNEL/linux-stable/arch/x86/boot/install.sh 3.2.0-rc1<br>> arch/x86/boot/bzImage \<br>> System.map "/boot"<br>> ERROR:
modinfo: could not find module autofs4<br>> ERROR: modinfo: could not find module fcoe<br>> ERROR: modinfo: could not find module 8021q<br>> ERROR: modinfo: could not find module libfcoe<br>> ERROR: modinfo: could not find module garp<br>> ERROR: modinfo: could not find module libfc<br>> ERROR: modinfo: could not find module stp<br>> ERROR: modinfo: could not find module llc<br>> ERROR: modinfo: could not find module scsi_transport_fc<br>> ERROR: modinfo: could not find module scsi_tgt<br>> ERROR: modinfo: could not find module sunrpc<br>> ERROR: modinfo: could not find module ip6t_REJECT<br>> ERROR: modinfo: could not find module nf_conntrack_ipv6<br>> ERROR: modinfo: could not find module xt_state<br>> ERROR: modinfo: could not find module nf_conntrack<br>> ERROR: modinfo: could not find module ip6table_filter<br>> ERROR: modinfo: could not find module ip6_tables<br>> ERROR: modinfo: could not find
module ipv6<br>> ERROR: modinfo: could not find module xfs<br>> ERROR: modinfo: could not find module exportfs<br>> ERROR: modinfo: could not find module dm_mirror<br>> ERROR: modinfo: could not find module dm_region_hash<br>> ERROR: modinfo: could not find module dm_log<br>> ERROR: modinfo: could not find module raid456<br>> ERROR: modinfo: could not find module async_raid6_recov<br>> ERROR: modinfo: could not find module async_pq<br>> ERROR: modinfo: could not find module raid6_pq<br>> ERROR: modinfo: could not find module async_xor<br>> ERROR: modinfo: could not find module xor<br>> ERROR: modinfo: could not find module async_memcpy<br>> ERROR: modinfo: could not find module async_tx<br>> ERROR: modinfo: could not find module ppdev<br>> ERROR: modinfo: could not find module parport_pc<br>> ERROR: modinfo: could not find module parport<br>> ERROR: modinfo: could not find module sg<br>> ERROR:
modinfo: could not find module i2c_piix4<br>> ERROR: modinfo: could not find module i2c_core<br>> ERROR: modinfo: could not find module snd_intel8x0<br>> ERROR: modinfo: could not find module snd_ac97_codec<br>> ERROR: modinfo: could not find module ac97_bus<br>> ERROR: modinfo: could not find module snd_seq<br>> ERROR: modinfo: could not find module snd_seq_device<br>> ERROR: modinfo: could not find module snd_pcm<br>> ERROR: modinfo: could not find module snd_timer<br>> ERROR: modinfo: could not find module snd<br>> ERROR: modinfo: could not find module soundcore<br>> ERROR: modinfo: could not find module snd_page_alloc<br>> ERROR: modinfo: could not find module e1000<br>> ERROR: modinfo: could not find module ext3<br>> ERROR: modinfo: could not find module jbd<br>> ERROR: modinfo: could not find module mbcache<br>> ERROR: modinfo: could not find module raid1<br>> ERROR: modinfo: could not find module
sd_mod<br>> ERROR: modinfo: could not find module crc_t10dif<br>> ERROR: modinfo: could not find module sr_mod<br>> ERROR: modinfo: could not find module cdrom<br>> ERROR: modinfo: could not find module ahci<br>> ERROR: modinfo: could not find module pata_acpi<br>> ERROR: modinfo: could not find module ata_generic<br>> ERROR: modinfo: could not find module ata_piix<br>> ERROR: modinfo: could not find module dm_mod<br>><br>> It did however update grub and I had the option to boot from the new kernel.<br>><br>> When I did boot from the new kernel, it gave the error "Could not find root<br>> device"<br>><br>> I'm guessing that is because (amoung other things) the ext3 module was not<br>> found.<br>><br>> When I looked at the make output a ext3.o has been built. And I can see it<br>> here:<br>><br>> [root@bk508 linux-stable]# find . -name ext3.o<br>> ./fs/ext3/ext3.o<br>><br>> Yet
somehow the make install is not finding it.<br>><br>> Any help would be appreciated.<br><br>Did you notice any errors while running make modules or make<br>modules_install? Keep in mind that the make modules_install and make<br>install need root access to copy the files in the correct system<br>locations (make and make modules can be run as a normal user).<br><br>-- <br>Alexandru Juncu<br><br>ROSEdu<br><a href="http://rosedu.org" target="_blank">http://rosedu.org</a><br><br>_______________________________________________<br>Kernelnewbies mailing list<br><a ymailto="mailto:Kernelnewbies@kernelnewbies.org" href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br><a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br><br><br> </div> </div> </div></body></html>