From owner-freebsd-acpi@FreeBSD.ORG Wed Sep 17 19:53:01 2008 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 9F308106566C for ; Wed, 17 Sep 2008 19:53:01 +0000 (UTC) (envelope-from Juergen.Dankoweit@T-Online.de) Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by mx1.freebsd.org (Postfix) with ESMTP id 5047E8FC13 for ; Wed, 17 Sep 2008 19:52:55 +0000 (UTC) (envelope-from Juergen.Dankoweit@T-Online.de) Received: from fwd05.aul.t-online.de by mailout11.sul.t-online.de with smtp id 1Kg2pk-0002gR-03; Wed, 17 Sep 2008 21:37:04 +0200 Received: from [192.168.1.137] (bVBqEcZeZhLHssf9EyNwLeTFvldnDw2aMy3Dn3rC-uN-0thgp0ShlmkTFVjrgrSwqz@[87.174.253.211]) by fwd05.aul.t-online.de with esmtp id 1Kg2pP-1mWpou0; Wed, 17 Sep 2008 21:36:43 +0200 From: Juergen Dankoweit To: freebsd-acpi@freebsd.org Content-Type: text/plain Date: Wed, 17 Sep 2008 21:36:42 +0200 Message-Id: <1221680202.1720.10.camel@t43.juergendankoweit.net> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-ID: bVBqEcZeZhLHssf9EyNwLeTFvldnDw2aMy3Dn3rC-uN-0thgp0ShlmkTFVjrgrSwqz X-TOI-MSGID: 81dabcfa-c8ef-45f8-a45a-6b12060930b9 Subject: Thinkap T43 suspend/resume only once X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Juergen.Dankoweit@T-Online.de List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 19:53:01 -0000 Hello to the list. On my Thinkpad T43 every component works great with FreeBSD 7.0 and 7.1 PRERELEASE. But there is one point that does not work correctly. When I press the Fn+F4 buttons the first time after booting the system, ACPI mode S3 is called correctly and the notebook goes into suspend mode. After pressing Fn alone the notebook resumes perfekt. But when I press Fn+F4 the next time, nothing happens. Entering "acpiconf -s 3" suspends the notebook and resuming is no problem Where is the problem? If this is the wrong list, please tell me. Many thanks for your answers. Best regards J.D. Here the configuration files: /boot/loader.conf ---------------- # fuer T43 acpi_ibm_load="YES" # Sound-Modul laden snd_ich_load="YES" # Bluetooth ng_ubt_load="YES" # ATi-Radeon-Module fuer X300 radeon_load="YES" # fuer Mono kern.ipc.semmni=40 kern.ipc.semmns=300 # fuer gamin kern.maxfiles="25000" /etc/sysctl.conf ---------------- # ACPI fuer Thinkpad T43 # hw.acpi.reset_video=1 hw.acpi.lid_switch_state=S3 hw.acpi.sleep_button_state=S3 hw.acpi.power_button_state=S5 hw.acpi.sleep_delay=3 hw.acpi.verbose=1 dev.acpi_ibm.0.events=1 hw.syscons.sc_no_suspend_vtswitch=0 /etc/devd.conf (the relevant entry): ------------------------------------ # Suspend fuer IBM Thinkpad T43 notify 10 { match "system" "ACPI"; match "subsystem" "IBM"; match "notify" "0x04"; action "logger -t Fn+F4 && /etc/rc.suspend"; }; uname -a says: -------------- FreeBSD t43.juergendankoweit.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Sun Sep 14 09:24:44 CEST 2008 juergen@t43.juergendankoweit.net:/usr/obj/usr/src/sys/GENERIC i386