kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* compile kernel 3.0.34 errors
@ 2012-08-28  8:08 wenrongbupt
  2012-08-28  8:19 ` Mulyadi Santosa
  2012-08-28 16:03 ` Anuz Pratap Singh Tomar
  0 siblings, 2 replies; 14+ messages in thread
From: wenrongbupt @ 2012-08-28  8:08 UTC (permalink / raw)
  To: kernelnewbies

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

I don't know how to solve this problem.Please help me!Thank you very much.

Regards

Vincent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120828/3b93c4d0/attachment.html 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* compile kernel 3.0.34 errors
  2012-08-28  8:08 compile kernel 3.0.34 errors wenrongbupt
@ 2012-08-28  8:19 ` Mulyadi Santosa
  2012-08-28  8:39   ` Vivek Panwar
  2012-08-28 16:03 ` Anuz Pratap Singh Tomar
  1 sibling, 1 reply; 14+ messages in thread
From: Mulyadi Santosa @ 2012-08-28  8:19 UTC (permalink / raw)
  To: kernelnewbies

On Tue, Aug 28, 2012 at 3:08 PM, wenrongbupt <wenrongbupt@gmail.com> 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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* compile kernel 3.0.34 errors
  2012-08-28  8:19 ` Mulyadi Santosa
@ 2012-08-28  8:39   ` Vivek Panwar
  2012-08-28 12:00     ` wenrongbupt
  2012-08-28 12:08     ` wenrongbupt
  0 siblings, 2 replies; 14+ messages in thread
From: Vivek Panwar @ 2012-08-28  8:39 UTC (permalink / raw)
  To: kernelnewbies

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
<mulyadi.santosa@gmail.com>wrote:

> On Tue, Aug 28, 2012 at 3:08 PM, wenrongbupt <wenrongbupt@gmail.com>
> 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/2597286a/attachment.html 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* compile kernel 3.0.34 errors
  2012-08-28  8:39   ` Vivek Panwar
@ 2012-08-28 12:00     ` wenrongbupt
  2012-08-28 16:47       ` Mulyadi Santosa
  2012-08-28 12:08     ` wenrongbupt
  1 sibling, 1 reply; 14+ messages in thread
From: wenrongbupt @ 2012-08-28 12:00 UTC (permalink / raw)
  To: kernelnewbies

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 <mulyadi.santosa@gmail.com> wrote:

On Tue, Aug 28, 2012 at 3:08 PM, wenrongbupt <wenrongbupt@gmail.com> 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 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* compile kernel 3.0.34 errors
  2012-08-28  8:39   ` Vivek Panwar
  2012-08-28 12:00     ` wenrongbupt
@ 2012-08-28 12:08     ` wenrongbupt
  1 sibling, 0 replies; 14+ messages in thread
From: wenrongbupt @ 2012-08-28 12:08 UTC (permalink / raw)
  To: kernelnewbies

After I run make mrproper, I was run make menuconfig to configure the kernel. But I didn't change anything,just use the default configuration.
> make mrproper
> make bzImage
> make modules
> make modules_install
> make install




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 <mulyadi.santosa@gmail.com> wrote:

On Tue, Aug 28, 2012 at 3:08 PM, wenrongbupt <wenrongbupt@gmail.com> 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/5ac08e63/attachment.html 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* compile kernel 3.0.34 errors
  2012-08-28  8:08 compile kernel 3.0.34 errors wenrongbupt
  2012-08-28  8:19 ` Mulyadi Santosa
@ 2012-08-28 16:03 ` Anuz Pratap Singh Tomar
  2012-08-29  1:55   ` wenrongbupt
  1 sibling, 1 reply; 14+ messages in thread
From: Anuz Pratap Singh Tomar @ 2012-08-28 16:03 UTC (permalink / raw)
  To: kernelnewbies

On Tue, Aug 28, 2012 at 9:08 AM, wenrongbupt <wenrongbupt@gmail.com> 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
>
> you need a .config
you can use make menuconfig  to create the required .config

>  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
>
> I don't know how to solve this problem.Please help me!Thank you very much.
>
> Regards
>
> Vincent
>
>
> _______________________________________________
> 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/6039e199/attachment.html 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* compile kernel 3.0.34 errors
  2012-08-28 12:00     ` wenrongbupt
