From owner-freebsd-questions@FreeBSD.ORG Sat Feb 14 20:33:06 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 A5B3816A4CE for ; Sat, 14 Feb 2004 20:33:06 -0800 (PST) Received: from smtp-2.mdc.net (smtp-2.mdc.net [209.251.64.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B89E43D1F for ; Sat, 14 Feb 2004 20:33:06 -0800 (PST) (envelope-from matthew@netway.com) Received: from admin1.mdc.net (admin1.mdc.net [209.251.64.23]) by smtp-2.mdc.net (8.9.3/8.9.1) with ESMTP id XAA09372 for ; Sat, 14 Feb 2004 23:33:02 -0500 (EST) (envelope-from matthew@netway.com) Date: Sat, 14 Feb 2004 23:32:56 -0500 (EST) From: matthew X-X-Sender: matthew@admin1.mdc.net To: freebsd-questions@freebsd.org In-Reply-To: <20040214223801.S76799@admin1.mdc.net> Message-ID: <20040214233113.E83233@admin1.mdc.net> References: <20040215021711.263F716A4F3@hub.freebsd.org> <6.0.1.1.2.20040214213334.02679008@mail.chainmailconnection.com> <20040214223801.S76799@admin1.mdc.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: APM on 4.9 on a Winbook XL2 laptop 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: Sun, 15 Feb 2004 04:33:06 -0000 On Sat, 14 Feb 2004, matthew wrote: > > > On Sat, 14 Feb 2004, Sara Trice wrote: > > > I can't get the APM on this to work for anything. I have tried putting: > > > > apm_load="YES" > > > > in my /boot/loader.conf file, and the lines: > > > > apm_enable="YES" > > apmd_enable="YES" > > > > in my /etc/rc.conf file. > > > > I run apm -a and it tells me: > > apm: can't open /dev/apm: Device not configured > > > > Any ideas? Sara emailed me back when she found the answer. I want to post this so others can find this answer too. Her solution was: echo "en apm0" >> /boot/kernel.conf m > > > > One would make sure that > > device apm0 at nexus? disable flags 0x20 # Advanced Power > Management > > is in their running kernel. > > Is APM enabled in your BIOS? > > These two answers are the basic ones. Reply back with answer. > > m > > > TIA > > Sara T. > > > > _______________________________________________ > > 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" > > >