sensenku Posted April 12, 2019 Share Posted April 12, 2019 Hi, I did DSDT patch and then converted it to dsl file, but it gives me error when I compile it. How can I fix it? DSDT.dsl.zip My original DSDT.aml file DSDT.aml.zip Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/ Share on other sites More sharing options...
Administrators MaLd0n Posted April 12, 2019 Administrators Share Posted April 12, 2019 [ref]sensenku[/ref], DSDT.aml.zip change EHC1 to EH01 45484331 45483031 change EHC2 to EH02 45484332 45483032 change GFX0 to IGPU 47465830 49475055 change HECI to IMEI 48454349 494d4549 change SAT0 to SATA 53415430 53415441 -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73242 Share on other sites More sharing options...
sensenku Posted April 12, 2019 Author Share Posted April 12, 2019 Do I have to change these in Clover Configurator? Thank you a lot for replying [ref]MaLd0n[/ref], I changed it in Clover Configurator in my config.plist file, but errors still exist. change EHC1 to EH01 45484331 45483031 change EHC2 to EH02 45484332 45483032 change GFX0 to IGPU 47465830 49475055 change HECI to IMEI 48454349 494d4549 change SAT0 to SATA 53415430 53415441 Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73245 Share on other sites More sharing options...
Administrators MaLd0n Posted April 12, 2019 Administrators Share Posted April 12, 2019 [ref]sensenku[/ref], u apply some patches and error appears? if yes what patch? -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73255 Share on other sites More sharing options...
sensenku Posted April 12, 2019 Author Share Posted April 12, 2019 [ref]MaLd0n[/ref], iI did not applied any patches yet, just Compiled and it gave me errors. I googled some of them and fixes all errors, now I have 4 warnings, 46 remarks and 82 optimization. Unfortunately, I am Perfectionist man. I have to get 0 warnings, 0 remarks and 0 optimization )) I have mostly: 1522, 1075, NamePath optimized (^_Y00._MAX) 1524, 1075, NamePath optimized (^_Y00._LEN) ... Warnings are Method Local things 3786, 3144, Method Local is set but never used (Local0) I just need to fix warnings firstly, Do you know how to fix Method Local things like this one? As I guess 4 of the warnings appear at the end of the Method. Do I have to write Return (Zero) or anything else? Method (_Q11, 0, NotSerialized) // _Qxx: EC Query { Subtract (NPS, One, NPS) If (CondRefOf (\_PR.CPU0._PPC, Local0)) { Store (NPS, \_PR.CPU0._PPC) Notify (\_PR.CPU0, 0x80) } If (CondRefOf (\_PR.CPU1._PPC, Local0)) { Store (NPS, \_PR.CPU1._PPC) Notify (\_PR.CPU1, 0x80) } If (CondRefOf (\_PR.CPU2._PPC, Local0)) { Store (NPS, \_PR.CPU2._PPC) Notify (\_PR.CPU2, 0x80) } If (CondRefOf (\_PR.CPU3._PPC, Local0)) { Store (NPS, \_PR.CPU3._PPC) Notify (\_PR.CPU3, 0x80) } If (CondRefOf (\_PR.CPU4._PPC, Local0)) { Store (NPS, \_PR.CPU4._PPC) Notify (\_PR.CPU4, 0x80) } If (CondRefOf (\_PR.CPU5._PPC, Local0)) { Store (NPS, \_PR.CPU5._PPC) Notify (\_PR.CPU5, 0x80) } If (CondRefOf (\_PR.CPU6._PPC, Local0)) { Store (NPS, \_PR.CPU6._PPC) Notify (\_PR.CPU6, 0x80) } If (CondRefOf (\_PR.CPU7._PPC, Local0)) { Store (NPS, \_PR.CPU7._PPC) Notify (\_PR.CPU7, 0x80) } } And I gess that EC Query is for backlighting of display. And my Brightness up and Brightness down buttons do not work in High Sierra. Thank you a lot for helping me. Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73269 Share on other sites More sharing options...
Administrators MaLd0n Posted April 12, 2019 Administrators Share Posted April 12, 2019 [ref]sensenku[/ref], u don't need fix it, just need patches and fix errors for compile, in some cases the best is not fix some warnings, other version https://github.com/acpica/acpica -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73270 Share on other sites More sharing options...
sensenku Posted April 12, 2019 Author Share Posted April 12, 2019 [ref]MaLd0n[/ref], So it means that my DSDT.dsl is correct, yeah? I have these files, too: SSDT-0-1964.dsl SSDT-1-1964.dsl SSDT-2-1964.dsl SSDT-3-1964.dsl These files are also exists, do I have to fix errors of these SSDT files? Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73283 Share on other sites More sharing options...
Administrators MaLd0n Posted April 12, 2019 Administrators Share Posted April 12, 2019 [ref]sensenku[/ref], u only need fix/patch dsdt, principal bios/uefi table -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73284 Share on other sites More sharing options...
sensenku Posted April 12, 2019 Author Share Posted April 12, 2019 [ref]MaLd0n[/ref], Ok, I did it then yeeeppppaa )) Thank you a lot and I want to add battery icon to my system, so I have to find the correct patch for my Laptop's battery icon? Then I have to copy the corrected DSDT.aml to the EFI/Clover/ACPI/patched folder? And then write the name (DSDT.aml) in to the config.plist file "Acpi--->DSDT name" field via Clover Configurator? You are a hero Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73285 Share on other sites More sharing options...
Administrators MaLd0n Posted April 12, 2019 Administrators Share Posted April 12, 2019 [ref]sensenku[/ref], battery check here https://Olarila.com/forum/viewtopic.php?f=28&t=8208 put dsdt in clover/acpi/patched and set name in config.plist, acpi tab -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73286 Share on other sites More sharing options...
sensenku Posted April 12, 2019 Author Share Posted April 12, 2019 [ref]MaLd0n[/ref], My DSDT looks really different than example one. Example one says to look for ERAM But I have ECF2 Example one finds ConcetenateResTemplate (Local0, ADD blablabla) But I dont have such line, instead of I have Store line and I think it's different line code. I really appreciate your help and I promise will send you at least 10 or more beers donation after solving my problems )) Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73306 Share on other sites More sharing options...
Administrators MaLd0n Posted April 12, 2019 Administrators Share Posted April 12, 2019 [ref]sensenku[/ref], check if work DSDT.aml.zip -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73308 Share on other sites More sharing options...
sensenku Posted April 12, 2019 Author Share Posted April 12, 2019 Downloading now, and do I have to install Rehabman's Battery Indicator Driver? Added in 8 minutes 53 seconds: Battery works yeepppppaa now and Trackpad settings is also visible now. But it has a little problem. In Windows and Linux I could use 3 fingers, but I can not use three finger to switch between fullscreen apps and 3 finger other things. How can I enable this feature? And btw, please message me the link to donate you Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73310 Share on other sites More sharing options...
Administrators MaLd0n Posted April 12, 2019 Administrators Share Posted April 12, 2019 [ref]sensenku[/ref], try with last voodoops2 kext VoodooPS2Controller.kext.zip paypal is here https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RYQ6CGUGK5D6S -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73312 Share on other sites More sharing options...
sensenku Posted April 12, 2019 Author Share Posted April 12, 2019 Thank you for VoodooPS2Controller, now it works perfectly. Last 2 things left, Sleep mode and brightness buttons. They do not work well. And btw, Paypal is banned in my country please send me another address, I can not pay and receive money via Paypal in Azerbaijan. I know that I annoyed you, but please send me anther address for paying you. Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73313 Share on other sites More sharing options...
Administrators MaLd0n Posted April 13, 2019 Administrators Share Posted April 13, 2019 [ref]sensenku[/ref], brightness key https://Olarila.com/forum/viewtopic.php?f=28&t=8396 -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73329 Share on other sites More sharing options...
sensenku Posted April 13, 2019 Author Share Posted April 13, 2019 Thank you, please give me Payoneer, Qivi, Webmoney, Yandex money or something different account to pay you, I want to donate you a beer at least. Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73332 Share on other sites More sharing options...
Administrators MaLd0n Posted April 13, 2019 Administrators Share Posted April 13, 2019 [ref]sensenku[/ref], payoneer - email danielnmaldonado@gmail.com -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73335 Share on other sites More sharing options...
sensenku Posted April 13, 2019 Author Share Posted April 13, 2019 I did as tutorial said and I have 2 main problems. 1. Tutorial says I have to find KBC0, PS2M, PS2K or KBD0 or something other. But I have 2 of them in my DSDT file: PS2M and PS2K. PS2M <---- I think this is responsible to Mouse (TrackPad) PS2K<---- I think this is responsible to Keyboard buttons (I think I have to add code or changes to this line) 2. my Debug report is strange. Let me explain you. I pressed Brightness down button and it showed me _Q13 and then pressed Brightness up button and it showed me _Q66. Strange thing happened when I do not press any button Debug reports me _Q66 every 3 seconds non-stopping. a. My Debug: _Q13 and _Q66 b. I do not press any button, but _Q66 pressed every 3 seconds non-stopping. Please, give me a link to donate you as You help me a lot. Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73339 Share on other sites More sharing options...
Administrators MaLd0n Posted April 13, 2019 Administrators Share Posted April 13, 2019 [ref]sensenku[/ref], extract one send_me donate u can use a payoneer - email is danielnmaldonado@gmail.com i think with email work -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73340 Share on other sites More sharing options...
sensenku Posted April 13, 2019 Author Share Posted April 13, 2019 I donated you a small amount of money and will add in a week, really thank you a lot. Check Paypal Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73342 Share on other sites More sharing options...
Administrators MaLd0n Posted April 13, 2019 Administrators Share Posted April 13, 2019 [ref]sensenku[/ref], k extract one new send_me -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73358 Share on other sites More sharing options...
sensenku Posted April 13, 2019 Author Share Posted April 13, 2019 [ref]MaLd0n[/ref], what to extract and send you? Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73360 Share on other sites More sharing options...
Administrators MaLd0n Posted April 13, 2019 Administrators Share Posted April 13, 2019 [ref]sensenku[/ref], --Run_Me RunMe.app "> -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73361 Share on other sites More sharing options...
sensenku Posted April 13, 2019 Author Share Posted April 13, 2019 Ahh ok, here is file. https://drive.google.com/open?id=1rY-0PzgMDthGsG8pm633J8ZI92LeDfJ2 Link to comment https://olarila.com/topic/6053-4-errors-dsdt-high-sierra-10136-on-hp-envy-17-j070ca/#findComment-73363 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now