@ 2012-08-28 16:47       ` Mulyadi Santosa
  2012-08-29  0:48         ` wenrongbupt
  0 siblings, 1 reply; 14+ messages in thread
From: Mulyadi Santosa @ 2012-08-28 16:47 UTC (permalink / raw)
  To: kernelnewbies

On Tue, Aug 28, 2012 at 7:00 PM, wenrongbupt <wenrongbupt@gmail.com> wrote:
> 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

I have a good guess that somehow you accidentally or inaccidentally
use your distro default kernel config.

So, what you might need to do before make mrproper is probably
temporarily move every config file in /boot to somewhere else, say
/tmp:
mv /boot/config-* /tmp

then use casual mantra....

let's see if that helps...




-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

^ permalink raw reply	[flat|nested] 14+ messages in thread

* compile kernel 3.0.34 errors
  2012-08-28 16:47       ` Mulyadi Santosa
@ 2012-08-29  0:48         ` wenrongbupt
  0 siblings, 0 replies; 14+ messages in thread
From: wenrongbupt @ 2012-08-29  0:48 UTC (permalink / raw)
  To: kernelnewbies

I follow your steps,but it still has errors.

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: Mulyadi Santosa
Date: 2012-08-29 00:47
To: wenrongbupt
CC: Vivek Panwar; kernelnewbies
Subject: Re: Re: compile kernel 3.0.34 errors
On Tue, Aug 28, 2012 at 7:00 PM, wenrongbupt <wenrongbupt@gmail.com> wrote:
> 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

I have a good guess that somehow you accidentally or inaccidentally
use your distro default kernel config.

So, what you might need to do before make mrproper is probably
temporarily move every config file in /boot to somewhere else, say
/tmp:
mv /boot/config-* /tmp

then use casual mantra....

let's see if that helps...




-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120829/d14b959c/attachment.html 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* compile kernel 3.0.34 errors
  2012-08-28 16:03 ` Anuz Pratap Singh Tomar
@ 2012-08-29  1:55   ` wenrongbupt
  2012-08-29  3:17     ` Mulyadi Santosa
  0 siblings, 1 reply; 14+ messages in thread
From: wenrongbupt @ 2012-08-29  1:55 UTC (permalink / raw)
  To: kernelnewbies

I follow a full steps as following:
make mrproper
make menuconfig
make bzImage
make modules
make modules_install
make install
It still has following errors:
ERROR: modinfo: could not find module twofish
ERROR: modinfo: could not find module i2c

Please help me! Thank you.





wenrongbupt

From: Anuz Pratap Singh Tomar
Date: 2012-08-29 00:03
To: wenrongbupt
CC: kernelnewbies
Subject: Re: compile kernel 3.0.34 errors



On Tue, Aug 28, 2012 at 9:08 AM, wenrongbupt <wenrongbupt@gmail.com> 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
you need a .config
you can use make menuconfig  to create the required .config

I run make menuconfig in here, but forgot to wirte down,sorry!

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

I don't know how to solve this problem.Please help me!Thank you very much.

Regards

Vincent

_______________________________________________
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/20120829/eec7c808/attachment.html 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* compile kernel 3.0.34 errors
  2012-08-29  1:55   ` wenrongbupt
@ 2012-08-29  3:17     ` Mulyadi Santosa
  2012-08-29  4:38       ` wenrongbupt
  0 siblings, 1 reply; 14+ messages in thread
From: Mulyadi Santosa @ 2012-08-29  3:17 UTC (permalink / raw)
  To: kernelnewbies

Hi....

On Wed, Aug 29, 2012 at 8:55 AM, wenrongbupt <wenrongbupt@gmail.com> wrote:
> I follow a full steps as following:
> make mrproper
> make menuconfig
> make bzImage
> make modules
> make modules_install
> make install
> It still has following errors:
> ERROR: modinfo: could not find module twofish
> ERROR: modinfo: could not find module i2c
>
> Please help me! Thank you.


