Re: FreeBSD 6 on Toshiba Tecra A4

[ Available lists | Index of freebsd-mobile | Month of May 2006 | Week of 21 May 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Norberto Meijome <freebsd@meijome.net>
Date
21 May 2006 22:18:21
Subject
Re: FreeBSD 6 on Toshiba Tecra A4
Message-ID
20060522081814.21e87529@localhost

In reply to
Referenced by

[ Hide this part ]
On Sun, 21 May 2006 12:22:02 +0300
Yousef Raffah <yraffah@savola.com> wrote:

> I have disabled acpi and enabled apm in my kernel as
> # Power management support (see NOTES for more options)
> device apm
> # Add suspend/resume support for the i8254.
> device pmtimer
>
> This what happens when I run apmd in debug mode:
>
> # apmd -d -v
> apmd[15918]: start
> apmd: cannot open device file `/dev/apm': No such file or directory
>
> How can I have /dev/apm?

[...]
Ian is right, but u may want to disable acpi too:
/boot/device.hints:

#FOR ACPI
### APM vs ACPI
hint.apm.0.disabled="1"
hint.acpi.0.disabled="0"

#FOR APM
### APM vs ACPI
hint.apm.0.disabled="0"
hint.acpi.0.disabled="1"

(of course, the rest of the lines in device.hits shouldn't need to be changed.
B


Elapsed time: 0.168 seconds