Stuart Henderson <stu <at> spacehopper.org> writes: > > On 2008-04-15, axel keuchel <axel.keuchel <at> 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. > >
Done as you said:-)! I've done two acpidumps - one after a normal boot and another one after disabling apm. 1. With apm enabled: www.file-upload.net/en/download-791386/asus-m6ne.tgz.html 2. With apm disabled: www.file-upload.net/en/download-791419/asus-m6ne_dis able-apm.tgz.html Please let me know, if you need further information! Thanks a lot!!!