From owner-freebsd-questions@FreeBSD.ORG Tue Mar 15 17:58:17 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5F0516A4CE for ; Tue, 15 Mar 2005 17:58:17 +0000 (GMT) Received: from vmx55.multikabel.net (vmx55.multikabel.net [212.127.254.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4048343D3F for ; Tue, 15 Mar 2005 17:58:17 +0000 (GMT) (envelope-from koendewijs@gmx.net) Received: from vmx60.multikabel.net ([212.127.254.141]) by vmx55.multikabel.net with esmtp (Exim 4.44) id 1DBGIz-0006hL-CH for freebsd-questions@freebsd.org; Tue, 15 Mar 2005 18:58:09 +0100 Received: from [84.107.21.88] (84-107-21-88.dsl.quicknet.nl [84.107.21.88]) by vmx60.multikabel.net (8.12.10/8.12.8) with ESMTP id j2FHw6Pk026140 for ; Tue, 15 Mar 2005 18:58:06 +0100 Message-ID: <4237222E.2090009@gmx.net> Date: Tue, 15 Mar 2005 18:58:06 +0100 From: koen de wijs User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-MultiKabel-MailScanner-Information: Please contact helpdesk@quicknet.nl for more information X-MultiKabel-MailScanner: Found to be clean X-MultiKabel-MailScanner-SpamCheck: X-MultiKabel-MX-MailScanner-Information: Please contact helpdesk@quicknet.nl for more information X-MultiKabel-MX-MailScanner: Found to be clean X-MultiKabel-MX-MailScanner-SpamCheck: X-MailScanner-From: koendewijs@gmx.net Subject: shutdown problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 17:58:17 -0000 Hello, I have reinstalled FreeBSD. First I used 5.2.1 and now am I using 5.3. When I shutdown my system I have to press the power button to shutdown. With 5.2.1 I didn't need to do that. I searched some time and I found this: I found this text on this site: http://www.freebsd.org/releases/5.3R/relnotes-i386.html The acpi(4) driver will now be disabled automatically when the machine has a well-known broken BIOS. This behavior can be overridden by setting the loader tunable hint.acpi.0.disabled to 0. Do I have to add the line /hint.acpi.0.disabled="0" /to loader.conf?? Or do I have to add the line /hw.acpi.disable_on_poweroff="0"?? /Could anybody help me? I'm new to both FreeBSD and Unix. Thanks Koen