<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>&nbsp; CHK&nbsp;&nbsp;&nbsp;&nbsp; include/linux/version.h<br>&nbsp; CHK&nbsp;&nbsp;&nbsp;&nbsp; include/generated/utsrelease.h<br>&nbsp; CALL&nbsp;&nbsp;&nbsp; scripts/checksyscalls.sh<br>&nbsp; Building modules, stage 2.<br>&nbsp; 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 &lt;alex.juncu@rosedu.org&gt;<br> <b><span style="font-weight: bold;">To:</span></b> Martin Smith &lt;smith_it2000@yahoo.com&gt; <br><b><span
 style="font-weight: bold;">Cc:</span></b> "kernelnewbies@kernelnewbies.org" &lt;kernelnewbies@kernelnewbies.org&gt; <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 &lt;<a ymailto="mailto:smith_it2000@yahoo.com" href="mailto:smith_it2000@yahoo.com">smith_it2000@yahoo.com</a>&gt; wrote:<br>&gt; I used git to down load the source code.<br>&gt;<br>&gt; I did:<br>&gt;<br>&gt; make defconfig<br>&gt; make<br>&gt; make modules<br>&gt; make modules_install<br>&gt; make install<br>&gt;<br>&gt; make install had problems:<br>&gt;<br>&gt; sh /usr/data/KERNEL/linux-stable/arch/x86/boot/install.sh 3.2.0-rc1<br>&gt; arch/x86/boot/bzImage \<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.map "/boot"<br>&gt; ERROR:
 modinfo: could not find module autofs4<br>&gt; ERROR: modinfo: could not find module fcoe<br>&gt; ERROR: modinfo: could not find module 8021q<br>&gt; ERROR: modinfo: could not find module libfcoe<br>&gt; ERROR: modinfo: could not find module garp<br>&gt; ERROR: modinfo: could not find module libfc<br>&gt; ERROR: modinfo: could not find module stp<br>&gt; ERROR: modinfo: could not find module llc<br>&gt; ERROR: modinfo: could not find module scsi_transport_fc<br>&gt; ERROR: modinfo: could not find module scsi_tgt<br>&gt; ERROR: modinfo: could not find module sunrpc<br>&gt; ERROR: modinfo: could not find module ip6t_REJECT<br>&gt; ERROR: modinfo: could not find module nf_conntrack_ipv6<br>&gt; ERROR: modinfo: could not find module xt_state<br>&gt; ERROR: modinfo: could not find module nf_conntrack<br>&gt; ERROR: modinfo: could not find module ip6table_filter<br>&gt; ERROR: modinfo: could not find module ip6_tables<br>&gt; ERROR: modinfo: could not find
 module ipv6<br>&gt; ERROR: modinfo: could not find module xfs<br>&gt; ERROR: modinfo: could not find module exportfs<br>&gt; ERROR: modinfo: could not find module dm_mirror<br>&gt; ERROR: modinfo: could not find module dm_region_hash<br>&gt; ERROR: modinfo: could not find module dm_log<br>&gt; ERROR: modinfo: could not find module raid456<br>&gt; ERROR: modinfo: could not find module async_raid6_recov<br>&gt; ERROR: modinfo: could not find module async_pq<br>&gt; ERROR: modinfo: could not find module raid6_pq<br>&gt; ERROR: modinfo: could not find module async_xor<br>&gt; ERROR: modinfo: could not find module xor<br>&gt; ERROR: modinfo: could not find module async_memcpy<br>&gt; ERROR: modinfo: could not find module async_tx<br>&gt; ERROR: modinfo: could not find module ppdev<br>&gt; ERROR: modinfo: could not find module parport_pc<br>&gt; ERROR: modinfo: could not find module parport<br>&gt; ERROR: modinfo: could not find module sg<br>&gt; ERROR:
 modinfo: could not find module i2c_piix4<br>&gt; ERROR: modinfo: could not find module i2c_core<br>&gt; ERROR: modinfo: could not find module snd_intel8x0<br>&gt; ERROR: modinfo: could not find module snd_ac97_codec<br>&gt; ERROR: modinfo: could not find module ac97_bus<br>&gt; ERROR: modinfo: could not find module snd_seq<br>&gt; ERROR: modinfo: could not find module snd_seq_device<br>&gt; ERROR: modinfo: could not find module snd_pcm<br>&gt; ERROR: modinfo: could not find module snd_timer<br>&gt; ERROR: modinfo: could not find module snd<br>&gt; ERROR: modinfo: could not find module soundcore<br>&gt; ERROR: modinfo: could not find module snd_page_alloc<br>&gt; ERROR: modinfo: could not find module e1000<br>&gt; ERROR: modinfo: could not find module ext3<br>&gt; ERROR: modinfo: could not find module jbd<br>&gt; ERROR: modinfo: could not find module mbcache<br>&gt; ERROR: modinfo: could not find module raid1<br>&gt; ERROR: modinfo: could not find module
 sd_mod<br>&gt; ERROR: modinfo: could not find module crc_t10dif<br>&gt; ERROR: modinfo: could not find module sr_mod<br>&gt; ERROR: modinfo: could not find module cdrom<br>&gt; ERROR: modinfo: could not find module ahci<br>&gt; ERROR: modinfo: could not find module pata_acpi<br>&gt; ERROR: modinfo: could not find module ata_generic<br>&gt; ERROR: modinfo: could not find module ata_piix<br>&gt; ERROR: modinfo: could not find module dm_mod<br>&gt;<br>&gt; It did however update grub and I had the option to boot from the new kernel.<br>&gt;<br>&gt; When I did boot from the new kernel, it gave the error "Could not find root<br>&gt; device"<br>&gt;<br>&gt; I'm guessing that is because (amoung other things) the ext3 module was not<br>&gt; found.<br>&gt;<br>&gt; When I looked at the make output a ext3.o has been built. And I can see it<br>&gt; here:<br>&gt;<br>&gt; [root@bk508 linux-stable]# find . -name ext3.o<br>&gt; ./fs/ext3/ext3.o<br>&gt;<br>&gt; Yet
 somehow the make install is not finding it.<br>&gt;<br>&gt; 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>