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 · 10 comments
Open

i5-12500h, GDDV parsing failed #463

stereomato opened this issue Oct 18, 2024 · 10 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

@stereomato
Copy link
Author

Hello, any updates? I have an issue where my laptop randomly locks to 400MHz and I wonder if it's casued by this.

@spandruvada
Copy link
Contributor

00000000 e5 1f 94 00 00 00 00 02 00 00 00 40 67 64 64 76
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00000020 00 00 00 00 00 00 00 00 00 00 00 00 58 31 36 30
00000030 35 5a 41 5f 48 34 35 5f 31 32 30 32 00 00 00 00
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00000050 00 00 00 00 00 00 00 00 00 00 00 00 23 2f 82 47
00000060 14 c0 b6 41 55 83 2d 8d e8 c5 c2 22 19 6d 5e 9f
00000070 f2 e3 5c 1f ca 39 d3 dd ca f7 08 6c 3a 0c 00 00
00000080 52 45 50 4f 5d 00 00 00 01 20 58 01 00 00 00 00
00000090 00 00 72 87 cd ff 6d 24 47 db 3d 24 92 b4 16 6f
000000a0 45 d8 c3 f5 66 14 9f 22 d7 f7 de 67 90 9a a2 0d
000000b0 39 25 ad c3 1a ad 52 0b 75 38 e1 a4 14 42 4a bf
000000c0 03 4c 94 b3 d5 8f d1 4b 72 60 01 74 3f 23 e0 db

Payload size is 0. So there is no valid data to parse.

@stereomato
Copy link
Author

stereomato commented Jan 17, 2025 via email

@stereomato
Copy link
Author

I do need thermald actually, my laptop's performance is very low otherwise. Is there a way I could avoid the locked-to-400MHz issue I have that happens rnadomly?

@spandruvada
Copy link
Contributor

Have you tried Windows on this system?

@stereomato
Copy link
Author

stereomato commented Jan 22, 2025 via email

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