From owner-freebsd-questions@FreeBSD.ORG Sun Dec 19 10:57:23 2004 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 EF7E716A4CE for ; Sun, 19 Dec 2004 10:57:23 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F6443D45 for ; Sun, 19 Dec 2004 10:57:23 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so71260rne for ; Sun, 19 Dec 2004 02:57:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=tj53L60BHx6nt9ZQDmr35DeOpShbxUdMYT8UyL07+MFIYH8xAmmJcsqJSu2v7zz5QcV8V0URbeNqr+hjoVrS/HeyoqnfBQMa4A5Sn16kygjyBDjpfEpJ1G5re6TNkfn0EsNXLTuZDTpVX3OFrtEfL5/qWABDC0mbtJD7K9d0o5E= Received: by 10.38.208.29 with SMTP id f29mr260953rng; Sun, 19 Dec 2004 02:57:23 -0800 (PST) Received: by 10.38.101.3 with HTTP; Sun, 19 Dec 2004 02:57:23 -0800 (PST) Message-ID: Date: Sun, 19 Dec 2004 04:57:23 -0600 From: Eric Kjeldergaard To: Thierry Lacoste In-Reply-To: <001001c4e56b$77252180$0100a8c0@ALDEBARAN> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <000801c4e537$a720c080$0100a8c0@ALDEBARAN> <001001c4e56b$77252180$0100a8c0@ALDEBARAN> cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD loader X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eric Kjeldergaard List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Dec 2004 10:57:24 -0000 > > > How can I configure the loader of FreeBSD 5.2 such that > > > the default is loading the kernel with ACPI support. > > > > with ACPI is the default, is it not? > > > No. When I let the loader timeout, it does not load > the acpi.ko module. This is the second choice. > > This is the way /boot/beastie.4th operates; > at least for FreeBSD 5.2 installed from > the freebsdmall CDs. Huh, that's strange, I could have sworn it was on mine...but nevermind that, on to a solution. Ideally, all the acpi option does is load the acpi module, so if you use /boot/loader.conf (man loader.conf) you could use the load keyword and it should load it right up on boot. -- If I write a signature, my emails will appear more personalised.