ANyway, do you see newly built initrd in /boot? I guess it should be
like /boot/initrd-3.0.34 ...


-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

^ permalink raw reply	[flat|nested] 14+ messages in thread

* compile kernel 3.0.34 errors
  2012-08-29  3:17     ` Mulyadi Santosa
@ 2012-08-29  4:38       ` wenrongbupt
  2012-08-29  4:54         ` madper
  0 siblings, 1 reply; 14+ messages in thread
From: wenrongbupt @ 2012-08-29  4:38 UTC (permalink / raw)
  To: kernelnewbies

Hi,
I am not find initrd in /boot, but has initramfs-3.0.34.img.
Thank you.






wenrongbupt

From: Mulyadi Santosa
Date: 2012-08-29 11:17
To: wenrongbupt
CC: Anuz Pratap Singh Tomar; kernelnewbies
Subject: Re: Re: compile kernel 3.0.34 errors
Hi....

On Wed, Aug 29, 2012 at 8:55 AM, wenrongbupt <wenrongbupt@gmail.com> wrote:
> I follow a full steps as following:
> make mrproper
> make menuconfig
> make bzImage
> make modules
> make modules_install
> make install
> It still has following errors:
> ERROR: modinfo: could not find module twofish
> ERROR: modinfo: could not find module i2c
>
> Please help me! Thank you.


ANyway, do you see newly built initrd in /boot? I guess it should be
like /boot/initrd-3.0.34 ...


-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120829/67984032/attachment.html 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* compile kernel 3.0.34 errors
  2012-08-29  4:38       ` wenrongbupt
@ 2012-08-29  4:54         ` madper
  2012-08-29  4:58           ` wenrongbupt
  2012-09-14 10:45           ` zhaoqiao
  0 siblings, 2 replies; 14+ messages in thread
From: madper @ 2012-08-29  4:54 UTC (permalink / raw)
  To: kernelnewbies

On Wed, 29 Aug 2012 12:38:43 +0800, wenrongbupt <wenrongbupt@gmail.com>  
wrote:

> Hi,
> I am not find initrd in /boot, but has initramfs-3.0.34.img.
> Thank you.
>
Hi, how to creat that img? How about using mkinitcpio?
>wenrongbupt
>From: Mulyadi Santosa
> Date: 2012-08-29 11:17
> To: wenrongbupt
> CC: Anuz Pratap Singh Tomar; kernelnewbies
> Subject: Re: Re: compile kernel 3.0.34 errors
> Hi....
>On Wed, Aug 29, 2012 at 8:55 AM, wenrongbupt <wenrongbupt@gmail.com>  
> wrote:
>> I follow a full steps as following:
>> make mrproper
>> make menuconfig
>> make bzImage
>> make modules
>> make modules_install
>> make install
>> It still has following errors:
>> ERROR: modinfo: could not find module twofish
>> ERROR: modinfo: could not find module i2c
>>
>> Please help me! Thank you.
>ANyway, do you see newly built initrd in /boot? I guess it should be
> like /boot/initrd-3.0.34 ...
>--regards,
>Mulyadi Santosa
> Freelance Linux trainer and consultant
>blog: the-hydra.blogspot.com
> training: mulyaditraining.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120829/24a14d6a/attachment-0001.html 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* compile kernel 3.0.34 errors
  2012-08-29  4:54         ` madper
@ 2012-08-29  4:58           ` wenrongbupt
  2012-09-14 10:45           ` zhaoqiao
  1 sibling, 0 replies; 14+ messages in thread
From: wenrongbupt @ 2012-08-29  4:58 UTC (permalink / raw)
  To: kernelnewbies

Hi,
I didn't use mkinitcpio or other special things. I just follow these steps
> make mrproper
> make menuconfig
> make bzImage
> make modules
> make modules_install
> make install





wenrongbupt

