Bug 37987 - ACPI Error: Needed type [Reference], found [Integer]
Summary: ACPI Error: Needed type [Reference], found [Integer]
Status: CLOSED FIXED
Alias: None
Product: Branch p9
Classification: Distributions
Component: kernel-image-std-def (show other bugs)
Version: не указана
Hardware: x86_64 Linux
: P5 normal
Assignee: qa-team@altlinux.org
QA Contact: qa-p9@altlinux.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-01 18:07 MSK by Евгений Кухтинов
Modified: 2023-03-29 12:45 MSK (History)
5 users (show)

See Also:


Attachments
dmesg.txt (76.66 KB, text/plain)
2020-05-19 08:48 MSK, Евгений Кухтинов
no flags Details
dmesg (84.99 KB, text/x-log)
2023-03-29 12:45 MSK, obidinog@basealt.ru
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Евгений Кухтинов 2020-02-01 18:07:30 MSK
При старте компьютера постоянно вот такая ошибка:

[nightscreamer@comp-core-i7-3610qm-473dc9 ~]$ dmesg --level=err
[    0.368983] ACPI Error: Needed type [Reference], found [Integer] 00000000f060a6f4 (20190816/exresop-69)
[    0.368997] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20190816/dswexec-427)
[    0.369004] ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_AML_OPERAND_TYPE) (20190816/psparse-531)
[   12.234954] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235018] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235077] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235135] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235195] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235253] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235310] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235369] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235426] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235481] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235538] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235593] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235651] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235705] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235757] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235808] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235858] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235908] pstore: crypto_comp_decompress failed, ret = -22!
[   12.235958] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236018] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236073] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236124] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236173] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236227] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236277] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236330] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236382] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236433] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236486] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236540] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236590] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236641] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236692] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236740] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236791] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236840] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236890] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236937] pstore: crypto_comp_decompress failed, ret = -22!
[   12.236987] pstore: crypto_comp_decompress failed, ret = -22!
[   12.237044] pstore: crypto_comp_decompress failed, ret = -22!
[   12.237095] pstore: crypto_comp_decompress failed, ret = -22!

Вот что-то похожее:

https://bugzilla.kernel.org/show_bug.cgi?id=194753#c5
Comment 1 Anton Farygin 2020-02-03 13:29:44 MSK
Непонятно, при чём тут grub ?

На каком ядре вылезает у вас эта проблема ?
Comment 2 Евгений Кухтинов 2020-02-03 16:37:47 MSK
[nightscreamer@comp-core-i7-3610qm-473dc9 ~]$ uname -a
Linux comp-core-i7-3610qm-473dc9.localdomain 5.4.15-un-def-alt1 #1 SMP PREEMPT Mon Jan 27 19:45:14 UTC 2020 x86_64 GNU/Linux

На любом ядре.

Извините, не знал к какому компоненту отнести эту ошибку.
Comment 3 Евгений Кухтинов 2020-05-19 08:48:17 MSK
Created attachment 8794 [details]
dmesg.txt
Comment 4 Евгений Кухтинов 2020-05-19 08:50:24 MSK
[nightscreamer@comp-core-i7-3610qm-473dc9 ~]$ uname -a
Linux comp-core-i7-3610qm-473dc9.localdomain 5.4.40-std-def-alt1 #1 SMP Sun May 10 21:48:23 UTC 2020 x86_64 GNU/Linux

Ядро новое std-def

Запись в начале загрузки про ACPI так и не пропала. Мб dmesg (см. выше) поможет разобраться.
Comment 5 obidinog@basealt.ru 2023-03-29 12:45:43 MSK
Проверил на стендах
HP Laptop 17-ak041ur и  Acer Aspire 3 A315 42 R94P 

На ядре kernel-image-std-def 5.4.236-alt1 - не воспроизводится
Comment 6 obidinog@basealt.ru 2023-03-29 12:45:56 MSK
Created attachment 12837 [details]
dmesg