Portál AbcLinuxu, 28. července 2025 12:03
cat /proc/acpi/dsdt > dsdt.datThis will give you a file, dsdt.dat that contains your current compiled dsdt. Now we have to disassemble it so we can recompile it. To do that, we'll use iasl. Disassemble the DSDT Code:
./iasl -d dsdt.datThis will create a file called dsdt.dsl, which contains the disassembled DSDT. Have a look at it if you like. You can view its contents with any text editor. Now we need to recompile it, again with iasl.
..... .....Recompile the DSDT. Code:
./iasl -tc dsdt.dslThis will create two files, dsdt.hex and DSDT.aml.
..... .....Vice tady.. NN
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.