From owner-freebsd-mobile@FreeBSD.ORG Fri Jun 3 15:48:25 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B858016A41C for ; Fri, 3 Jun 2005 15:48:25 +0000 (GMT) (envelope-from pldrouin@pldrouin.net) Received: from smtp.cyberfingers.net (smtp.cyberfingers.net [198.177.254.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83B1543D53 for ; Fri, 3 Jun 2005 15:48:25 +0000 (GMT) (envelope-from pldrouin@pldrouin.net) Received: from [134.117.14.179] (pldrouin-mobile.physics.carleton.ca [134.117.14.179]) by smtp.cyberfingers.net (Postfix) with ESMTP id 523A217001F for ; Fri, 3 Jun 2005 11:48:24 -0400 (EDT) Message-ID: <42A07BBB.9010606@pldrouin.net> Date: Fri, 03 Jun 2005 11:48:11 -0400 From: Pierre-Luc Drouin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050519) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Getting suspend modes to work on a Dell Precision M70 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2005 15:48:25 -0000 Hi, I got a Dell Precision M70. All the ACPI features (battery, power buttons, change CPU frequency, temperature) seam to work, except the suspend modes. Here is what I get: acpi0: on motherboard acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 acpi_acad0: on acpi0 acpi_cmbat0: on acpi0 acpi_cmbat1: on acpi0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 acpi_tz0: on acpi0 atkbdc0: port 0x66,0x62,0x64,0x60 irq 1 on acpi0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 acpiconf -s1 Jun 3 11:41:57 mdaemon acpi: suspend at 20050603 11:41:57 Jun 3 11:41:57 mdaemon kernel: acpi0: Sleep state S1 not supported by BIOS Jun 3 11:41:57 mdaemon acpi: resumed at 20050603 11:41:57 acpiconf: sleep type (1) failed: Invalid argument acpiconf -s2 Jun 3 11:42:55 mdaemon acpi: suspend at 20050603 11:42:55 Jun 3 11:42:55 mdaemon kernel: acpi0: Sleep state S2 not supported by BIOS Jun 3 11:42:55 mdaemon acpi: resumed at 20050603 11:42:55 acpiconf: sleep type (2) failed: Invalid argument acpiconf -s3 Jun 3 11:43:48 mdaemon acpi: suspend at 20050603 11:43:48 Jun 3 11:43:48 mdaemon kernel: acpi0: device_suspend failed Jun 3 11:43:48 mdaemon acpi: resumed at 20050603 11:43:48 acpiconf -s4 Jun 3 11:44:18 mdaemon acpi: suspend at 20050603 11:44:18 Jun 3 11:44:19 mdaemon kernel: acpi0: device_suspend failed Jun 3 11:44:19 mdaemon acpi: resumed at 20050603 11:44:19 How can I fix it? Thanks!