Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2006 14:55:23 +1200
From:      Mark Kirkwood <markir@paradise.net.nz>
To:        Mark Kirkwood <markir@paradise.net.nz>
Cc:        freebsd-acpi@freebsd.org
Subject:   Re: RELENG_6 power button ignored after halt if ACPI enabled
Message-ID:  <450E0A9B.6000909@paradise.net.nz>
In-Reply-To: <450DFA53.2090006@paradise.net.nz>
References:  <450DFA53.2090006@paradise.net.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
Mark Kirkwood wrote:
>
> 
> Note that these are for the HE-SL chipset system. I'm going to recompile 
> the acpi module with ACPI_DEBUG and see what that produces.
> 

Following the instructions in the handbook:

# cd /sys/modules/acpi/acpi
# make clean
# make ACPI_DEBUG=1
# install acpi.ko /boot/kernel/acpi.ko

Results in no acpi functionality at all upon reboot.
The kernel loader seems to be unable to load the module:

# kldload acpi.ko
kldload: can't load acpi.ko: No such file or directory

copying the original module over the top fixes the issue (as does 
rebuilding w/o ACPI_DEBUG):

# cp /root/bug/acpi.ko.orig /boot/kernel/acpi.ko
# kldload acpi.ko
#

Any ideas

cheers

Mark



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