[d-kernel] Как правильно добавить DSDT в initrd?

Alex Yustasov yust на anti-leasure.ru
Чт Фев 10 12:52:07 MSK 2005


Здравствуйте.
Попробовал добавить поправленную DSDT в initrd.
Делал так

echo "INITRDDSDT123DSDT123" >> /boot/initrd...
cat DSDT.aml >> /boot/initrd...
echo "INITRDDSDT321DSDT321" >> /boot/initrd...

kernel: ACPI: Looking for DSDT in initrd... found (at offset 224694)!                                         
kernel:  not found!                                                                                           

По указанному адресу стоит 0x0A, а дальше DSDT. В osl.c хочет сразу
DSDT.

Сделал по другому
echo "INITRDDSDT123DSDT123"`cat DSDT.aml`"INITRDDSDT321DSDT321" >> /boot/initrd...

kernel: ACPI: Looking for DSDT in initrd... found (at offset 224695)!
kernel:  found customized DSDT with 16587 bytes!
kernel: ACPI: Using customized DSDT
kernel:    tbget-0342: *** Error: ut_allocate: Could not allocate size 72013E6E
kernel:    tbget-0345: *** Error: Could not allocate table memory for [DSDT] length 72013E46
kernel:    tbget-0287: *** Error: Could not copy override ACPI table, AE_NO_MEMORY
kernel:  tbxface-0118 [02] acpi_load_tables      : ACPI Tables successfully acquired

Размер DSDT.aml 15942.

Взял новый acpica-unix-20041203. Размер DSDT.aml стал 15949.
kernel: ACPI: Looking for DSDT in initrd... found (at offset 224694)!
kernel:  found customized DSDT with 14669 bytes!
kernel: ACPI: Using customized DSDT
kernel:    tbget-0342: *** Error: ut_allocate: Could not allocate size A3013E75
kernel:    tbget-0345: *** Error: Could not allocate table memory for [DSDT] length A3013E4D
kernel:    tbget-0287: *** Error: Could not copy override ACPI table, AE_NO_MEMORY
kernel:  tbxface-0118 [02] acpi_load_tables      : ACPI Tables successfully acquired
kernel: Parsing all Control Methods:.............................................................................................................................................
kernel: Table [DSDT](id F004) - 546 Objects with 54 Devices 141 Methods 23 Regions
kernel: ACPI Namespace successfully loaded at root c03e0c60

В /proc/acpi/dsdt оказывается старая dsdt.

Как правильно добавить DSDT в initrd?


Подробная информация о списке рассылки devel-kernel