Date: Mon, 10 Aug 2009 13:22:15 +0000 From: "b. f." <bf1783@googlemail.com> To: Tim Matthews <tim.matthews7@gmail.com> Cc: freebsd-acpi@freebsd.org Subject: Re: laptop doesn't power off Message-ID: <d873d5be0908100622h45e017dfx27250fa8dcd04ffa@mail.gmail.com> In-Reply-To: <3f1d93450908092109p63b10f8bnd92d15fbbc943d4f@mail.gmail.com> References: <d873d5be0908090439o5ec6fb68p11655638a1412a23@mail.gmail.com> <3f1d93450908090448p3553bfb7te177a3b247bf6cc@mail.gmail.com> <d873d5be0908090537ifb6aa16h353625e9b6bdf082@mail.gmail.com> <d873d5be0908090547t5544bb86g1c3318fbb83c2710@mail.gmail.com> <3f1d93450908092109p63b10f8bnd92d15fbbc943d4f@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 8/10/09, Tim Matthews <tim.matthews7@gmail.com> wrote: > On Mon, Aug 10, 2009 at 12:47 AM, b. f. <bf1783@googlemail.com> wrote: > Setting hw.acpi.disable_on_reboot to 1 does nothing to help my power off > problem. Just a reminder: my rebooting works fine or is this sysctl just > named inappropriately? > Not exactly. It's a bit more complicated than that. I'll describe it in more detail later. For the moment, try this: In /boot/loader.conf, set hw.acpi.verbose="1" hw.acpi.disable_on_reboot="0" Now reboot the computer, using a verbose boot. Save the dmesg output and look for any new acpi-related messages that weren't present in the last dmesg you posted. acpi-related errors will usually consist of strings starting with AE_. For example, you could see something like: pcib4: could not get PCI interrupt routing table for \\_SB_.PCI0.BR12 - AE_NOT_FOUND Let us see them if there are any. Now try the following: shutdown -p now shutdown -h now shutdown -r now You'll have to cut power manually if your computer fails to execute any of them properly. What happens in each case -- what messages are printed on the console? Now try dropping to a shallow sleep state: acpiconf -s 1 Again, what happens, and what messages, if any appear? b.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d873d5be0908100622h45e017dfx27250fa8dcd04ffa>