<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 07-11-2011 23:15, ashish anand wrote:
    <blockquote
cite="mid:CAFC7R0cPJx7RP5==3bsy58JfHUhiTcN7_u3rQ1_DqtbjPzhcaw@mail.gmail.com"
      type="cite">Hi ,<br>
      I am using vmware on windows 7 and try to built kernel version
      3.0.4 .<br>
      I am following this procedure <br>
      <br>
      make defconfig&nbsp;&nbsp;&nbsp; <br>
      make<br>
      make modules <br>
      make modules_install<br>
      make install<br>
      Every step succeds except <span style="background-color: rgb(255,
        255, 51);">make install</span><br>
      Its throwing me following message<br>
      <br>
      <b>sh /home/ashu/linux-3.0.4/linux-3.0.4/arch/x86/boot/install.sh
        3.0.4 arch/x86/boot/bzImage \<br>
        &nbsp;&nbsp;&nbsp; System.map "/boot"<br>
        ERROR: modinfo: could not find module fuse<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 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 uinput<br>
        ERROR: modinfo: could not find module snd_ens1371<br>
        ERROR: modinfo: could not find module gameport<br>
        ERROR: modinfo: could not find module snd_rawmidi<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 ppdev<br>
        ERROR: modinfo: could not find module snd_timer<br>
        ERROR: modinfo: could not find module parport_pc<br>
        ERROR: modinfo: could not find module snd<br>
        ERROR: modinfo: could not find module parport<br>
        ERROR: modinfo: could not find module microcode<br>
        ERROR: modinfo: could not find module soundcore<br>
        ERROR: modinfo: could not find module vmware_balloon<br>
        ERROR: modinfo: could not find module snd_page_alloc<br>
        ERROR: modinfo: could not find module pcnet32<br>
        ERROR: modinfo: could not find module mii<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 mptspi<br>
        ERROR: modinfo: could not find module mptscsih<br>
        ERROR: modinfo: could not find module mptbase<br>
        ERROR: modinfo: could not find module scsi_transport_spi<br>
        <br>
      </b>I wonder if my Vmware workstation is creating a problem?<br>
      <br>
      Or <br>
      If I am using make defconfig why are these modules not bulit.<br>
      Please help I am stuck.<br>
      <br>
      Thanks and Regards<br>
      Ashish Anand<br>
      "Growth Should Not Kill Innovation"<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Kernelnewbies mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a>
<a class="moz-txt-link-freetext" href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a>
</pre>
    </blockquote>
    make defconfig takes default options present in config file of
    particular architecture say x86_64 which is present in source code.
    Out of these modules you might not be needing all. So try using make
    oldconfig. <br>
  </body>
</html>