linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ACPI status in 2.5.x/2.6.0
@ 2003-07-09  8:44 Daniel
  2003-07-09  9:10 ` Felipe Alfaro Solana
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Daniel @ 2003-07-09  8:44 UTC (permalink / raw)
  To: linux-kernel

I have a Compaq Laptop (*shiver*) and present distro versions featuring 
the 2.4.x kernel seem to panic or lock on bootup on my laptop.  I was 
wondering if ACPI was better supported in the 2.5.x kernel branch/2.6.0 
pre-kernel.  Any advice would be greatly appreciated.

It would lock when attempting to read my partition table on device 'hda' 
(my hard disk), or would panic when attempting to initalize the USB device.

-Daniel


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

* Re: ACPI status in 2.5.x/2.6.0
  2003-07-09  8:44 ACPI status in 2.5.x/2.6.0 Daniel
@ 2003-07-09  9:10 ` Felipe Alfaro Solana
  2003-07-09 13:00 ` Alexander Hoogerhuis
  2003-07-09 16:40 ` Davide Libenzi
  2 siblings, 0 replies; 8+ messages in thread
From: Felipe Alfaro Solana @ 2003-07-09  9:10 UTC (permalink / raw)
  To: Daniel; +Cc: LKML

On Wed, 2003-07-09 at 10:44, Daniel wrote:
> I have a Compaq Laptop (*shiver*) and present distro versions featuring 
> the 2.4.x kernel seem to panic or lock on bootup on my laptop.  I was 
> wondering if ACPI was better supported in the 2.5.x kernel branch/2.6.0 
> pre-kernel.  Any advice would be greatly appreciated.
> 
> It would lock when attempting to read my partition table on device 'hda' 
> (my hard disk), or would panic when attempting to initalize the USB device.

I think the best you can do it's trying by yourself :-)
For me, ACPI in 2.5 kernels do work better than in 2.4.


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

* Re: ACPI status in 2.5.x/2.6.0
  2003-07-09  8:44 ACPI status in 2.5.x/2.6.0 Daniel
  2003-07-09  9:10 ` Felipe Alfaro Solana
@ 2003-07-09 13:00 ` Alexander Hoogerhuis
  2003-07-09 18:09   ` Daniel
  2003-07-09 16:40 ` Davide Libenzi
  2 siblings, 1 reply; 8+ messages in thread
From: Alexander Hoogerhuis @ 2003-07-09 13:00 UTC (permalink / raw)
  To: Daniel; +Cc: linux-kernel

Daniel <daniel@hawton.org> writes:

> I have a Compaq Laptop (*shiver*) and present distro versions
> featuring the 2.4.x kernel seem to panic or lock on bootup on my
> laptop.  I was wondering if ACPI was better supported in the 2.5.x
> kernel branch/2.6.0 pre-kernel.  Any advice would be greatly
> appreciated.
> 

What model is the laptop?

> -Daniel

mvh,
A
-- 
Alexander Hoogerhuis                               | alexh@ihatent.com
CCNP - CCDP - MCNE - CCSE                          | +47 908 21 485
"You have zero privacy anyway. Get over it."  --Scott McNealy

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

* Re: ACPI status in 2.5.x/2.6.0
  2003-07-09  8:44 ACPI status in 2.5.x/2.6.0 Daniel
  2003-07-09  9:10 ` Felipe Alfaro Solana
  2003-07-09 13:00 ` Alexander Hoogerhuis
@ 2003-07-09 16:40 ` Davide Libenzi
  2003-07-09 16:56   ` Alan Cox
  2 siblings, 1 reply; 8+ messages in thread
From: Davide Libenzi @ 2003-07-09 16:40 UTC (permalink / raw)
  To: Daniel; +Cc: Linux Kernel Mailing List

On Wed, 9 Jul 2003, Daniel wrote:

> I have a Compaq Laptop (*shiver*) and present distro versions featuring
> the 2.4.x kernel seem to panic or lock on bootup on my laptop.  I was
> wondering if ACPI was better supported in the 2.5.x kernel branch/2.6.0
> pre-kernel.  Any advice would be greatly appreciated.
>
> It would lock when attempting to read my partition table on device 'hda'
> (my hard disk), or would panic when attempting to initalize the USB device.

If it uses a SiS650 chipset you can try this :

http://www.xmailserver.org/linux-patches/misc.html#SiSRt

Even if I am not much confident about success in your case. Also, I
believe Alan was working of fixing ACPI for SiS. You might want to check.



- Davide


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

