PC halt

Post Reply
Message
Author
Jule+Weber

PC halt

#1 Post by Jule+Weber »

Hallo Leute,

hat jemand einen guten Tip für mich ?

Mein Rechner bootet wieder durch statt sich auszuschalten.
Mach ich das selbe mit der Knoppix-CD, dann funktionierts.
Folgendes ist eingestellt:

Im Kernel:
[*] Advanced Power Management

[*] Enable APM at boot time
[*] Do CPU IDLE calls
[*] Enable console blanking using APM
[*] Power off on shutdown
[*] RTC stores time in GMT

/etc/lilo.conf
append="apm=power-off"


Habe ich 'was vergessen oder falsch geschrieben ?

Grüsse
Jule

meo

Re: PC halt

#2 Post by meo »

also, naja, hä?
was machst Du?
Welchen befehl stzt Du ab?
Halt, reboot, oder was?
Gib doch mal genau an was Du machst bevor der Rechner rebootet.
So kann man garnichts sagen, dis kernel einstellungen sagen in diesem fall nicht viel aus.
Gib doch mal als root den Befehl "halt", bzw. "init 0" in der Konsole ein und schau mal was passiert.
gruss

jule

Re: PC halt

#3 Post by jule »

shutdown -h now oder halt oder kDE-PC herunterfahren
kein Unterschied zwischen init 0 und 6, die Kiste startet immer wieder durch

meo

Re: PC halt

#4 Post by meo »

<blockquote><hr>
CONFIG_APM:

APM is a BIOS specification for saving power using several different
techniques. This is mostly useful for battery powered laptops with
APM compliant BIOSes. If you say Y here, the system time will be
reset after a RESUME operation, the /proc/apm device will provide
battery status information, and user-space programs will receive
notification of APM "events" (e.g. battery status change).

If you select "Y" here, you can disable actual use of the APM
BIOS by passing the "apm=off" option to the kernel at boot time.

Note that the APM support is almost completely disabled for
machines with more than one CPU.

In order to use APM, you will need supporting software. For location
and more information, read Documentation/pm.txt and the
Battery Powered Linux mini-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.

This driver does not spin down disk drives (see the hdparm(8)
manpage ("man 8 hdparm") for that), and it doesn't turn off
VESA-compliant "green" monitors.

This driver does not support the TI 4000M TravelMate and the ACER
486/DX4/75 because they don't have compliant BIOSes. Many "green"
desktop machines also don't have compliant BIOSes, and this driver
may cause those machines to panic during the boot phase.

Generally, if you don't have a battery in your machine, there isn't
much point in using this driver and you should say N. If you get
random kernel OOPSes or reboots that don't seem to be related to
anything, try disabling/enabling this option (or disabling/enabling
APM in your BIOS).

Some other things you should try when experiencing seemingly random,
"weird" problems:

1) make sure that you have enough swap space and that it is
enabled.
2) pass the "no-hlt" option to the kernel
3) switch on floating point emulation in the kernel and pass
the "no387" option to the kernel
4) pass the "floppy=nodma" option to the kernel
5) pass the "mem=4M" option to the kernel (thereby disabling
all but the first 4 MB of RAM)
6) make sure that the CPU is not over clocked.
7) read the sig11 FAQ at <http://www.bitwizard.nl/sig11/>
8) disable the cache from your BIOS settings
9) install a fan for the video card or exchange video RAM
10) install a better fan for the CPU
11) exchange RAM chips
12) exchange the motherboard.

To compile this driver as a module ( = code which can be inserted in
and removed from the running kernel whenever you want), say M here
and read Documentation/modules.txt. The module will be called
apm.o.
<hr></blockquote>

Diese hilfe habe ich im kernel gefunden!
lies Dir das mal durch.
1. schau im Bios nach
2. brauchst Du apm
3. lesen

gruss

tws
Posts: 2
Joined: 05. Jul 2003 12:19

Re: PC halt

#5 Post by tws »

Hi,

bei mir läuft es ohne apm, ich benutze ACPI. Wenn dein BIOS auf ACPI gestellt ist kann es sein dass apm deshalb nicht funktioniert. Stell evt. die Bios-Option "ACPI aware OS" o.ä. auf "No".

Um ACPI zu nutzen habe ich im Kernel (General Setup) die ACPI-Einstellungen aktiviert (APM deaktiviert) und lade beim Start folgende Module:

ospm_button
ospm_processor
ospm_system
ospm_busmgr
-- Gruß, TWS --

jule

Re: PC halt

#6 Post by jule »

Danke für die Tips, echt gut gemeint ...

Aber am BIOS wirds ja nicht liegen:
> Mach ich das selbe mit der Knoppix-CD, dann funktionierts.

Muss was mit Kerneloptionen sein. apmd stopt wohl beim shutdown ?

catconfuser

Re: PC halt

#7 Post by catconfuser »

muss es in der /etc/lilo.conf nicht heissen
append= "apm=on"
?

Post Reply