From owner-freebsd-acpi@FreeBSD.ORG Fri Jan 13 15:02:29 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 0C71816A41F for ; Fri, 13 Jan 2006 15:02:29 +0000 (GMT) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id E10DA43D58 for ; Fri, 13 Jan 2006 15:02:24 +0000 (GMT) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id A6330D620C for ; Fri, 13 Jan 2006 16:02:23 +0100 (CET) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id 94206BCE62 for ; Fri, 13 Jan 2006 16:02:23 +0100 (CET) Received: from wizard.sanskrit.local.net (dslb-084-058-013-113.pools.arcor-ip.net [84.58.13.113]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 5A10CAF8E8 for ; Fri, 13 Jan 2006 16:02:23 +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 k0DF2NIT052463 for ; Fri, 13 Jan 2006 16:02:23 +0100 (CET) (envelope-from manfred.lotz@arcor.de) Date: Fri, 13 Jan 2006 16:02:17 +0100 From: Manfred Lotz To: freebsd-acpi@freebsd.org Message-Id: <20060113160217.bd14012a.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: Samsung X20 freezes during suspend/resume 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, 13 Jan 2006 15:02:29 -0000 Hi there, I had already posted to the freebsd-mobile list. Perhaps that was the wrong list. The laptop is a Samsung X20 1730 V, FreeBSD is 6.0 STABLE, acpi is used. During suspend/resume the Samsung X20 1730 freezes. It seems that suspend works although after resume I see 20 or more messages like: ioapic_suspend: not_implemented! and then: fwohci0: Phy 1394a available S400, 2 ports fwohci0: Link S400, max_rec 2048 bytes fwohci0: Initiate bus reset The system doesn't respond anymore. I tried "acpidump -d -o dsdt" and then "iasl -dc dsdt" but iasl found no errors. What could I do to track it down? - Manfred--