|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Stuart Henderson (stu
spacehopper.org)
Date: Tue Apr 15 2008 - 16:41:10 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2008-04-15, axel keuchel <axel.keuchel
web.de> 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.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]