* Re: ACPI status in 2.5.x/2.6.0
  2003-07-09 16:40 ` Davide Libenzi
@ 2003-07-09 16:56   ` Alan Cox
  0 siblings, 0 replies; 8+ messages in thread
From: Alan Cox @ 2003-07-09 16:56 UTC (permalink / raw)
  To: Davide Libenzi; +Cc: Daniel, Linux Kernel Mailing List

On Mer, 2003-07-09 at 17:40, Davide Libenzi wrote:
> 
> http://www.xmailserver.org/linux-patches/misc.html#SiSRt
> 
> Even if I am not much confident about success in your case. Also, I
> believe Alan was working of fixing ACPI for SiS. You might want to check.

2.4.22pre has the workaround for SiS APIC and that seems to make ACPI
generally work. I've actually been rewriting chunks of the IRQ router
code today and included the SiS fixups and detection Davide did.


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

* Re: ACPI status in 2.5.x/2.6.0
  2003-07-09 13:00 ` Alexander Hoogerhuis
@ 2003-07-09 18:09   ` Daniel
  2003-07-09 18:14     ` Davide Libenzi
  2003-07-09 19:13     ` Serguei Miridonov
  0 siblings, 2 replies; 8+ messages in thread
From: Daniel @ 2003-07-09 18:09 UTC (permalink / raw)
  To: linux-kernel

Alexander Hoogerhuis wrote:

> Daniel <daniel@hawton.org> writes:
> 
> 
>>I have a Compaq Laptop (*shiver*) and present distro versions
>>featuring the 2.4.x kernel seem to panic or lock on bootup on my
>>laptop.  I was wondering if ACPI was better supported in the 2.5.x
>>kernel branch/2.6.0 pre-kernel.  Any advice would be greatly
>>appreciated.
>>
> 
> 
> What model is the laptop?
> 

Compaq Presario 900

I would install and try a different kernel, but I can't get any distros' 
to boot to install, let alone install a different kernel. :(

> 
>>-Daniel
> 
> 
> mvh,
> A

-Daniel


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

* Re: ACPI status in 2.5.x/2.6.0
  2003-07-09 18:09   ` Daniel
@ 2003-07-09 18:14     ` Davide Libenzi
  2003-07-09 19:13     ` Serguei Miridonov
  1 sibling, 0 replies; 8+ messages in thread
From: Davide Libenzi @ 2003-07-09 18:14 UTC (permalink / raw)
  To: Daniel; +Cc: linux-kernel

On Wed, 9 Jul 2003, Daniel wrote:

> I would install and try a different kernel, but I can't get any distros'
> to boot to install, let alone install a different kernel. :(

Actually it is exactly the contrary. Distribution's code base is always
older that the one available around here. You will get fixes you can see
today on lkml, "maybe" in the next of your favourite distro.



- Davide


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

* Re: ACPI status in 2.5.x/2.6.0
  2003-07-09 18:09   ` Daniel
  2003-07-09 18:14     ` Davide Libenzi
@ 2003-07-09 19:13     ` Serguei Miridonov
  1 sibling, 0 replies; 8+ messages in thread
From: Serguei Miridonov @ 2003-07-09 19:13 UTC (permalink / raw)
  To: Daniel; +Cc: linux-kernel

Visit http://videl.ics.hawaii.edu/mailman/listinfo/linuxpresario900 and you
will find almost everything you want about Linux on this laptop.

Daniel wrote:

> Alexander Hoogerhuis wrote:
>
> > Daniel <daniel@hawton.org> writes:
> >
> >
> >>I have a Compaq Laptop (*shiver*) and present distro versions
> >>featuring the 2.4.x kernel seem to panic or lock on bootup on my
> >>laptop.  I was wondering if ACPI was better supported in the 2.5.x
> >>kernel branch/2.6.0 pre-kernel.  Any advice would be greatly
> >>appreciated.
> >>
> >
> >
> > What model is the laptop?
> >
>
> Compaq Presario 900
>
> I would install and try a different kernel, but I can't get any distros'
> to boot to install, let alone install a different kernel. :(
>
> -Daniel

--
Serguei Miridonov



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

end of thread, other threads:[~2003-07-09 18:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-09  8:44 ACPI status in 2.5.x/2.6.0 Daniel
2003-07-09  9:10 ` Felipe Alfaro Solana
2003-07-09 13:00 ` Alexander Hoogerhuis
2003-07-09 18:09   ` Daniel
2003-07-09 18:14     ` Davide Libenzi
2003-07-09 19:13     ` Serguei Miridonov
2003-07-09 16:40 ` Davide Libenzi
2003-07-09 16:56   ` Alan Cox

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