Hi Frank!
Am Sat, 19 Jun 1999 schrieben Sie:
> Hallo...
> [...]
> Scheint mir recht komplex zu sein, da das Problem IMHO darin liegt, das
> APM nicht in der Lage ist, beide CPUs gleichzeitig schlafen zu legen,
> und dann quasi die noch "wache" CPU mit der andren ausm Takt
> (>Symmetrisches< Multiprocessing..) läuft...so stands jedenfalls in
> irgendeiner Readme...
>
Ich habe eine Lösung gefunden !!! Ich habe einfach mal im SOURCE
(/usr/src/linux/arch/i386/kernel/apm.c) etwas rumgespielt :
Orginal : (2.2.9)
#ifdef CONFIG_SMP
if (smp_num_cpus > 1) {
printk(KERN_NOTICE "apm: disabled - APM is not SMP safe.\n");
if (smp_hack)
smp_hack = 2;
return;
}
#endif
Veraendert :
#ifdef CONFIG_SMP
# if (smp_num_cpus > 1) {
# printk(KERN_NOTICE "apm: disabled - APM is not SMP safe.\n");
# if (smp_hack)
# smp_hack = 2;
# return;
# }
#endif
:-)
Funktioniert bei mir... .Zumindest schaltet der Rechner ab und stuerzt nicht ab!
Gruß
Lukas
-- ***************************************************************************** Lukas Weberruß Tel(priv.) :07143-841029 Heuchelbergstr. 7 Tel(gesch.) :0711-685-5308 74366 Kirchheim am Neckar Fax(priv.) :07143-841059 Email (priv.) : Lukas.Weberruss@t-online.de Email (gesch.): weberrus@mathematik.uni-stuttgart.de PGP-Key: pgpk -a http://yoda.mathematik.uni-stuttgart.de/weberrus/pgp.htm *****************************************************************************-----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: niwxXjGmViqE+zPP9xTvbEK92Y8qagCN
iQA/AwUAN24CTzeutafK8jK5EQInIQCgss9IJUfuKuRjq8r0eflrZAQPR6oAn0ou A62wCXJlMVeEuaE9+3fs/v1F =qam+ -----END PGP SIGNATURE-----