Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2002 21:22:16 -0700 (PDT)
From:      Matt Snow <drama@slakin.net>
To:        Guillaume <amyfoub@videotron.ca>
Cc:        dsyphers@uchicago.edu, jogegabsd <jogegabsd@intelnet.net.gt>, "Jack L. Stone" <jackstone@sage-one.net>, jogegabsd <jogegabsd@myrealbox.com>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: APM not even a sign
Message-ID:  <20020621211925.D61146-100000@seven.slakin.net>
In-Reply-To: <3D13D3F6.8070908@videotron.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020621211925.D61146-100000>