RE: ACPI problem

From: Nate Lawson <nate_at_root.org>
Date: Tue, 9 Dec 2003 12:09:51 -0800 (PST)
On Tue, 9 Dec 2003, Robin P. Blanchard wrote:
> > 7. Try building the acpi kernel module with options
> > ACPI_DEBUG
>
> I was thinking about your suggestion (above) and was wondering if there were
> a way to automate ACPI_DEBUG (rather than modifying the makefile in the
> module dir itself). Would the following do the trick ?
>
> # fgrep ACPI_DEBUG /etc/make.conf
> COPTFLAGS=-O -pipe -DACPI_DEBUG

That's not the best way.  Here's the quickest way:
  cd /sys/modules/acpi && make clean && make all install ACPI_DEBUG=1

Or, build a kernel with acpi compiled in and add options ACPI_DEBUG to
your kernel config.

-Nate
Received on Tue Dec 09 2003 - 11:09:51 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:33 UTC