From: madper
Date: 2012-08-29 12:54
To: wenrongbupt
CC: kernelnewbies
Subject: Re: Re: compile kernel 3.0.34 errors
On Wed, 29 Aug 2012 12:38:43 +0800, wenrongbupt <wenrongbupt@gmail.com> wrote:


Hi,
I am not find initrd in /boot, but has initramfs-3.0.34.img.
Thank you.

Hi, how to creat that img? How about using mkinitcpio? 





wenrongbupt

From: Mulyadi Santosa
Date: 2012-08-29 11:17
To: wenrongbupt
CC: Anuz Pratap Singh Tomar; kernelnewbies
Subject: Re: Re: compile kernel 3.0.34 errors
Hi....

On Wed, Aug 29, 2012 at 8:55 AM, wenrongbupt <wenrongbupt@gmail.com> wrote:
> I follow a full steps as following:
> make mrproper
> make menuconfig
> make bzImage
> make modules
> make modules_install
> make install
> It still has following errors:
> ERROR: modinfo: could not find module twofish
> ERROR: modinfo: could not find module i2c
>
> Please help me! Thank you.


ANyway, do you see newly built initrd in /boot? I guess it should be
like /boot/initrd-3.0.34 ...


-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120829/3230797c/attachment.html 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* compile kernel 3.0.34 errors
  2012-08-29  4:54         ` madper
  2012-08-29  4:58           ` wenrongbupt
@ 2012-09-14 10:45           ` zhaoqiao
  1 sibling, 0 replies; 14+ messages in thread
From: zhaoqiao @ 2012-09-14 10:45 UTC (permalink / raw)
  To: kernelnewbies

2012/8/29 madper <bbboson@gmail.com>

> **
> On Wed, 29 Aug 2012 12:38:43 +0800, wenrongbupt <wenrongbupt@gmail.com>
> wrote:
>
> Hi,
> I am not find initrd in /boot, but has initramfs-3.0.34.img.
> Thank you.
>
>
> Hi, how to creat that img? How about using mkinitcpio?
>
Hi,
    You can use mkinitramfs creat img file.
    Entry the directory you complied, executed: mkinitramfs -o initrd.img
    you can man.
-----
Thanks,
Qiao

>
>
> ------------------------------
> wenrongbupt
>
>  *From:* Mulyadi Santosa <mulyadi.santosa@gmail.com>
> *Date:* 2012-08-29 11:17
> *To:* wenrongbupt <wenrongbupt@gmail.com>
> *CC:* Anuz Pratap Singh Tomar <chambilkethakur@gmail.com>; kernelnewbies<kernelnewbies@kernelnewbies.org>
> *Subject:* Re: Re: compile kernel 3.0.34 errors
>  Hi....
>
> On Wed, Aug 29, 2012 at 8:55 AM, wenrongbupt <wenrongbupt@gmail.com
> > wrote:
> > I follow a full steps as following:
> > make mrproper
> > make menuconfig
> > make bzImage
> > make modules
> > make modules_install
> > make install
> > It still has following errors:
> > ERROR: modinfo: could not find module twofish
> > ERROR: modinfo: could not find module i2c
> >
> > Please help me! Thank you.
>
>
> ANyway, do you see newly built initrd in /boot? I guess it should be
> like /boot/initrd-3.0.34 ...
>
>
> --
> 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/20120914/0ae5c56e/attachment.html 

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-09-14 10:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-28  8:08 compile kernel 3.0.34 errors wenrongbupt
2012-08-28  8:19 ` Mulyadi Santosa
2012-08-28  8:39   ` Vivek Panwar
2012-08-28 12:00     ` wenrongbupt
2012-08-28 16:47       ` Mulyadi Santosa
2012-08-29  0:48         ` wenrongbupt
2012-08-28 12:08     ` wenrongbupt
2012-08-28 16:03 ` Anuz Pratap Singh Tomar
2012-08-29  1:55   ` wenrongbupt
2012-08-29  3:17     ` Mulyadi Santosa
2012-08-29  4:38       ` wenrongbupt
2012-08-29  4:54         ` madper
2012-08-29  4:58           ` wenrongbupt
2012-09-14 10:45           ` zhaoqiao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).