On 2008-04-15, axel keuchel <[EMAIL PROTECTED]> wrote:
> apm0 at bios0: Power Management spec V1.2
> apm0: AC on, no battery
> acpi at bios0 function 0x0 not configured
> [etc. pp.]
>
> You see, acpi doesn't seem to work at all.

that's normal: with single processor systems, APM is preferred.
with multi processor systems, ACPI is preferred. (this is done in
sys/arch/i386/i386/bios.c, the "if (apm && ncpu < 2)" check).

> Up to now, I don't know, how to deal with this. Under Debian and WinXP acpi
> works without problems.
>
> Just let my know, if you need any further Information (acpidumb?).

# SYS=asus-m6ne
# mkdir $SYS; cd $SYS
# acpidump -o $SYS > $SYS.aml
# dmesg > $SYS.dmesg
# cd ..;tar czf $SYS.tgz $SYS

put the created tgz on a webserver and send the URL.

Reply via email to