public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* acpi regression on some laptops
@ 2007-07-10 14:00 Alessandro Zummo
  2007-07-11 19:17 ` Chuck Ebbert
  0 siblings, 1 reply; 8+ messages in thread
From: Alessandro Zummo @ 2007-07-10 14:00 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: tglx, Tim Gardner



 Hello,

   with respect to commit e9e2cdb412412326c4827fc78ba27f410d837e6e 
 and the thread at [1] I just wanted to let you all know that
 the problem is still present :)

 I tried several combo of options, but only acpi=off or acpi=ht
 will let the PC boot.

 I'm trying to debug it.. any help/pointers are appreciated. I dont't
 have a deep knowledge of the subsystems involved.
 

[1]
  http://lkml.org/lkml/2007/6/21/360

-- 

 Best regards,

 Alessandro Zummo,
  Tower Technologies - Torino, Italy

  http://www.towertech.it


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

* Re: acpi regression on some laptops
  2007-07-10 14:00 acpi regression on some laptops Alessandro Zummo
@ 2007-07-11 19:17 ` Chuck Ebbert
  2007-07-11 22:01   ` Alessandro Zummo
  0 siblings, 1 reply; 8+ messages in thread
From: Chuck Ebbert @ 2007-07-11 19:17 UTC (permalink / raw)
  To: Alessandro Zummo; +Cc: Linux Kernel Mailing List, tglx, Tim Gardner

On 07/10/2007 10:00 AM, Alessandro Zummo wrote:
> 
>  Hello,
> 
>    with respect to commit e9e2cdb412412326c4827fc78ba27f410d837e6e 
>  and the thread at [1] I just wanted to let you all know that
>  the problem is still present :)
> 
>  I tried several combo of options, but only acpi=off or acpi=ht
>  will let the PC boot.
> 
>  I'm trying to debug it.. any help/pointers are appreciated. I dont't
>  have a deep knowledge of the subsystems involved.

What options did you try?

  nohpet
  nohz=off
  highres=off

Should be tried in various combinations.

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

* Re: acpi regression on some laptops
  2007-07-11 19:17 ` Chuck Ebbert
@ 2007-07-11 22:01   ` Alessandro Zummo
  2007-07-11 22:53     ` Alex Maclean
  0 siblings, 1 reply; 8+ messages in thread
From: Alessandro Zummo @ 2007-07-11 22:01 UTC (permalink / raw)
  To: Chuck Ebbert; +Cc: Linux Kernel Mailing List, tglx, Tim Gardner

On Wed, 11 Jul 2007 15:17:25 -0400
Chuck Ebbert <cebbert@redhat.com> wrote:

> >  I'm trying to debug it.. any help/pointers are appreciated. I dont't
> >  have a deep knowledge of the subsystems involved.
> 
> What options did you try?
> 
>   nohpet
>   nohz=off
>   highres=off
> 
> Should be tried in various combinations.

 Hi,

   I tried all the permutations of the above with the same result:
 the kernel hangs at NET: Registering protocol family 2.

 With nolapic it hangs at APIC: Using PIC for interrupt routing

 With acpi=off it boots but, obviously, everything acpi related
 does not work.
 
 anything else I can try? The laptop does not have a serial port,
 so I can't capture the dmesg output.

-- 

 Best regards,

 Alessandro Zummo,
  Tower Technologies - Torino, Italy

  http://www.towertech.it


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

* Re: acpi regression on some laptops
  2007-07-11 22:01   ` Alessandro Zummo
@ 2007-07-11 22:53     ` Alex Maclean
  2007-07-12  0:09       ` Alessandro Zummo
  0 siblings, 1 reply; 8+ messages in thread
From: Alex Maclean @ 2007-07-11 22:53 UTC (permalink / raw)
  To: Alessandro Zummo
  Cc: Chuck Ebbert, Linux Kernel Mailing List, tglx, Tim Gardner

Alessandro Zummo wrote:
> On Wed, 11 Jul 2007 15:17:25 -0400
> Chuck Ebbert <cebbert@redhat.com> wrote:
> 
>>>  I'm trying to debug it.. any help/pointers are appreciated. I dont't
>>>  have a deep knowledge of the subsystems involved.
>> What options did you try?
>>
>>   nohpet
>>   nohz=off
>>   highres=off
>>
>> Should be tried in various combinations.
> 
>  Hi,
> 
>    I tried all the permutations of the above with the same result:
>  the kernel hangs at NET: Registering protocol family 2.
> 
>  With nolapic it hangs at APIC: Using PIC for interrupt routing
> 
>  With acpi=off it boots but, obviously, everything acpi related
>  does not work.
>  
>  anything else I can try? The laptop does not have a serial port,
>  so I can't capture the dmesg output.
> 

I'm unsure just what hardware you're working with, but try using the 
option nolapic_timer.

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

* Re: acpi regression on some laptops
  2007-07-11 22:53     ` Alex Maclean
@ 2007-07-12  0:09       ` Alessandro Zummo
  2007-07-12  0:58         ` Alex Maclean
  0 siblings, 1 reply; 8+ messages in thread
From: Alessandro Zummo @ 2007-07-12  0:09 UTC (permalink / raw)
  To: Alex Maclean; +Cc: Chuck Ebbert, Linux Kernel Mailing List, tglx, Tim Gardner

