From owner-freebsd-acpi@FreeBSD.ORG Tue Aug 11 08:07:34 2009 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38DAF106567C for ; Tue, 11 Aug 2009 08:07:34 +0000 (UTC) (envelope-from tim.matthews7@gmail.com) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by mx1.freebsd.org (Postfix) with ESMTP id 8EA4D8FC37 for ; Tue, 11 Aug 2009 08:07:33 +0000 (UTC) Received: by ewy2 with SMTP id 2so3532694ewy.43 for ; Tue, 11 Aug 2009 01:07:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=EEtHpiyr/DPvOkUbTMaSupEyAAXu2hJ8rPwF7gdihHE=; b=bZCQNC+vpNqXPJBHKtigy1MrrQyZiWsQCewtII8f8Euqm9tG3bbJL1l0nQaPnSMOMo OcUS15qhagiFCi5y+qVDBc5IZKkZ86r8POLQf4spytFG431/uL+xdN73Mua7Xa0JOT31 Rbp4n0637HLgV/oCbqcwB7xR8KmoRVR7XrAVw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vcibQjB13n/T7cXAcuameY4X1upFUMAZApAdne8qMV3PjKu081fjnB6qgfmjrNXV7m RFIBUs6gAPVGsHTZ1+NMbKWFUShcrN1zOdWqqgK7IyTXvsMnGZLw6uT0/BMc3Ef8BKT6 G7+msk2rMyDQNqZLSlq9+TNsq16vUPO6LgLS0= MIME-Version: 1.0 Received: by 10.211.148.16 with SMTP id a16mr882131ebo.96.1249978052694; Tue, 11 Aug 2009 01:07:32 -0700 (PDT) In-Reply-To: <3f1d93450908102038g2f972d45yc3ae5cb0ae9de785@mail.gmail.com> References: <3f1d93450908090448p3553bfb7te177a3b247bf6cc@mail.gmail.com> <3f1d93450908092109p63b10f8bnd92d15fbbc943d4f@mail.gmail.com> <3f1d93450908102038g2f972d45yc3ae5cb0ae9de785@mail.gmail.com> Date: Tue, 11 Aug 2009 20:07:32 +1200 Message-ID: <3f1d93450908110107i24876437lf6f0f6fdd4a6ffbc@mail.gmail.com> From: Tim Matthews To: "b. f." , freebsd-acpi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: laptop doesn't power off X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2009 08:07:34 -0000 My problems appears to be the same as http://www.freebsd.org/cgi/query-pr.cgi?pr=124412 as originally reported here by someone who has more experience than me http://lists.freebsd.org/pipermail/freebsd-acpi/2007-October/004162.html If that pr gets fixed then I suspect my problem will too as it is described like mine with the need to remove the battery to power off. Also my laptop has an express card slot and memory stick duo slot which is a TI device and not working last time I tested. That pr is using 1386, I am using amd64 but I have just tried a i386 install disk and it couldn't shutdown either. Thanks a lot. Below is the message I sent to bf but forgot to send to the mailing list also: On Tue, Aug 11, 2009 at 3:38 PM, Tim Matthews wrote: > > > On Tue, Aug 11, 2009 at 1:22 AM, b. f. wrote: > >> On 8/10/09, Tim Matthews wrote: >> > On Mon, Aug 10, 2009 at 12:47 AM, b. f. 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. > > > I have tried different combinations of a lot of things and powering off not > working, everything else working fine with no sign of acpi errors in logs. > acpiconf -s 1 (or any other number) operation not supported. I am now very > sure that my bios is up to date. Is there any thing that can be done to make > freebsd's acpi behave like linux's acpi? > >