All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem installing vanilla kernel on Fedora 13
@ 2011-07-22  1:28 Vaibhav Jain
  2011-07-23  0:44 ` Vaibhav Jain
  0 siblings, 1 reply; 6+ messages in thread
From: Vaibhav Jain @ 2011-07-22  1:28 UTC (permalink / raw)
  To: kernelnewbies

Hi,

I am trying to install an extra vanilla kernel on Fedora 13. The Fedora 13
runs on vmware virtual machine.
I installed it using and iso of live cd. A 'uname -r' gives the version as
2.6.33-85.fc13.i686.

The kernel version I am trying to install is 2.6.38.8

I am following these steps :

- Download kernel source and unzip it
- make menuconfig (Saved the config)
- make
- make modules_install
- make install

However as soon as i do a 'make install ' an error message appears saying :

"ERROR:modinfo:could not find module i2c_core"

I could find the options for i2c in the config menu and enabled some of them
but didn't help.
Could anyone please tell me how to debug this error ? I  have tried the same
thing on Fedora 14 earlier and there was
no such problem.

Thanks
Vaibhav Jain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110721/71f60dde/attachment.html 

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

* Problem installing vanilla kernel on Fedora 13
@ 2011-07-22  4:01 srivatsa bhat
  2011-07-22  5:00 ` Prashant Shah
  0 siblings, 1 reply; 6+ messages in thread
From: srivatsa bhat @ 2011-07-22  4:01 UTC (permalink / raw)
  To: kernelnewbies

Hi Vaibhav,

>Hi,

>I am trying to install an extra vanilla kernel on Fedora 13. The Fedora 13
runs on vmware virtual machine.
>I installed it using and iso of live cd. A 'uname -r' gives the version as
2.6.33-85.fc13.i686.

>The kernel version I am trying to install is 2.6.38.8

>I am following these steps :

>- Download kernel source and unzip it
>- make menuconfig (Saved the config)
>- make
>- make modules_install
>- make install

>However as soon as i do a 'make install ' an error message appears saying :

>"ERROR:modinfo:could not find module i2c_core"

>I could find the options for i2c in the config menu and enabled some of
them but didn't help.
>Could anyone please tell me how to debug this error ? I  have tried the
same thing on Fedora 14 earlier and there was
>no such problem.

>Thanks
>Vaibhav Jain

Try running make localmodconfig after running make menuconfig. The former
command finds out all the currently loaded kernel modules, device drivers
etc and ensures that all the config options necessary for them are set in
the .config file.

Regards,
Srivatsa S. Bhat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110722/5c836c5f/attachment.html 

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

* Problem installing vanilla kernel on Fedora 13
  2011-07-22  4:01 Problem installing vanilla kernel on Fedora 13 srivatsa bhat
@ 2011-07-22  5:00 ` Prashant Shah
  2011-07-22  5:23   ` Srivatsa S. Bhat
  0 siblings, 1 reply; 6+ messages in thread
From: Prashant Shah @ 2011-07-22  5:00 UTC (permalink / raw)
  To: kernelnewbies

Hi,


>>- Download kernel source and unzip it
>>- make menuconfig (Saved the config)
>>- make
>>- make modules_install
>>- make install

you need to do "make modules" after doing "make"

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

* Problem installing vanilla kernel on Fedora 13
  2011-07-22  5:00 ` Prashant Shah
@ 2011-07-22  5:23   ` Srivatsa S. Bhat
  0 siblings, 0 replies; 6+ messages in thread
From: Srivatsa S. Bhat @ 2011-07-22  5:23 UTC (permalink / raw)
  To: kernelnewbies

On 07/22/2011 10:30 AM, Prashant Shah wrote:
> Hi,
>
>
>>> - Download kernel source and unzip it
>>> - make menuconfig (Saved the config)
>>> - make
>>> - make modules_install
>>> - make install
> you need to do "make modules" after doing "make"
Of course! I didnt notice that Vaibhav didnt do it!

-- 
Regards,
Srivatsa S. Bhat

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

* Problem installing vanilla kernel on Fedora 13
  2011-07-22  1:28 Vaibhav Jain
@ 2011-07-23  0:44 ` Vaibhav Jain
  2011-07-23  3:43   ` Mulyadi Santosa
  0 siblings, 1 reply; 6+ messages in thread
From: Vaibhav Jain @ 2011-07-23  0:44 UTC (permalink / raw)
  To: kernelnewbies

Hi,

This is related to the problem below.
Can anybody please tell me how to find out which modules would required to
be
compiled and installed before installing a vanilla kernel.
I followed the steps in the email below, this time for Fedora 14 but it
threw an error for some
other module which I knowingly did not compile.I need to know which modules
should not
be left while compiling and installing a vanilla kernel.

Thanks
Vaibhav Jain

On Thu, Jul 21, 2011 at 6:28 PM, Vaibhav Jain <vjoss197@gmail.com> wrote:

> Hi,
>
> I am trying to install an extra vanilla kernel on Fedora 13. The Fedora 13
> runs on vmware virtual machine.
> I installed it using and iso of live cd. A 'uname -r' gives the version as
> 2.6.33-85.fc13.i686.
>
> The kernel version I am trying to install is 2.6.38.8
>
> I am following these steps :
>
> - Download kernel source and unzip it
> - make menuconfig (Saved the config)
> - make
> - make modules_install
> - make install
>
> However as soon as i do a 'make install ' an error message appears saying :
>
> "ERROR:modinfo:could not find module i2c_core"
>
> I could find the options for i2c in the config menu and enabled some of
> them but didn't help.
> Could anyone please tell me how to debug this error ? I  have tried the
> same thing on Fedora 14 earlier and there was
> no such problem.
>
> Thanks
> Vaibhav Jain
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110722/a1e41d82/attachment.html 

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

* Problem installing vanilla kernel on Fedora 13
  2011-07-23  0:44 ` Vaibhav Jain
@ 2011-07-23  3:43   ` Mulyadi Santosa
  0 siblings, 0 replies; 6+ messages in thread
From: Mulyadi Santosa @ 2011-07-23  3:43 UTC (permalink / raw)
  To: kernelnewbies

Hi...

On Sat, Jul 23, 2011 at 07:44, Vaibhav Jain <vjoss197@gmail.com> wrote:
>> The kernel version I am trying to install is 2.6.38.8
>>
>> I am following these steps :
>>
>> - Download kernel source and unzip it
>> - make menuconfig (Saved the config)
>> - make
>> - make modules_install
>> - make install
>>
>> However as soon as i do a 'make install ' an error message appears saying
>> :
>>
>> "ERROR:modinfo:could not find module i2c_core"

try to re-use your Fedora kernel config (usually located in /boot with
name like config-2.6.33-85.fc13.i686): copy that file to the directory
where you unpack the new kernel source and rename that as .config then
run "make oldconfig". The rest is the same.

PS: I have been told by few friends that now you can use "make
localmodconfig". This command will try to guess which options need to
be enabled based on current loaded kernel modules.

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

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

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

end of thread, other threads:[~2011-07-23  3:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22  4:01 Problem installing vanilla kernel on Fedora 13 srivatsa bhat
2011-07-22  5:00 ` Prashant Shah
2011-07-22  5:23   ` Srivatsa S. Bhat
  -- strict thread matches above, loose matches on Subject: below --
2011-07-22  1:28 Vaibhav Jain
2011-07-23  0:44 ` Vaibhav Jain
2011-07-23  3:43   ` Mulyadi Santosa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.