linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re:  Bug in 2.5.62 kernel
@ 2003-02-17 16:32 Luis Miguel Garcia
  2003-02-18 14:43 ` John Weber
  2003-02-18 17:46 ` Richard B. Johnson
  0 siblings, 2 replies; 8+ messages in thread
From: Luis Miguel Garcia @ 2003-02-17 16:32 UTC (permalink / raw)
  To: linux-kernel

it's about 2.5.62

I can do a make bzImage correctly
I can do a make modules correctly

but

when I do a make modules_install I get a lot of
depmod: Unresolved Symbols in /lib/modules/2.5.62/xxxx/xxxxx/xxxx.ko

What ca I do in order to see what's happening?

Thanks.

=============================================================
Luis Miguel Garcia Mancebo
Ingenieria Tecnica en Informatica de Gestion
Universidad de Deusto / University of Deusto
Bilbao / Spain
=============================================================

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

* Re: Bug in 2.5.62 kernel
  2003-02-18 14:43 ` John Weber
@ 2003-02-18 12:52   ` Luis Miguel Garcia
  2003-02-19 13:46     ` GertJan Spoelman
  0 siblings, 1 reply; 8+ messages in thread
From: Luis Miguel Garcia @ 2003-02-18 12:52 UTC (permalink / raw)
  To: linux-kernel

hello:

Yes, it was missing module-init-tools. Now I have my kernel compiled but when I try to boot, I can only see 

Uncompressing Kernel... booting linux....

and then I cannot see nothing more but the HD is going up and down during half a minute, so I think something is happening but my screen is not updating.

What can I test in order to boot my system?

I'm behing a Sony Vaio N505-VE laptop.

Thanks.

On Tue, 18 Feb 2003 09:43:49 -0500
John Weber <weber@nyc.rr.com> wrote:

> Luis Miguel Garcia wrote:
> > it's about 2.5.62
> > 
> > I can do a make bzImage correctly
> > I can do a make modules correctly
> > 
> > but
> > 
> > when I do a make modules_install I get a lot of
> > depmod: Unresolved Symbols in /lib/modules/2.5.62/xxxx/xxxxx/xxxx.ko
> > 
> > What ca I do in order to see what's happening?
> 
> Do you have module-init-tools installed?  Kernels since 2.5.48 require
> differed module utilities.
> 
> 
> 
> 


=============================================================
Luis Miguel Garcia Mancebo
Ingenieria Tecnica en Informatica de Gestion
Universidad de Deusto / University of Deusto
Bilbao / Spain
------------------------------------------------------------
there's no place that I could be without you
there's no place that I could gleam without you
there's no place that I could dream without you
there's no place that I could be without you
honestly
=============================================================

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

* Re: Bug in 2.5.62 kernel
  2003-02-17 16:32 Bug in 2.5.62 kernel Luis Miguel Garcia
@ 2003-02-18 14:43 ` John Weber
  2003-02-18 12:52   ` Luis Miguel Garcia
  2003-02-18 17:46 ` Richard B. Johnson
  1 sibling, 1 reply; 8+ messages in thread
From: John Weber @ 2003-02-18 14:43 UTC (permalink / raw)
  To: Luis Miguel Garcia; +Cc: linux-kernel

Luis Miguel Garcia wrote:
> it's about 2.5.62
> 
> I can do a make bzImage correctly
> I can do a make modules correctly
> 
> but
> 
> when I do a make modules_install I get a lot of
> depmod: Unresolved Symbols in /lib/modules/2.5.62/xxxx/xxxxx/xxxx.ko
> 
> What ca I do in order to see what's happening?

Do you have module-init-tools installed?  Kernels since 2.5.48 require
differed module utilities.




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

* Re:  Bug in 2.5.62 kernel
  2003-02-17 16:32 Bug in 2.5.62 kernel Luis Miguel Garcia
  2003-02-18 14:43 ` John Weber
@ 2003-02-18 17:46 ` Richard B. Johnson
  1 sibling, 0 replies; 8+ messages in thread
From: Richard B. Johnson @ 2003-02-18 17:46 UTC (permalink / raw)
  To: Luis Miguel Garcia; +Cc: linux-kernel

man depmod
depmod -e
depmod -ae

Cheers,
Dick Johnson
Penguin : Linux version 2.4.18 on an i686 machine (797.90 BogoMips).
Why is the government concerned about the lunatic fringe? Think about it.



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

* Re: Bug in 2.5.62 kernel
  2003-02-18 12:52   ` Luis Miguel Garcia
@ 2003-02-19 13:46     ` GertJan Spoelman
  0 siblings, 0 replies; 8+ messages in thread
