From owner-freebsd-questions Fri Jun 21 21:22:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from seven.slakin.net (adsl-67-112-126-134.dsl.pltn13.pacbell.net [67.112.126.134]) by hub.freebsd.org (Postfix) with ESMTP id ECA1C37B406 for ; Fri, 21 Jun 2002 21:22:09 -0700 (PDT) Received: from localhost (localhost.slakin.net [127.0.0.1]) by seven.slakin.net (Postfix) with ESMTP id 6738D7EE; Fri, 21 Jun 2002 21:22:16 -0700 (PDT) Date: Fri, 21 Jun 2002 21:22:16 -0700 (PDT) From: Matt Snow To: Guillaume Cc: dsyphers@uchicago.edu, jogegabsd , "Jack L. Stone" , jogegabsd , Subject: Re: APM not even a sign In-Reply-To: <3D13D3F6.8070908@videotron.ca> Message-ID: <20020621211925.D61146-100000@seven.slakin.net> 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 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. * * * * * * * * Matt Snow (@) drama@slakin.net (w) http://slakin.net. On Fri, 21 Jun 2002, Guillaume wrote: > Try: device apm0 > > and recompile your kernel. > > > > David Syphers wrote: > > > On Friday 21 June 2002 05:16 pm, jogegabsd wrote: > > > >>>>Hello all. I'm trying to run apm on my laptop with 4.6-RELEASE. > >>>>Now I had also this problem with 4.5-RELEASE. > >>>>I reconfigure my kernel from this > >>>> > >>>>device apm0 at nexus? disable flags 0x20 # > >>>> > >>>Advanced Power Management > >>> > >>>>to this > >>>> > >>>>device apm0 at nexus? flags 0x20 # Advanced > >>>> > >>>Power Management > >>> > >>>>Recompile and reboot. But the result is the same, no apm. > >>>>When I try to run apmd it says that device is not configured. > >>>> > >>>>I check /dev/ and I hace apm and apmctl. seems to work ok > >>>> > >>>>I have no idea what is wrong, If someone with the same problem could > >>>>help me please. > >>>> > >>>>I'm attaching my dmesg in case that's helpful. > >>>> > >>>>Thanks in advance > >>>> > >>>>Gerardo Amaya > >>>> > >>>...did you modify your rc.conf file: > >>>apm_enable="YES" > >>> > >> > >>yes. And get the same error. Devide not configured. > >> > > > > You need apmd_enable="YES" as well. > > > > -David > > > > > > > > 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