From owner-freebsd-acpi@FreeBSD.ORG Fri May 15 01:33:38 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 7B376106566C for ; Fri, 15 May 2009 01:33:38 +0000 (UTC) (envelope-from mogunus@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 36ADC8FC0A for ; Fri, 15 May 2009 01:33:38 +0000 (UTC) (envelope-from mogunus@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so945379yxb.13 for ; Thu, 14 May 2009 18:33:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=IbA1M/OrtS9/Pid0l0773xXhpsg5egNs1B5F25HpLKw=; b=A2qSD6UaWi98WLg1SMwCEN6gv2qYOmZbrRS4/S/4W1iaZx4KYq7Llz0MOqB+lFBD86 K3jXAHU4H1rhPVi/4Z812XF1WIjikncnkHWRZZWnmIrPuETRETx0paQ3MGwMwYydgeCU tbBBmAOKnm/ayewqnhXQLBiUw48zQVibjdvq4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=SML+HBXQwL1NrUXcIR7leL8+mwBAXmNdyGQLsH1dmjPoJDF8esfFZQJMz4/HNuORHB CsYoU252KoiCr72aM1axqzuO79SA36cUbGp4VhoGCoT4zke2IJ9+f1pMG9cLEVj104uv 1GHh8t5Yg4ScDBxISUj2fPIEwMC52LcwJ9ixM= MIME-Version: 1.0 Received: by 10.151.124.1 with SMTP id b1mr4787561ybn.160.1242349390444; Thu, 14 May 2009 18:03:10 -0700 (PDT) Date: Thu, 14 May 2009 21:03:10 -0400 Message-ID: <24a7fa6d0905141803x2205621s5f99642ce61ae56b@mail.gmail.com> From: Marco Carmosino To: freebsd-acpi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: suspend/resume, amd64, FreeBSD 7.2 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: Fri, 15 May 2009 01:33:38 -0000 Hello, I have been attempting to use suspend/resume on my desktop computer. I think it probably should work, since S3 suspend works fine under linux. This is the output of sysctl hw.acpi: hw.acpi.supported_sleep_state: S1 S3 S4 S5 hw.acpi.power_button_state: S5 hw.acpi.sleep_button_state: S1 hw.acpi.lid_switch_state: NONE hw.acpi.standby_state: S1 hw.acpi.suspend_state: S3 hw.acpi.sleep_delay: 1 hw.acpi.s4bios: 0 hw.acpi.verbose: 0 hw.acpi.disable_on_reboot: 0 hw.acpi.handle_reboot: 0 hw.acpi.cpu.cx_lowest: C1 this is my problem: [root@hydra /usr/home/mog]# acpiconf -s 1 acpiconf: request sleep type (1) failed: Operation not supported [root@hydra /usr/home/mog]# acpiconf -s 2 acpiconf: request sleep type (2) failed: Operation not supported [root@hydra /usr/home/mog]# acpiconf -s 3 acpiconf: request sleep type (3) failed: Operation not supported [root@hydra /usr/home/mog]# acpiconf -s 4 acpiconf: request sleep type (4) failed: Operation not supported [root@hydra /usr/home/mog]# acpiconf -s 5 acpiconf: invalid sleep type (5) There seem to be no other error messages, just "Operation not supported." This is confusing, because S3 is listed as supported, and I found http://lists.freebsd.org/pipermail/freebsd-amd64/2009-March/011982.html this thread from back in march saying that amd64 suspend code has been committed. Here is my ASL file: http://mogunate.org/mogunus-desktop.asl I built the system myself from parts on newegg. My motherboard is an asus p5n32-SLI SE deluxe, I am running a core 2 duo processor. This is my first time running FreeBSD. If there is any way I can help getting suspend to work, please let me know. Thanks, Mog