public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: PROBLEM: ACPI freezes 2.6.1 on boot
@ 2004-01-21 16:32 Nakajima, Jun
  2004-01-21 21:21 ` Georg C. F. Greve
  0 siblings, 1 reply; 19+ messages in thread
From: Nakajima, Jun @ 2004-01-21 16:32 UTC (permalink / raw)
  To: Georg C. F. Greve, Martin Loschwitz; +Cc: linux-kernel, Brown, Len, acpi-devel

Right now I forwarded this to linux-acpi@intel.com, but copying the ACPI
mailing list acpi-devel@lists.sourceforge.net would be helpful in
general. Len can provide more specific directions for reporting ACPI
bugs.

Thanks,
Jun
> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org [mailto:linux-kernel-
> owner@vger.kernel.org] On Behalf Of Georg C. F. Greve
> Sent: Wednesday, January 21, 2004 8:12 AM
> To: Martin Loschwitz
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: PROBLEM: ACPI freezes 2.6.1 on boot
> 
>  || On Wed, 21 Jan 2004 16:35:51 +0100
>  || Martin Loschwitz <madkiss@madkiss.org> wrote:
> 
>  ml> By now means. I, however, didn't even try to get a solution since
>  ml> back then. Since the bug appeared with a patched 2.6.0 and
>  ml> 2.6.1-mm2, which was one of the first patches including the new
>  ml> ACPI, it was clear to me that it was ACPI related and that I
>  ml> would better wait for somebody to find the root of the evil and
>  ml> to kill it.
> 
> Damn. ACPI being somewhat a central issue, I hoped someone had picked
> it up already. Did you write to the ACPI list about it? My mail
> apparently didn't make it (couldn't see it in the archive).
> 
> 
>  ml> I see your "Notebook vs. Linux"-story continues to be
>  ml> unsuccessfull, though :(
> 
> Yup, it seems that way. It is an eternal struggle. *sigh*
> 
> Nice to see that someone read the issue, though. :)
> 
> Regards,
> Georg
> 
> --
> Georg C. F. Greve
<greve@gnu.org>
> Free Software Foundation Europe
> (http://fsfeurope.org)
> Brave GNU World
(http://brave-gnu-world.org)

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: PROBLEM: ACPI freezes 2.6.1 on boot
@ 2004-01-21 18:56 Linus Torvalds
  2004-01-21 21:15 ` Georg C. F. Greve
  0 siblings, 1 reply; 19+ messages in thread
From: Linus Torvalds @ 2004-01-21 18:56 UTC (permalink / raw)
  To: Georg C. F. Greve; +Cc: Kernel Mailing List, Martin Loschwitz, ACPI Developers



On Wed, 21 Jan 2004, Georg C. F. Greve wrote:
> 
> I'm now seeing the _exact same problem_ on an ASUS M2400N [*] with a
> Linux 2.6.1 (unpatched) kernel. The kernel freezes after printing 
> 
>  "ACPI: IRQ 9 was Edge Triggered, setting to Level Triggerd" 

Does it go away if you just make "acpi_pic_set_level_irq()" do nothing (ie 
just remove the "outb()" call

	arch/i386/kernel/acpi/boot.c line 273

or just make the if-statement be always false).

It's entirely possible that the SCI is just horribly broken, and can't be 
level-triggered.

Btw, usually a good idea to at least cc the developer list for the 
particular subsystem. In this case <acpi-devel@lists.sourceforge.net>. 
Many people don't have the time to follow linux-kernel.

		Linus

^ permalink raw reply	[flat|nested] 19+ messages in thread
* RE: [ACPI] Re: PROBLEM: ACPI freezes 2.6.1 on boot
@ 2004-01-22 14:16 Yu, Luming
  0 siblings, 0 replies; 19+ messages in thread
From: Yu, Luming @ 2004-01-22 14:16 UTC (permalink / raw)
  To: Karol Kozimor, Georg C. F. Greve
  Cc: Nakajima, Jun, Martin Loschwitz, linux-kernel, Brown, Len,
	acpi-devel

> I guess that's another of those lost and forgotten bugzilla bugs :)
Hmm, it is http://bugzilla.kernel.org/show_bug.cgi?id=1269

