From owner-freebsd-acpi@FreeBSD.ORG Sat Oct 19 06:16:29 2013 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AB0D610B for ; Sat, 19 Oct 2013 06:16:29 +0000 (UTC) (envelope-from andrewklaus@gmail.com) Received: from mail-vb0-x232.google.com (mail-vb0-x232.google.com [IPv6:2607:f8b0:400c:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DF5B2869 for ; Sat, 19 Oct 2013 06:16:29 +0000 (UTC) Received: by mail-vb0-f50.google.com with SMTP id x14so2476348vbb.9 for ; Fri, 18 Oct 2013 23:16:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=+2zQUKXWhp72tCqK+xIf5JY7ZyLD2KTWBlmnBxuUuxQ=; b=V/F1oG6t8ORPJJHrlizNzUI8m6QrjMRKwc106h9IDWRXwWTYtjTQDMUhzefUmv1Cx+ yzgWywUO5AFiIDAX5Oe3h21wmm8898IOjMw+DTyD9JirXtDn4d6P1wdzesUcPzL8z6rf x527Kww9I9/gCqf8+LOMxh2he89UtCdWIMkYs6tYeuFgO4O9O54g9EnYCZ8sr14znZQl hEO39WWw5AtSloBlLgdUTZx6fDu8+lJZL0dnbiU8UaiKrByVkG590zMt6wEWun7UXk+e EVMnT7DjENm7QGTMJTx1CfxLxnDvu6KWNDx3K8E7/LPiP9SL2jd0oGssKg0447PS2JDw z/yA== X-Received: by 10.52.165.131 with SMTP id yy3mr3131597vdb.25.1382163387786; Fri, 18 Oct 2013 23:16:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.93.74 with HTTP; Fri, 18 Oct 2013 23:16:06 -0700 (PDT) From: Andrew Klaus Date: Sat, 19 Oct 2013 00:16:06 -0600 Message-ID: Subject: Suspend/Resume on Dell E6410 Laptop To: freebsd-acpi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 06:16:29 -0000 Hello, I'm running 9.2-RELEASE with a fresh load. Suspend/Resume works in Linux and OpenBSD it seems, but FreeBSD doesn't seem to like it very much. I've pretty well exhausted most of the troubleshooting from the acpi debugging page. Suspend to S3 works, but when trying to resume from S3, the screen stays blank. If I leave the system as default, the keyboard still seems to be responsive (backspace at the console beeps, and I can issue reset commands). If I enable the hw.acpi.reset_video, keyboard doesn't work and I need to force reboot. The acpi.suspend_delay didn't seem to help much either. I've dumped the dsdt and force rebuilt it (with 18 errors). I also tried setting the ACPI OS to Windows 2001, Window 2009, and Linux in loader.conf. If anyone can help out, it would be greatly appreciated. I really want to be running FreeBSD on my laptop full time. Thanks! Andrew