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