From owner-freebsd-questions Sat Jun 22 11: 3:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by hub.freebsd.org (Postfix) with ESMTP id E564137B403 for ; Sat, 22 Jun 2002 11:03:36 -0700 (PDT) Received: from Yggdrasil (adsl-68-20-32-187.dsl.chcgil.ameritech.net [68.20.32.187]) by midway.uchicago.edu (8.12.2/8.12.2) with ESMTP id g5MI3ZX8012924; Sat, 22 Jun 2002 13:03:35 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: David Syphers Reply-To: dsyphers@uchicago.edu To: Matt Snow , Guillaume Subject: Re: APM not even a sign Date: Sat, 22 Jun 2002 13:03:36 -0500 User-Agent: KMail/1.4.1 Cc: jogegabsd , "Jack L. Stone" , jogegabsd , References: <20020621211925.D61146-100000@seven.slakin.net> In-Reply-To: <20020621211925.D61146-100000@seven.slakin.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206221303.36288.dsyphers@uchicago.edu> 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 Friday 21 June 2002 11:22 pm, Matt Snow wrote: > I went through hell with this and found the solution on accident. > > make sure you have the following: > > in KERNEL: > device apm0 at nexus? > device dc0 > > in your /etc/rc.conf: > apm_enable="YES" > apmd_enable="YES" > > recompile your kernel and install it and you should be good to go. > I hope this works for you, it worked with 4.5 on my vaio. That you need apm0 and apm_enable is clear from the FreeBSD docs (e.g. http://www.freebsd.org/doc/en_US.ISO8859-1/articles/laptop/article.html). That you also need apmd_enable doesn't seem to be mentioned there, but is clear to anyone who reads /etc/defaults/rc.conf (as everyone should at least once). The "device dc0" makes no sense at all. This is not a valid device in -stable (LINT does not list it). Device dc (without the 0) is a PCI NIC, which you may need to access the internet, but not to use APM. -David -- Everyone who believes in telekinesis, raise my hand... Astronomy and Astrophysics Center The University of Chicago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message