Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i5-12500h, GDDV parsing failed #463

Open
stereomato opened this issue Oct 18, 2024 · 4 comments
Open

i5-12500h, GDDV parsing failed #463

stereomato opened this issue Oct 18, 2024 · 4 comments

Comments

@stereomato
Copy link

Oct 18 10:37:44 hostname thermald[55317]: Found object of type 0, expecting 8
Oct 18 10:37:44 hostname thermald[55317]: GDDV parsing failed

I get that from thermald, when starting it. Should I be worried? Laptop's an Asus Vivobook 16, x1605za-mb799w. Running up to date arch linux.

@spandruvada
Copy link
Contributor

Can you send acpidump?
Download acpidump and output of

#acpidump > acpi.out
Attach acpi.out file

@stereomato
Copy link
Author

acpi.out.txt

There it is

@spandruvada
Copy link
Contributor

It has some GDDV, we have to see why parsing failed.
If you run with (You have to stop the existing service first "systemctl stop thermald")
thermald --loglevel=debug --no-daemon --adaptive
It will show path for GDDV.
For example
/sys/bus/platform/devices/INTC1042:00/data_vault

send the output of
od -x /sys/bus/platform/devices/INTC1042:00/data_vault

@stereomato
Copy link
Author

alright, here's the thermald log
thermald-debug.log

Well, I didn't know what to check, so i did:

ls /sys/bus/platform/devices/INTC104*

which revealed that INTC1041:00 has a data_vault file, and here is the output of od -x on it:

1041_data_vault.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants