Ked dam uspat pocitac - usporny rezim tak sa mi pocitac pekne uspi ale pri zobudeni ostane cierna obrazovka a pc musim natvrdo restartovat... mam arch linux dikes
Prečo platiť za Windows keď viac ako 90% sw ide aj na linuxe a k tomu máte extra rýchly, aktuálny systém bez vírusov, bez nutnosti defragmentácie a iných hávedí :)
\skus toto
. obtain the dsdt from bios:
cat /proc/acpi/dsdt > DSDT.dat
2. decompile it
iasl -d DSDT.dat
3. compile it
iasl -tc DSDT.dsl
4. move the dsl file to another file
mv DSDT.dsl DSDT.dsl.compiled
z
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407708
ak dekompilacia prebehne OK a kompilacia zlyha tak BIOS robena Microsoft ACPI kompilatorm, ktory skomiluje aj chybne DSDT tabulky a teda za zle zobudis. Ak je to tak, tak ti ostava opravit tabulku manulane alebo ju odniekial zohnat...
posielam vypis aby si videl:
bash-4.0# cat /proc/acpi/dsdt > DSDT.dat
bash-4.0# iasl -d DSDT.dat
bash: iasl: command not found
bash-4.0# whereis iasl
iasl:
bash-4.0# pacman -S iasl
resolving dependencies...
looking for inter-conflicts...
Targets (1): iasl-20090625-1
Total Download Size: 0.24 MB
Total Installed Size: 0.62 MB
Proceed with installation? [Y/n]
:: Retrieving packages from community...
iasl-20090625-1 243.5K 198.8K/s 00:00:01 [#####################] 100%
checking package integrity...
(1/1) checking for file conflicts [#####################] 100%
(1/1) installing iasl [#####################] 100%
==> iasl post install message:
==> In order to use this software you have to agree to Intel's license located in
==> /usr/share/licenses/iasl/LICENSE otherwise please remove this package.
sh: ldconfig: command not found
error: command failed to execute correctly
bash-4.0# iasl -d DSDT.dat
Intel ACPI Component Architecture
AML Disassembler version 20090625 [Jun 27 2009]
Copyright (C) 2000 - 2009 Intel Corporation
Supports ACPI Specification Revision 3.0a
Loading Acpi table from file DSDT.dat
Acpi table [DSDT] successfully installed and loaded
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Parsing completed
Disassembly completed, written to "DSDT.dsl"
bash-4.0# iasl -tc DSDT.dsl
Intel ACPI Component Architecture
ASL Optimizing Compiler version 20090625 [Jun 27 2009]
Copyright (C) 2000 - 2009 Intel Corporation
Supports ACPI Specification Revision 3.0a
DSDT.dsl 1067: Name (_HID, "*pnp0c14")
Error 4001 - ^ String must be entirely alphanumeric (*pnp0c14)
DSDT.dsl 1123: Method (_WED, 1, NotSerialized)
Warning 1087 - ^ Not all control paths return a value (_WED)
DSDT.dsl 1123: Method (_WED, 1, NotSerialized)
Warning 1080 - ^ Reserved method must return a value (_WED)
DSDT.dsl 1481: Method (WMCA, 3, NotSerialized)
Warning 1087 - ^ Not all control paths return a value (WMCA)
DSDT.dsl 1616: Method (WMCB, 3, NotSerialized)
Warning 1087 - ^ Not all control paths return a value (WMCB)
DSDT.dsl 1674: Method (WMCD, 3, NotSerialized)
Warning 1087 - ^ Not all control paths return a value (WMCD)
DSDT.dsl 1868: Method (WMCE, 3, NotSerialized)
Warning 1087 - ^ Not all control paths return a value (WMCE)
DSDT.dsl 2308: Method (WMCF, 3, NotSerialized)
Warning 1087 - ^ Not all control paths return a value (WMCF)
ASL Input: DSDT.dsl - 8989 lines, 311151 bytes, 3819 keywords
Compilation complete. 1 Errors, 7 Warnings, 0 Remarks, 1015 Optimizations
bash-4.0# mv DSDT.dsl DSDT.dsl.compiled