2004-09-14 06:18:15

by Jens Axboe

[permalink] [raw]
Subject: [ACPI Debug] String: Length 0x0F, "Entering RTMP()"

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


2004-09-14 21:36:31

by Brown, Len

[permalink] [raw]
Subject: Re: [ACPI Debug] String: Length 0x0F, "Entering RTMP()"

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


2004-09-15 06:07:49

by Jens Axboe

[permalink] [raw]
Subject: Re: [ACPI Debug] String: Length 0x0F, "Entering RTMP()"

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

2004-09-17 20:51:58

by Pavel Machek

[permalink] [raw]
Subject: Re: [ACPI Debug] String: Length 0x0F, "Entering RTMP()"

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

2004-09-18 08:32:05

by Jens Axboe

[permalink] [raw]
Subject: Re: [ACPI Debug] String: Length 0x0F, "Entering RTMP()"

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