From owner-freebsd-questions Wed Aug 14 9:11:34 2002 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 61C5837B400 for ; Wed, 14 Aug 2002 09:11:30 -0700 (PDT) Received: from alpha.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D35F43E6A for ; Wed, 14 Aug 2002 09:11:29 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: from alpha.yumyumyum.org (localhost [127.0.0.1]) by alpha.yumyumyum.org (8.12.5/8.12.3) with ESMTP id g7EGAfjN037057; Wed, 14 Aug 2002 12:10:42 -0400 (EDT) (envelope-from culverk@yumyumyum.org) Received: from localhost (culverk@localhost) by alpha.yumyumyum.org (8.12.5/8.12.3/Submit) with ESMTP id g7EGAf0Q037054; Wed, 14 Aug 2002 12:10:41 -0400 (EDT) (envelope-from culverk@yumyumyum.org) X-Authentication-Warning: alpha.yumyumyum.org: culverk owned process doing -bs Date: Wed, 14 Aug 2002 12:10:41 -0400 (EDT) From: Kenneth Culver To: Jason Porter Cc: FreeBSD-Questions Subject: Re: acpi in kernel? In-Reply-To: <3D5A8053.3080308@xmission.com> Message-ID: <20020814120853.A36988-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FreeBSD-STABLE does not have ACPI support. Only FreeBSD-CURRENT does. However, the behavior you want can still be done with the following line in your kernel: device apm0 at nexus? and with the following line in /etc/rc.conf apm_enable="YES" In order to shut down the machine and make it power off you need to use: shutdown -p now or something similar. Ken On Wed, 14 Aug 2002, Jason Porter wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I had asked a friend about my comp not powering down after I run > shutdown (like Windoze does). He asked if I had acpi in my kernel. I > told him I didn't think so and he said that would do it. I looked in my > kernel and sure enough it wasn't there, so I decided to check LINT to > see if it was just an option or whatever. LINT doesn't have any mention > of it whatsoever. I'm running STABLE. If it's possible to do this > (which I'm sure it is) that'd be great if not I can live without it. I > have an ATX case and motherboard (who doesn't nowadays), so it should be > able to turn itslef off. Thanks list. > > - -- > - -Jason Porter > > "Real programmers are secure enough to write > readable code, which they then self-righteously > refuse to explain." > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.7 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQE9WoBSYV2rputn/eARAqPAAKDCayUvr1/wvbiT9souuq0uSjPaNwCglUfr > Bqn8K0hLTFcYzjOVYg6dqBI= > =t+OC > -----END PGP SIGNATURE----- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message