From owner-freebsd-acpi@FreeBSD.ORG Fri Nov 25 17:01:04 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 AFCA516A41F for ; Fri, 25 Nov 2005 17:01:04 +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 5677B43D45 for ; Fri, 25 Nov 2005 17:01:02 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (ppp-71-139-30-140.dsl.snfc21.pacbell.net [71.139.30.140]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id jAPH17ZM015154 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 25 Nov 2005 09:01:08 -0800 Message-ID: <43874347.2030204@root.org> Date: Fri, 25 Nov 2005 09:00:55 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruno Ducrot References: <19269e540511250555p18355d49u@mail.gmail.com> <20051125142558.GB8628@poupinou.org> In-Reply-To: <20051125142558.GB8628@poupinou.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org, Timm Florian Gloger Subject: Re: System freezes when using ACPI 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, 25 Nov 2005 17:01:04 -0000 Bruno Ducrot wrote: > On Fri, Nov 25, 2005 at 02:55:13PM +0100, Timm Florian Gloger wrote: > >>hey list, >> >>i installed a fresh 6.0 stable system on my machine. >> >>when using acpi the system freezes after less than 10 minutes. >>with disabled acpi there is no such problem and the system runs fine. >> >>i am new to freebsd so i dont know all the things which may influence >>the acpi driver to misbehave. >> >>i attached the outputs which are mentioned in the handbook. >> >>the system is: >> >>asus a7n8x deluxe rev 2.0 bios 1008 >>amd athlon xp 3000+ fsb 400 >>1 gb ddr400 ram >>nforce 2 chipset (firewire disabled) >>sapphire radeon 9800 pro >> >>if there are any further information required to get the system work >>properly ... > > > Looks like when you enable ACPI then APIC will be used for > interrupts whereas ATPIC will be used whithout ACPI. > > I guess the problem come from APIC, not ACPI (unless of course the > configuration things coming from ACPI is wrong). If it is the APIC, just set this in /boot/loader.conf: hint.apic.0.disabled="1" -- Nate