From: GertJan Spoelman @ 2003-02-19 13:46 UTC (permalink / raw)
  To: Luis Miguel Garcia, linux-kernel

On Tuesday 18 February 2003 13:52, Luis Miguel Garcia wrote:
> hello:
>
> Yes, it was missing module-init-tools. Now I have my kernel compiled but
> when I try to boot, I can only see
>
> Uncompressing Kernel... booting linux....
>
> and then I cannot see nothing more but the HD is going up and down during
> half a minute, so I think something is happening but my screen is not
> updating.
>
> What can I test in order to boot my system?
>
> I'm behing a Sony Vaio N505-VE laptop.

Maybe the message below applies to you too.

On Wed, Feb 19, 2003 at 10:52:47AM +0100, Duncan Sands wrote:
> This is becoming a FAQ!  Did you enable the console in your .config?
> CONFIG_VT=y
> CONFIG_VT_CONSOLE=y
> Most likely you chose to compile the input system as a module, which
> caused the console options to be autohorribly deselected.  Just say 'y'
> for the input subsystem, at which point the console options will reappear,
> letting you select them.
> I hope this helps,
> Duncan.

-- 

    GertJan

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

* Re: Bug in 2.5.62 kernel
  2003-02-17 14:34 Luis Miguel Garcia
@ 2003-02-18 15:02 ` Alvaro Barbosa G.
  0 siblings, 0 replies; 8+ messages in thread
From: Alvaro Barbosa G. @ 2003-02-18 15:02 UTC (permalink / raw)
  To: Luis Miguel Garcia; +Cc: linux-kernel

Hi,

During what part of the compilation process do you get the unresolved symbols?
what command did you use?

alvaro

On Monday 17 Feb 2003 2:34 pm, Luis Miguel Garcia wrote:
> Hello:
>
> 	I'm a newby so I need info in order to give you useful info about what's
> happening. I'm trying to compile 2.5.62 kernel and I get "Unresolved
> Symbols" but I don't know how to write this to a file in order to send it
> to you.
>
> 	What can I do?
>
> 	Thanks!
>
> =============================================================
> Luis Miguel Garcia Mancebo
> Ingenieria Tecnica en Informatica de Gestion
> Universidad de Deusto / University of Deusto
> Bilbao / Spain
> =============================================================
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


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

* Re: Bug in 2.5.62 kernel
@ 2003-02-17 15:07 Luis Miguel Garcia
  0 siblings, 0 replies; 8+ messages in thread
From: Luis Miguel Garcia @ 2003-02-17 15:07 UTC (permalink / raw)
  To: linux-kernel

I'm doing 

make bzImage modules modules_install

so i don't know in wich stage is the problem.

How can i redirect the output to a file in order to see it?

Thanks!

>Hi,
>
>During what part of the compilation process do you get the unresolved symbols?
>what command did you use?>
>
>alvaro
>
>On Monday 17 Feb 2003 2:34 pm, Luis Miguel Garcia wrote:
>> Hello:
>>
>>  I'm a newby so I need info in order to give you useful info about what's
>> happening. I'm trying to compile 2.5.62 kernel and I get "Unresolved
>> Symbols" but I don't know how to write this to a file in order to send it
>> to you.
>>
>>  What can I do?
>>
>>  Thanks!

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

* Bug in 2.5.62 kernel
@ 2003-02-17 14:34 Luis Miguel Garcia
  2003-02-18 15:02 ` Alvaro Barbosa G.
  0 siblings, 1 reply; 8+ messages in thread
From: Luis Miguel Garcia @ 2003-02-17 14:34 UTC (permalink / raw)
  To: linux-kernel

Hello:

	I'm a newby so I need info in order to give you useful info about what's happening. I'm trying to compile 2.5.62 kernel and I get "Unresolved Symbols" but I don't know how to write this to a file in order to send it to you.

	What can I do?

	Thanks!

=============================================================
Luis Miguel Garcia Mancebo
Ingenieria Tecnica en Informatica de Gestion
Universidad de Deusto / University of Deusto
Bilbao / Spain
=============================================================

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

end of thread, other threads:[~2003-02-19 13:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-17 16:32 Bug in 2.5.62 kernel Luis Miguel Garcia
2003-02-18 14:43 ` John Weber
2003-02-18 12:52   ` Luis Miguel Garcia
2003-02-19 13:46     ` GertJan Spoelman
2003-02-18 17:46 ` Richard B. Johnson
  -- strict thread matches above, loose matches on Subject: below --
2003-02-17 15:07 Luis Miguel Garcia
2003-02-17 14:34 Luis Miguel Garcia
2003-02-18 15:02 ` Alvaro Barbosa G.

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).