On Wed, 11 Jul 2007 22:53:01 +0000
Alex Maclean <monkeh@monkeh.net> wrote:

> 
> I'm unsure just what hardware you're working with, but try using the 
> option nolapic_timer.

 it worked, thanks!

 hw is a Dell Inspiron 1501, AMD Turion TL52 based.
 drop me a note if you need dmesg or other info.

vendor_id       : AuthenticAMD
cpu family      : 15
model           : 72
model name      : AMD Turion(tm) 64 X2 Mobile Technology TL-52
stepping        : 2

 eax in    eax      ebx      ecx      edx
00000000 00000001 68747541 444d4163 69746e65
00000001 00040f82 01020800 00002001 178bfbff

-- 

 Best regards,

 Alessandro Zummo,
  Tower Technologies - Torino, Italy

  http://www.towertech.it


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

* Re: acpi regression on some laptops
  2007-07-12  0:09       ` Alessandro Zummo
@ 2007-07-12  0:58         ` Alex Maclean
  2007-07-12  7:37           ` Alessandro Zummo
  0 siblings, 1 reply; 8+ messages in thread
From: Alex Maclean @ 2007-07-12  0:58 UTC (permalink / raw)
  To: Alessandro Zummo
  Cc: Chuck Ebbert, Linux Kernel Mailing List, tglx, Tim Gardner

Alessandro Zummo wrote:
> On Wed, 11 Jul 2007 22:53:01 +0000
> Alex Maclean <monkeh@monkeh.net> wrote:
> 
>> I'm unsure just what hardware you're working with, but try using the 
>> option nolapic_timer.
> 
>  it worked, thanks!
> 
>  hw is a Dell Inspiron 1501, AMD Turion TL52 based.
>  drop me a note if you need dmesg or other info.
> 
> vendor_id       : AuthenticAMD
> cpu family      : 15
> model           : 72
> model name      : AMD Turion(tm) 64 X2 Mobile Technology TL-52
> stepping        : 2
> 
>  eax in    eax      ebx      ecx      edx
> 00000000 00000001 68747541 444d4163 69746e65
> 00000001 00040f82 01020800 00002001 178bfbff
> 

What chipset is it? I'm going to guess at nVidia MCP51, in which case.. 
That's the third time that's worked on the MCP51.

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

* Re: acpi regression on some laptops
  2007-07-12  0:58         ` Alex Maclean
@ 2007-07-12  7:37           ` Alessandro Zummo
  2007-07-12 12:00             ` Alex Maclean
  0 siblings, 1 reply; 8+ messages in thread
From: Alessandro Zummo @ 2007-07-12  7:37 UTC (permalink / raw)
  To: Alex Maclean; +Cc: Chuck Ebbert, Linux Kernel Mailing List, tglx, Tim Gardner

On Thu, 12 Jul 2007 00:58:20 +0000
Alex Maclean <monkeh@monkeh.net> wrote:

> >  hw is a Dell Inspiron 1501, AMD Turion TL52 based.
> >  drop me a note if you need dmesg or other info.

> > 
> >  eax in    eax      ebx      ecx      edx
> > 00000000 00000001 68747541 444d4163 69746e65
> > 00000001 00040f82 01020800 00002001 178bfbff
> > 
> 
> What chipset is it? I'm going to guess at nVidia MCP51, in which case.. 
> That's the third time that's worked on the MCP51.

 amd sb600/ati rs480.



-- 

 Best regards,

 Alessandro Zummo,
  Tower Technologies - Torino, Italy

  http://www.towertech.it


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

* Re: acpi regression on some laptops
  2007-07-12  7:37           ` Alessandro Zummo
@ 2007-07-12 12:00             ` Alex Maclean
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Maclean @ 2007-07-12 12:00 UTC (permalink / raw)
  To: Alessandro Zummo
  Cc: Chuck Ebbert, Linux Kernel Mailing List, tglx, Tim Gardner

Alessandro Zummo wrote:
> On Thu, 12 Jul 2007 00:58:20 +0000
> Alex Maclean <monkeh@monkeh.net> wrote:
> 
>>>  hw is a Dell Inspiron 1501, AMD Turion TL52 based.
>>>  drop me a note if you need dmesg or other info.
> 
>>>  eax in    eax      ebx      ecx      edx
>>> 00000000 00000001 68747541 444d4163 69746e65
>>> 00000001 00040f82 01020800 00002001 178bfbff
>>>
>> What chipset is it? I'm going to guess at nVidia MCP51, in which case.. 
>> That's the third time that's worked on the MCP51.
> 
>  amd sb600/ati rs480.
> 
> 
> 

Hm, rather different from mine.

Does anyone with a clue want to have a look at this?

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

end of thread, other threads:[~2007-07-12 12:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-10 14:00 acpi regression on some laptops Alessandro Zummo
2007-07-11 19:17 ` Chuck Ebbert
2007-07-11 22:01   ` Alessandro Zummo
2007-07-11 22:53     ` Alex Maclean
2007-07-12  0:09       ` Alessandro Zummo
2007-07-12  0:58         ` Alex Maclean
2007-07-12  7:37           ` Alessandro Zummo
2007-07-12 12:00             ` Alex Maclean

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