^ permalink raw reply	[flat|nested] 19+ messages in thread
* RE: [ACPI] Re: PROBLEM: ACPI freezes 2.6.1 on boot
@ 2004-01-22 18:23 Pallipadi, Venkatesh
  2004-01-22 18:37 ` Mikael Pettersson
  0 siblings, 1 reply; 19+ messages in thread
From: Pallipadi, Venkatesh @ 2004-01-22 18:23 UTC (permalink / raw)
  To: Mikael Pettersson, Linus Torvalds
  Cc: Karol Kozimor, Georg C. F. Greve, Nakajima, Jun, Martin Loschwitz,
	linux-kernel, Brown, Len, acpi-devel


This was how the APIC_TIMER_BASE_DIV was originally added there.
http://www.ussg.iu.edu/hypermail/linux/kernel/9907.1/0608.html


Thanks,
Venkatesh



> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org 
> [mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of 
> Mikael Pettersson
> Sent: Thursday, January 22, 2004 9:49 AM
> To: Linus Torvalds
> Cc: Karol Kozimor; Georg C. F. Greve; Nakajima, Jun; Martin 
> Loschwitz; linux-kernel@vger.kernel.org; Brown, Len; 
> acpi-devel@lists.sourceforge.net
> Subject: Re: [ACPI] Re: PROBLEM: ACPI freezes 2.6.1 on boot
> 
> 
> Linus Torvalds writes:
>  > 
>  > 
>  > On Thu, 22 Jan 2004, Mikael Pettersson wrote:
>  > 
>  > > Karol Kozimor writes:
>  > >  > 
>  > >  > diff -Bru linux-2.6.0-test8/arch/i386/kernel/apic.c 
> patched/arch/i386/kernel/apic.c
>  > >  > --- linux-2.6.0-test8/arch/i386/kernel/apic.c	
> 2003-10-18 05:43:36.000000000 +0800
>  > >  > +++ patched/arch/i386/kernel/apic.c	2003-10-30 
> 23:17:50.000000000 +0800
>  > >  > @@ -836,8 +836,8 @@
>  > >  >  {
>  > >  >  	unsigned int lvtt1_value, tmp_value;
>  > >  >  
>  > >  > -	lvtt1_value = SET_APIC_TIMER_BASE(APIC_TIMER_BASE_DIV) |
>  > >  > -			APIC_LVT_TIMER_PERIODIC | 
> LOCAL_TIMER_VECTOR;
>  > >  > +	lvtt1_value = APIC_LVT_TIMER_PERIODIC | 
> LOCAL_TIMER_VECTOR;
>  > >  > +
>  > >  >  	apic_write_around(APIC_LVTT, lvtt1_value);
>  > > 
>  > > What is the purpose of this change?
>  > > I don't remember seeing this before on LKML. (I don't 
> have time to read bugzilla.)
>  > 
>  > Hmm.. It does seem to fix things for a couple of people, 
> so it looks 
>  > interesting.
>  > 
>  > As far as I can tell, the _only_ thing it does is to 
> change the timer base
>  > from "DIV" to "CLKIN". I seem to have misplaced my ia-32 
> "volume 3" thing, 
>  > but I have an old one for a pentium, and that one doesn't actually
>  > haev the timer-base thing at all - and marks those bits as 
> "reserved".
>  > 
>  > So it is entirely possible that the only safe value to 
> write there is 0.
> 
> Confirmed. Those bits (18 and 19 in LVTT) are marked reserved in the
> latest IA32 Volume 3. I have no idea where this APIC_TIMER_BASE came
> from (maybe some ancient discrete LAPIC thing?), but we 
> almost certainly
> shouldn't write anything but zero to them.
> 
>  > So I'm inclined to apply the patch, but it would be better 
> if somebody who 
> 
> I agree. The patch should be applied.
> 
> /Mikael
> -
> 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] 19+ messages in thread

end of thread, other threads:[~2004-01-23 13:19 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-21 16:32 PROBLEM: ACPI freezes 2.6.1 on boot Nakajima, Jun
2004-01-21 21:21 ` Georg C. F. Greve
2004-01-21 22:29   ` Georg C. F. Greve
2004-01-22 12:08     ` [ACPI] " Karol Kozimor
2004-01-22 13:59       ` Mikael Pettersson
2004-01-22 14:05         ` Karol Kozimor
2004-01-22 17:15         ` Linus Torvalds
2004-01-22 17:49           ` Mikael Pettersson
2004-01-22 14:08       ` Georg C. F. Greve
2004-01-22 14:26         ` Georg C. F. Greve
  -- strict thread matches above, loose matches on Subject: below --
2004-01-21 18:56 Linus Torvalds
2004-01-21 21:15 ` Georg C. F. Greve
2004-01-21 21:51   ` [ACPI] " Sérgio Monteiro Basto
2004-01-21 22:33     ` Georg C. F. Greve
2004-01-21 23:31       ` Sérgio Monteiro Basto
2004-01-22 10:32         ` Georg C. F. Greve
2004-01-22 14:16 Yu, Luming
2004-01-22 18:23 Pallipadi, Venkatesh
2004-01-22 18:37 ` Mikael Pettersson
2004-01-22 19:05   ` Linus Torvalds
2004-01-23 13:19     ` Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox