From owner-freebsd-acpi@FreeBSD.ORG Tue Jul 26 19:12:53 2005 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 3535F16A41F for ; Tue, 26 Jul 2005 19:12:53 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D3343D46 for ; Tue, 26 Jul 2005 19:12:52 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j6QJCno5016684 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 26 Jul 2005 12:12:49 -0700 Message-ID: <42E68B30.3000702@root.org> Date: Tue, 26 Jul 2005 12:12:48 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexandru Balan References: <1122197470.972.23.camel@abalan.dsd.ro> In-Reply-To: <1122197470.972.23.camel@abalan.dsd.ro> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@FreeBSD.org Subject: Re: system resumes by itself after S3 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: Tue, 26 Jul 2005 19:12:53 -0000 Alexandru Balan wrote: > Hello there, > > Ever since i was running 5.3-RELEASE acpiconf -s 3 had this problem for > me: s3 worked just fine but after 2-3 seconds the system would wake up > again. I tried removing every module i could from the kernel but with no > luck. I updated to 5.3-STABLE and now i'm running 6.0-BETA1 ( RELENG_6 ) > but nothing has changed. Any clues, anyone ? Try disabling apic: hint.apic.0.disabled="1" Or compile it out of the kernel. -- Nate