FreeBSD 6 on Toshiba Tecra A4
Norberto Meijome
freebsd at meijome.net
Sun May 21 15:18:22 PDT 2006
On Sun, 21 May 2006 12:22:02 +0300
Yousef Raffah <yraffah at 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
More information about the freebsd-mobile
mailing list