From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 20:47:10 2003 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 1139E16A4B3 for ; Wed, 17 Sep 2003 20:47:10 -0700 (PDT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id E698543FBD for ; Wed, 17 Sep 2003 20:47:08 -0700 (PDT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.22.189]) by out004.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030918034708.JJOU25700.out004.verizon.net@duron.pcmedx.com>; Wed, 17 Sep 2003 22:47:08 -0500 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id 88D2AAB28; Wed, 17 Sep 2003 20:47:07 -0700 (PDT) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id E2A21AA39; Wed, 17 Sep 2003 20:47:06 -0700 (PDT) Message-ID: <000401c37d97$93aae4d0$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <20030918033326.520.qmail@web86004.mail.ukl.yahoo.com> Date: Wed, 17 Sep 2003 20:47:26 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [4.46.22.189] at Wed, 17 Sep 2003 22:47:08 -0500 cc: Tadimeti Keshav Subject: Re: how to enable auto power off 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: Thu, 18 Sep 2003 03:47:10 -0000 In your kernel config: device apm0 at nexus? flags 0x20 Add to rc.conf (before you boot the new kernel): apm_enable="yes" Now to power off, use 'shutdown -p now'. See also apm(4). ----- Original Message ----- From: "Tadimeti Keshav" To: Sent: Wednesday, September 17, 2003 8:33 PM Subject: how to enable auto power off > Guys, > I have a D815EPEA intel based motherboard. My > dual-boot Redhat 9.0 setup can automatically shutdown > and power off. But freeBSD can't do that (yet). > > Are there any flags I need to set in rc.conf or what > do I need to set to recompile the kernel? > I use freeBSD 4.5. > THanks > > ________________________________________________________________________ > Want to chat instantly with your online friends? Get the FREE Yahoo! > Messenger http://mail.messenger.yahoo.co.uk > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"