All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Kernel 2.5.55 failed to boot with ACPI support
@ 2003-01-12 22:48 Alessandro Suardi
       [not found] ` <5028.1042412642@www10.gmx.net>
  0 siblings, 1 reply; 7+ messages in thread
From: Alessandro Suardi @ 2003-01-12 22:48 UTC (permalink / raw)
  To: andrew.grover; +Cc: olehag_2001, linux-kernel

Andrew Grover wrote:

> > From: Ole J. Hagen [mailto:olehag_2001@yahoo.no] 
> > I just wanted to inform that kernel-2.5.55 failes to boot 
> > when ACPI support is 
> > compiled in the kernel. 
> > 
> > I have following configuration; Dell Optiplex GX-240, Pentium 
> > 4 (1.5 GHz), ATI RAGE 128.
>
> How exactly does it fail?

My brand new Dell Latitude C640 oopses on boot in 2.5.56 if I
 have CPU_FREQ config'd in. ACPI without CPU_FREQ is okay - well,
 it screws my framebuffer screen (what 2.4.21-pre3 doesn't) when
 the ACPI code does its bootup printk's, but after that the
 screen recovers.

Another thing is that /proc/acpi/fan is empty despite my setting
 of CONFIG_ACPI_FAN=y.

Oh, and one more - /proc/acpi/battery/BAT0/state claims

charging state: unknown

 as well as

present rate:       0 mA
remaining capacity: 0 mAh
present voltage:    0 mV

 and the info file, when cat'd, prints a few times

dsobject-0188: *** Warning: Buffer created with zero length in AML


Back on topic, if you're interested I can rebuild my 2.5.56 with
 CPU_FREQ and write down the backtrace of the oops.

--alessandro

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: Kernel 2.5.55 failed to boot with ACPI support
@ 2003-01-13  0:51 Alessandro Suardi
  2003-01-13 15:11 ` Dominik Brodowski
  0 siblings, 1 reply; 7+ messages in thread
From: Alessandro Suardi @ 2003-01-13  0:51 UTC (permalink / raw)
  To: linux; +Cc: andrew.grover, linux-kernel

Dominik Brodowski wrote:

> On Mon, Jan 13, 2003 at 12:04:02AM +0100, Alessandro Suardi wrote:
> > Andrew Grover wrote:
> > 
> > > > From: Ole J. Hagen [mailto:olehag_2001@yahoo.no] 
> > > > I just wanted to inform that kernel-2.5.55 failes to boot 
> > > > when ACPI support is 
> > > > compiled in the kernel. 
> > > > 
> > > > I have following configuration; Dell Optiplex GX-240, Pentium 
> > > > 4 (1.5 GHz), ATI RAGE 128.
> > >
> > > How exactly does it fail?
> > 
> > My brand new Dell Latitude C640 oopses on boot in 2.5.56 if I
> >  have CPU_FREQ config'd in. ACPI without CPU_FREQ is okay - well,
> >  it screws my framebuffer screen (what 2.4.21-pre3 doesn't) when
> >  the ACPI code does its bootup printk's, but after that the
> >  screen recovers.
> >
> > ...
> >
> > Back on topic, if you're interested I can rebuild my 2.5.56 with
> >  CPU_FREQ and write down the backtrace of the oops.
> Would be great if you could do that - and tell what oops it is (NULL pointer
> dereference etc.), in case you still see that on your screen.

Sigh :(

Rebuilt with CPU_FREQ, doesn't oops. It says

cpufreq: Intel(R) SpeedStep(TM) for this processor not (yet) available

Is the above message expected ? The CPU is a 1.8Ghz mobile P4.

Still puzzled as to why... wait, this was a cold boot, let me try
 warmbooting... argh - the disk powered off. Bug 119 :(
Nope, coldbooted in 2.4.21-pre3, rebooted in 2.5.56, still had no
 oops with a CPU_FREQ enabled kernel.


--alessandro

^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: Kernel 2.5.55 failed to boot with ACPI support
@ 2003-01-10 21:10 Grover, Andrew
  2003-01-11  2:07 ` Ole J. Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Grover, Andrew @ 2003-01-10 21:10 UTC (permalink / raw)
  To: Ole J. Hagen, Linux Kernel Mailing List

> From: Ole J. Hagen [mailto:olehag_2001@yahoo.no] 
> I just wanted to inform that kernel-2.5.55 failes to boot 
> when ACPI support is 
> compiled in the kernel. 
> 
> I have following configuration; Dell Optiplex GX-240, Pentium 
> 4 (1.5 GHz), ATI 
> RAGE 128.

How exactly does it fail?

-- Andy

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: rotation.
@ 2003-01-10 19:42 James Simmons
  2003-01-10 21:10 ` Kernel 2.5.55 failed to boot with ACPI support Ole J. Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: James Simmons @ 2003-01-10 19:42 UTC (permalink / raw)
  To: Antonino Daplas
  Cc: Linux Fbdev development list, Linux Kernel Mailing List,
	Geert Uytterhoeven


> > Yes. Hardware rotation shouldn't also not effect the way accel 
> > operatations are done.
>  
> The main difference is if the hardware supports rotation, fbcon will
> present it with "normal" data.  With the generic implementation, fbcon
> will present the driver with rotated data.
> 
> So we need a driver capabilities field either in fb_info or
> fb_fix_screeninfo.

We can just test if the rotation hook exist for the fbdev driver. No hook 
then use generic code in fbcon. Also we have a angle field in var so we 
can see if the user wants the data rotated.

> Not really.  We can dynamically rotate the fontdata using the default
> display->fontdata into another buffer.  I believe I have functions that
> do that in the patch I submitted.  (Sorry, I lost it when one of my
> drives crashed :-(.

I have that patch. It just has to be updated to the latest changes.



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

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

end of thread, other threads:[~2003-01-13 15:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-12 22:48 Kernel 2.5.55 failed to boot with ACPI support Alessandro Suardi
     [not found] ` <5028.1042412642@www10.gmx.net>
2003-01-12 23:08   ` Dominik Brodowski
  -- strict thread matches above, loose matches on Subject: below --
2003-01-13  0:51 Alessandro Suardi
2003-01-13 15:11 ` Dominik Brodowski
2003-01-10 21:10 Grover, Andrew
2003-01-11  2:07 ` Ole J. Hagen
2003-01-10 19:42 rotation James Simmons
2003-01-10 21:10 ` Kernel 2.5.55 failed to boot with ACPI support Ole J. Hagen

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.