From owner-freebsd-current@FreeBSD.ORG Wed Jun 8 21:17:44 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CC4216A41C; Wed, 8 Jun 2005 21:17:44 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21C1543D1D; Wed, 8 Jun 2005 21:17:43 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from localhost.localdomain (yazzy.yazzy.org [192.168.98.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.yazzy.org (Postfix) with ESMTP id 5EB9E39865; Wed, 8 Jun 2005 23:18:04 +0200 (CEST) Date: Wed, 8 Jun 2005 23:17:40 +0200 From: Marcin Jessa To: freebsd-mobile@freebsd.org, current@freebsd.org Message-Id: <20050608231740.2b01a22f.lists@yazzy.org> Organization: YazzY.org X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Resume with ACPI doesn't work on ThinkPad R50e X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 21:17:44 -0000 Hi. I've Thinkpad R50e and I am struggeling to make resume work on it. I'm on FreeBSD 6.0-CURRENT #2: Wed Jun 8 21:12:11 CEST 2005 (built on sources from a couple of hours ago). I am able to change the speed of CPU and put the laptop in sleep mode with acpiconf -s 3 (S1, S2 and S3 are supported). The problem is it never manages to fully wake up from the sleep mode. I tried with and without X running with the same result. It wakes up, I can hear the drives spin, the screen is turned on but the laptop is still frozen. The keayboard is unaccessible. I dont have apm enabled in the kernel. Those are the values in my sysctl.conf: hw.pci.do_powerstate=1 hw.acpi.lid_switch_state=S3 hw.acpi.standby_state=S1 hw.acpi.suspend_state=S3 hw.acpi.sleep_button_state=S3 vfs.usermount=1 hw.acpi.sleep_delay=3 device.hints has hint.apm.0.disabled="0" In the dmesg I can also see many occurances of ichss0: transition to 1 failed I think that begun after I added device cpufreq to my kernel config. I also followed http://www.iosn.net/Members/kaeru/articles/freebsd/x40/index_html but with no luck. Any ideas how to make resume work? Cheers, Marcin