-
Notifications
You must be signed in to change notification settings - Fork 179
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
DSDT.aml cannot be dissassembled #64
Comments
So, it isn’t HP’s developers being themselves again. |
It's a bit late... |
I have the same problem Windows 11 23H2 Here is DSDT |
Yeah - seems your OEM messed up - I'll create a preliminary patch for you, and upload the DSDT with that patch applied in a bit. -CorpNewt |
Here's the ACPI -> Patch entry for the config.plist which should prevent the macOS ACPI parser from rejecting the table at boot: <dict>
<key>Base</key>
<string></string>
<key>BaseSkip</key>
<integer>0</integer>
<key>Comment</key>
<string>\_GPE._L08 to XL08 Rename</string>
<key>Count</key>
<integer>0</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>AhQcX0wwOAA=</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data>AAAAAAAAAAA=</data>
<key>Replace</key>
<data>AhQcWEwwOAA=</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
<key>TableLength</key>
<integer>0</integer>
<key>TableSignature</key>
<data>RFNEVA==</data>
</dict> And the patched table itself, which you can give to SSDTTime to generate whatever other patches you need: Hopefully that helps, -CorpNewt DISCLAIMER: This patch is just for your DSDT, and is not a universal solution for others or other machines. Do not try to use it with other machines and expect it to work. |
Thanks, before I saw this reply, I solved this problem (#18) |
Trying to generate the tables with a HP laptop, and as per usual I hear, we get this.
![image](https://private-user-images.githubusercontent.com/152919392/330965371-4b12ca73-6d43-4ff2-b34c-edb659a5343b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NDUxNDQsIm5iZiI6MTczOTc0NDg0NCwicGF0aCI6Ii8xNTI5MTkzOTIvMzMwOTY1MzcxLTRiMTJjYTczLTZkNDMtNGZmMi1iMzRjLWVkYjY1OWE1MzQzYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQyMjI3MjRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kNjJmM2I0OTkzMjdiNWQyM2I4MWNiMjc1ZjNiZTQ3NjNkMGJiNjg1OGVkYWVhMTkzZDk5ZTU0MzVkNmJlNTg3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.7qo2McTFHbLSjviz8ksAKOTa20jtYY0V9Qv_yZ1sJ-I)
Here is the DSDT.aml:
DSDT.zip
The text was updated successfully, but these errors were encountered: