From owner-freebsd-acpi@FreeBSD.ORG Fri Aug 20 23:12:31 2004 Return-Path: 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 0C5B116A4D4 for ; Fri, 20 Aug 2004 23:12:31 +0000 (GMT) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2871143D5C for ; Fri, 20 Aug 2004 23:12:30 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (80-218-73-163.dclient.hispeed.ch [80.218.73.163])i7KNCS9v001846 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 21 Aug 2004 01:12:28 +0200 Received: from localhost.here (idefix@gicco.homeip.net [127.0.0.1]) by gicco.homeip.net (8.12.8p2/8.12.8) with ESMTP id i7KNCSAZ004014 for ; Sat, 21 Aug 2004 01:12:28 +0200 (CEST) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by localhost.here (8.12.8p2/8.12.8/Submit) id i7KNCRhF004013 for freebsd-acpi@freebsd.org; Sat, 21 Aug 2004 01:12:27 +0200 (CEST) X-Authentication-Warning: localhost.here: idefix set sender to hampi@rootshell.be using -f Date: Sat, 21 Aug 2004 01:12:27 +0200 From: Hanspeter Roth To: freebsd-acpi@freebsd.org Message-ID: <20040820231227.GA3956@gicco.homeip.net> Mail-Followup-To: freebsd-acpi@freebsd.org References: <20040814163010.GA851@gicco.homeip.net> <4122A173.6030100@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4122A173.6030100@root.org> User-Agent: Mutt/1.4.1i Subject: Re: suspend on Pavilion hangs X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 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 Aug 2004 23:12:31 -0000 On Aug 17 at 17:23, Nate Lawson spoke: > Hanspeter Roth wrote: > >What if I remove some devices from the kernel that are not > >necessarily needed? > > That's a good way to start debugging suspend/resume problems. For more > info, see the handbook: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html I have removed some devices. But still the laptop hangs on suspend. The output is now: acpi_lid0: wake_prep enabled for \_SB_.C136 (S3) ======== acpi_printcpu() debug dump ======== [...] It shows acpi_lid0 even though I have not used the lid switch but acpiconf -s 3. Is there something else I can try? Dmesg, sysctl.acpi and acpidump are available at: http://home.datacomm.ch/hampi/pavilion/ -Hanspeter