Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2006 09:41:49 +0100
From:      David Malone <dwmalone@maths.tcd.ie>
To:        "J.R. Oldroyd" <fbsd@opal.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Regression: apm no longer works between 6.1-RC1 and 6.1-STABLE 2006/05/09
Message-ID:  <20060511084149.GA2794@walton.maths.tcd.ie>
In-Reply-To: <20060510223120.GB7530@linwhf.opal.com>
References:  <20060510223120.GB7530@linwhf.opal.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 10, 2006 at 06:31:20PM -0400, J.R. Oldroyd wrote:
> apm: Other PM system enabled.

Could you edit /usr/src/sys/i386/bios/apm.c and a go to line
which says:

	printf("apm: Other PM system enabled.\n");

and replace it with:

	printf("apm: Other (%d) PM system enabled.\n", (int)power_pm_get_type());

and recompile and install your kernels and modules? I suspect that
it will show 1 for the type, which means that acpi has somehow
claimed the power management even though it is supposed to be turned
off.

	David.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060511084149.GA2794>