From mboxrd@z Thu Jan 1 00:00:00 1970 From: wenrongbupt@gmail.com (wenrongbupt) Date: Tue, 28 Aug 2012 20:00:27 +0800 Subject: compile kernel 3.0.34 errors References: <201208281608407030011@gmail.com> , Message-ID: <201208282000180938932@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org I follow your procedure,the build result as following: It seems there are more modules could not find now. ERROR: modinfo: could not find module bluetooth ERROR: modinfo: could not find module rfkill ERROR: modinfo: could not find module authenc ERROR: modinfo: could not find module esp4 ERROR: modinfo: could not find module xfrm4_mode_tunnel ERROR: modinfo: could not find module deflate ERROR: modinfo: could not find module zlib_deflate ERROR: modinfo: could not find module ctr ERROR: modinfo: could not find module twofish ERROR: modinfo: could not find module twofish_common ERROR: modinfo: could not find module camellia ERROR: modinfo: could not find module serpent ERROR: modinfo: could not find module blowfish ERROR: modinfo: could not find module cast5 ERROR: modinfo: could not find module des_generic ERROR: modinfo: could not find module cbc ERROR: modinfo: could not find module aes_i586 ERROR: modinfo: could not find module aes_generic ERROR: modinfo: could not find module xcbc ERROR: modinfo: could not find module rmd160 ERROR: modinfo: could not find module sha512_generic ERROR: modinfo: could not find module sha256_generic ERROR: modinfo: could not find module crypto_null ERROR: modinfo: could not find module af_key ERROR: modinfo: could not find module ppdev ERROR: modinfo: could not find module parport_pc ERROR: modinfo: could not find module lp ERROR: modinfo: could not find module parport ERROR: modinfo: could not find module nfsd ERROR: modinfo: could not find module lockd ERROR: modinfo: could not find module nfs_acl ERROR: modinfo: could not find module auth_rpcgss ERROR: modinfo: could not find module exportfs ERROR: modinfo: could not find module fuse ERROR: modinfo: could not find module sunrpc ERROR: modinfo: could not find module ipv6 ERROR: modinfo: could not find module uinput ERROR: modinfo: could not find module snd_hda_codec_realtek ERROR: modinfo: could not find module snd_hda_intel ERROR: modinfo: could not find module iTCO_wdt ERROR: modinfo: could not find module snd_hda_codec ERROR: modinfo: could not find module iTCO_vendor_support ERROR: modinfo: could not find module snd_hwdep ERROR: modinfo: could not find module broadcom ERROR: modinfo: could not find module snd_seq ERROR: modinfo: could not find module i2c_i801 ERROR: modinfo: could not find module r8169 ERROR: modinfo: could not find module snd_seq_device ERROR: modinfo: could not find module mii ERROR: modinfo: could not find module snd_pcm ERROR: modinfo: could not find module snd_timer ERROR: modinfo: could not find module snd ERROR: modinfo: could not find module soundcore ERROR: modinfo: could not find module snd_page_alloc ERROR: modinfo: could not find module serio_raw ERROR: modinfo: could not find module tg3 ERROR: modinfo: could not find module microcode ERROR: modinfo: could not find module dcdbas ERROR: modinfo: could not find module i915 ERROR: modinfo: could not find module drm_kms_helper ERROR: modinfo: could not find module drm ERROR: modinfo: could not find module i2c_algo_bit ERROR: modinfo: could not find module i2c_core ERROR: modinfo: could not find module video ERROR: modinfo: could not find module output wenrongbupt From: Vivek Panwar Date: 2012-08-28 17:09 To: Mulyadi Santosa CC: wenrongbupt; kernelnewbies Subject: Re: compile kernel 3.0.34 errors Please follow below procedure: First configure your kernel with below command: make defconfig make all (compile your kernel) make bzimage (you can do but its not required) make modules make modules_install make install update grub Thanks Vivek On Tue, Aug 28, 2012 at 1:49 PM, Mulyadi Santosa wrote: On Tue, Aug 28, 2012 at 3:08 PM, wenrongbupt wrote: > Hi guys, > I am using Fedora 13(kernel version is 2.6.33.3-85.fc13.i686.PAE) and try to > build kernel 3.0.34. I am follow these steps: > > > make mrproper > make bzImage > make modules > make modules_install > make install > > > Every step is succeed except make install > It has following errors: > ERROR: modinfo: could not find module twofish > ERROR: modinfo: could not find module i2c wait, I think you forgot "make defconfig", or "make localmodconfig" if you want to mimic current kernel config..... -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com _______________________________________________ Kernelnewbies mailing list Kernelnewbies at kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120828/8507d814/attachment-0001.html