PDA

View Full Version : AL440XL board and problems with power-off



Katharina
11-09-2004, 06:57 PM
I have an Intel AL440XL board and problems with power-off
If I use kernel 2.4.22 (Knoppix 3.3 and older) the PC turnes off after shut-down with
"halt" command.
By using kernel 2.4.23 (Knoppix 3.4 and newer) the PC don't power-off (also with bootoption noacpi or acpi=off)
- that's my problem.
I compared the APM sources but I can't find any differences.
The ACPI-Modul is not inserted.

Has anyone an idea where the reason is located?
I would like to use a newer Kernel and the PC should turn-off on halt.

Katharina

Markus
11-09-2004, 08:48 PM
What do these say:
dmesg |grep apm
dmesg |grep acpi

What do you have appended in /etc/lilo.conf?

Katharina
11-10-2004, 05:40 PM
dmesg | grep apm
Kernel command line: BOOT_IMAGE=Knx36_267_a7 ro
root=307 ramdisk_size=100000 init=/etc/init lang=de
apm=power-off nomce
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)

dmesg | grep acpi
You can enable it with acpi=force

lilo.conf
append="ramdisk_size=100000 init=/etc/init lang=de
apm=power-off nomce"

modinfo apm
filename: /lib/modules/2.6.7/kernel/arch/i386/kernel/apm.ko
author: Stephen Rothwell
description: Advanced Power Management
license: GPL
parm: debug:Enable debug mode
parm: power_off:Enable power off
parm: bounce_interval:Set the number of ticks to ignore
suspend bounces
parm: allow_ints:Allow interrupts during BIOS calls
parm: broken_psr:BIOS has a broken GetPowerStatus call
parm: realmode_power_off:Switch to real mode before
powering off
parm: idle_threshold:System idle percentage above which to
make APM BIOS idle calls
parm: idle_period:Period (in sec/100) over which to caculate
the idle percentage
parm: smp:Set this to enable APM use on an SMP platform.
Use with caution on older systems
alias: char-major-10-134
vermagic: 2.6.7 SMP preempt 386 gcc-3.3
depends:

apm -V
apm version 3.2.1

Markus
11-10-2004, 10:02 PM
If your BIOS is acpi capable you could try removing the apm part from lilo.conf, run lilo -v to update it, and try booting with apm=off acpi=force
Have you tried updating the BIOS?

Katharina
11-10-2004, 10:21 PM
Thanks,
my BIOS is the last available version.
If I remove the apm-module and load acpi=force the computer don't also not power-off.

Markus
11-10-2004, 11:01 PM
Hmm, if acpi loads successfully you could check the kernel-parameters.txt for it's options.
Sorry, but I don't know if the file comes with knoppix.
You could also try the noapic cheatcode.
Other than that, try disabling Power Management in the BIOS.

Katharina
11-16-2004, 04:40 PM
I have tried noapic, acpi=power_off/_on, own kernelbuilds (with the same configoptios for apm) etc.
If I use kernel 2.4.22 the PC turnes off after shut-down with "halt" command.
By using kernel 2.4.23 don't power-off - by using the same bootoptions.
I think I can't solve this problem - but I'm shure I will find any new problem.
Thank you.
Katharina

Markus
11-16-2004, 06:49 PM
Well, that was about all I could think of. Have you tried kanotix (http://kanotix.com) which has acpi enabled?
You could also try replacing sysvinit but it's a bit risky, here's a howto (http://s95018669.onlinehome.us/knoppix/sysvinit.shtml) for doing it on knoppix 3.3

Katharina
11-19-2004, 07:35 PM
Thank you,
I will try it. (I have an image of my partition!)
I have also got the tip to look at the makefiles.
But just I my PC is not available for me.
Katharina