Re: APM on 4.9 on a Winbook XL2 laptop

2004-02-15 Thread Warren Block
On Sat, 14 Feb 2004, matthew wrote:

> One would make sure that
>
> device  apm0at nexus? disable flags 0x20 # Advanced Power Management
>
> is in their running kernel.

Not with that "disable" in there, which disables it.  On every desktop
system I've tried, a simple

device  apm

is enough.  Other hints may be required for some notebooks.

Of course, this is just the kernel part.  It also needs apm entries in
/etc/rc.conf and an APM-cable BIOS.

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: APM on 4.9 on a Winbook XL2 laptop

2004-02-14 Thread matthew


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  apm0at 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.
> >
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> >
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: APM on 4.9 on a Winbook XL2 laptop

2004-02-14 Thread matthew


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?
>

One would make sure that

device  apm0at 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.
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


APM on 4.9 on a Winbook XL2 laptop

2004-02-14 Thread Sara Trice
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?

TIA
Sara T.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"