linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ACPI Debug] String: Length 0x0F, "Entering RTMP()"
@ 2004-09-14  6:16 Jens Axboe
  2004-09-14 21:29 ` Len Brown
  2004-09-17 14:10 ` Pavel Machek
  0 siblings, 2 replies; 5+ messages in thread
From: Jens Axboe @ 2004-09-14  6:16 UTC (permalink / raw)
  To: linux-kernel; +Cc: len.brown

Hi,

2.6.9-rc2 is throwing a lot of these errors on my system:

[ACPI Debug] String: Length 0x0F, "Entering RTMP()"
[ACPI Debug] String: Length 0x0F, "Entering TIN2()"
[ACPI Debug] String: Length 0x0F, "Existing RTMP()"

About 450 of these three lines repeated so far, seem to get one every 5
seconds or so. Box is an Athlon64 solo, let me know if you want more
info (and what).

-- 
Jens Axboe


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

* Re: [ACPI Debug] String: Length 0x0F, "Entering RTMP()"
  2004-09-14  6:16 [ACPI Debug] String: Length 0x0F, "Entering RTMP()" Jens Axboe
@ 2004-09-14 21:29 ` Len Brown
  2004-09-15  6:06   ` Jens Axboe
  2004-09-17 14:10 ` Pavel Machek
  1 sibling, 1 reply; 5+ messages in thread
From: Len Brown @ 2004-09-14 21:29 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel, ACPI Developers

On Tue, 2004-09-14 at 02:16, Jens Axboe wrote:
> Hi,
> 
> 2.6.9-rc2 is throwing a lot of these errors on my system:
> 
> [ACPI Debug] String: Length 0x0F, "Entering RTMP()"
> [ACPI Debug] String: Length 0x0F, "Entering TIN2()"
> [ACPI Debug] String: Length 0x0F, "Existing RTMP()"
> 
> About 450 of these three lines repeated so far, seem to get one every
> 5
> seconds or so. Box is an Athlon64 solo, let me know if you want more
> info (and what).
> 
> --
> Jens Axboe

These are due to debug statements in your BIOS AML code.
The Linux AML interpreter recognizes them and sends
them to the console.

Start by checking that you're running a production BIOS.

echo 0 >/proc/acpi/debug_level should make them go away.

cheers,
-Len



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

* Re: [ACPI Debug] String: Length 0x0F, "Entering RTMP()"
  2004-09-14 21:29 ` Len Brown
@ 2004-09-15  6:06   ` Jens Axboe
  0 siblings, 0 replies; 5+ messages in thread
From: Jens Axboe @ 2004-09-15  6:06 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-kernel, ACPI Developers

On Tue, Sep 14 2004, Len Brown wrote:
> On Tue, 2004-09-14 at 02:16, Jens Axboe wrote:
> > Hi,
> > 
> > 2.6.9-rc2 is throwing a lot of these errors on my system:
> > 
> > [ACPI Debug] String: Length 0x0F, "Entering RTMP()"
> > [ACPI Debug] String: Length 0x0F, "Entering TIN2()"
> > [ACPI Debug] String: Length 0x0F, "Existing RTMP()"
> > 
> > About 450 of these three lines repeated so far, seem to get one every
> > 5
> > seconds or so. Box is an Athlon64 solo, let me know if you want more
> > info (and what).
> > 
> > --
> > Jens Axboe
> 
> These are due to debug statements in your BIOS AML code.
> The Linux AML interpreter recognizes them and sends
> them to the console.
> 
> Start by checking that you're running a production BIOS.

I'm not

> echo 0 >/proc/acpi/debug_level should make them go away.

Ah thanks, yes that works!

-- 
Jens Axboe


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

* Re: [ACPI Debug] String: Length 0x0F, "Entering RTMP()"
  2004-09-14  6:16 [ACPI Debug] String: Length 0x0F, "Entering RTMP()" Jens Axboe
  2004-09-14 21:29 ` Len Brown
@ 2004-09-17 14:10 ` Pavel Machek
  2004-09-18  8:30   ` Jens Axboe
  1 sibling, 1 reply; 5+ messages in thread
From: Pavel Machek @ 2004-09-17 14:10 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel, len.brown

Hi!

> 2.6.9-rc2 is throwing a lot of these errors on my system:
> 
> [ACPI Debug] String: Length 0x0F, "Entering RTMP()"
> [ACPI Debug] String: Length 0x0F, "Entering TIN2()"
> [ACPI Debug] String: Length 0x0F, "Existing RTMP()"
> 
> About 450 of these three lines repeated so far, seem to get one every 5
> seconds or so. Box is an Athlon64 solo, let me know if you want more
> info (and what).
> 

That seems to be normal. These are debug prints from ACPI BIOS.
-- 
64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms         


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

* Re: [ACPI Debug] String: Length 0x0F, "Entering RTMP()"
  2004-09-17 14:10 ` Pavel Machek
@ 2004-09-18  8:30   ` Jens Axboe
  0 siblings, 0 replies; 5+ messages in thread
From: Jens Axboe @ 2004-09-18  8:30 UTC (permalink / raw)
  To: Pavel Machek; +Cc: linux-kernel, len.brown

On Fri, Sep 17 2004, Pavel Machek wrote:
> Hi!
> 
> > 2.6.9-rc2 is throwing a lot of these errors on my system:
> > 
> > [ACPI Debug] String: Length 0x0F, "Entering RTMP()"
> > [ACPI Debug] String: Length 0x0F, "Entering TIN2()"
> > [ACPI Debug] String: Length 0x0F, "Existing RTMP()"
> > 
> > About 450 of these three lines repeated so far, seem to get one every 5
> > seconds or so. Box is an Athlon64 solo, let me know if you want more
> > info (and what).
> > 
> 
> That seems to be normal. These are debug prints from ACPI BIOS.

3 lines of dmesg every 5 seconds isn't quite optimal... But Len already
guided me to the acpi debug disable, which shuts it up.

-- 
Jens Axboe


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

end of thread, other threads:[~2004-09-18  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-14  6:16 [ACPI Debug] String: Length 0x0F, "Entering RTMP()" Jens Axboe
2004-09-14 21:29 ` Len Brown
2004-09-15  6:06   ` Jens Axboe
2004-09-17 14:10 ` Pavel Machek
2004-09-18  8:30   ` Jens Axboe

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