Re: FreeBSD 6 on Toshiba Tecra A4

Norberto Meijome <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <20060522081814.21e87529@localhost>
On Sun, 21 May 2006 12:22:02 +0300
Yousef Raffah <[email protected]> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.