From owner-freebsd-questions Tue Oct 16 22:11:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rapidsite.net (mail.rapidsite.net [207.158.192.62]) by hub.freebsd.org (Postfix) with SMTP id B857037B401 for ; Tue, 16 Oct 2001 22:11:02 -0700 (PDT) Received: from r00.nat.boca.verio.net (208.55.254.110) by mail.rapidsite.net (RS ver 1.0.60s) with SMTP id 03374061; Wed, 17 Oct 2001 01:10:54 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: Jason Vervlied To: "David Loszewski" , Subject: Re: power down Date: Wed, 17 Oct 2001 01:10:54 -0400 X-Mailer: KMail [version 1.3] References: <002801c156a9$062319f0$3000a8c0@sickness> In-Reply-To: <002801c156a9$062319f0$3000a8c0@sickness> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Loop-Detect: 1 Message-Id: <20011017051102.B857037B401@hub.freebsd.org> 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 On Tuesday 16 October 2001 09:14 pm, David Loszewski wrote: > What command powers down an ATX PC? I thought 'shutdown -p now' was > supposed to but it doesn't. > > Dave > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message It does, but you need to make sure you have device apm0 compiled into your kernel (is there simply a kernel module that can be loaded for this?) and apm_enable="YES" in your /etc/rc.conf file. -- Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message