This page (revision-2) was last changed on 23-Apr-2022 17:06 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
2 23-Apr-2022 17:06 670 bytes Harry Metske to previous
1 23-Apr-2022 17:05 330 bytes Harry Metske to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
work in progress, see [http://blog.michael.kuron-germany.de/2011/03/patching-dsdt-in-recent-linux-kernels-without-recompiling/]
See [http://blog.michael.kuron-germany.de/2011/03/patching-dsdt-in-recent-linux-kernels-without-recompiling/]
At line 3 added 2 lines
Decompile the dsdt, patch it, and recompile again :
At line 6 changed one line
# patch it
# patch it first, then recompile back
At line 8 removed 4 lines
cp DSDT.aml /boot/dsdt.aml
# create /etc/grub.d/01_acpi
....
# run update-grub2
At line 11 added 27 lines
The above give you a DSDT.aml, copy that to /boot/dsdt.aml, and create the /etc/grub.d/[01_acpi] file, run {{update-grub2}}
The section to modify in [DSDT.dsl] is :
{{{
Original:
Name (CPFS, Package (0x06)
{
0x64,
0x46,
0x3C,
0x32,
0x00,
0x00
})
My own version:
Name (CPFS, Package (0x06)
{
0x64,
0x46,
0x20,
0x10,
0x08,
0x00
})