From owner-freebsd-acpi@FreeBSD.ORG Fri Jan 20 19:04:14 2006 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BB0316A41F for ; Fri, 20 Jan 2006 19:04:14 +0000 (GMT) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-01.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC6B43D48 for ; Fri, 20 Jan 2006 19:04:13 +0000 (GMT) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-05-z2.arcor-online.net (mail-in-05-z2.arcor-online.net [151.189.8.17]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id B84D7E2023 for ; Fri, 20 Jan 2006 20:04:11 +0100 (CET) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-05-z2.arcor-online.net (Postfix) with ESMTP id AA38819E6A3 for ; Fri, 20 Jan 2006 20:04:11 +0100 (CET) Received: from wizard.sanskrit.local.net (dslb-084-058-036-203.pools.arcor-ip.net [84.58.36.203]) by mail-in-09.arcor-online.net (Postfix) with ESMTP id 78C4814DC00 for ; Fri, 20 Jan 2006 20:04:11 +0100 (CET) Received: from wizard.sanskrit.local.net (localhost.sanskrit.local.net [127.0.0.1]) by wizard.sanskrit.local.net (8.13.5/8.13.5) with SMTP id k0KJ4GUP036645 for ; Fri, 20 Jan 2006 20:04:16 +0100 (CET) (envelope-from manfred.lotz@arcor.de) Date: Fri, 20 Jan 2006 20:04:10 +0100 From: Manfred Lotz To: freebsd-acpi@freebsd.org Message-Id: <20060120200410.a05870c1.manfred.lotz@arcor.de> X-Mailer: Sylpheed version 2.2.0beta2 (GTK+ 2.8.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: suspend/resume event 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, 20 Jan 2006 19:04:14 -0000 Hi there, With my Samsung X20 1730 suspend /resume works fine when doing acpiconf -s 3. I added /etc/rc.d/moused restart in /etc/rc.resume and the touchpad mouse gets awake after resuming. That's great. However when closing the lid (I set hw.acpi.lid_switch_state=S3) and then pressing the power button although suspend/resume works fine the mouse won't get restarted. This means /etc/rc.resume and presumably /etc/rc.suspend won't get called in this case. Same happen when pressing Fn-ESC the key for suspend. How can I make sure /etc/rc.suspend as well as /etc/rc.resuem gets called in the "non-acpiconf" cases? -- Manfred