Contribute
Register

HP 15 r017nl graphics/ACPI issues

Status
Not open for further replies.
Joined
Oct 1, 2013
Messages
375
Motherboard
Laptop make & model # > See Rules!
CPU
i5 > Need model # > See Rules!
Graphics
GT 820M
Mac
  1. iMac
Mobile Phone
  1. Android
Hi! I have the same pc and I follow this guide, but when I compile the DSDT (patched or original) it gives me 201 errors etc...
Schermata 2015-08-28 alle 18.06.00.png
What can I do?:banghead:
Can anyone help me?

Here the "origin" folder dumped by CLOVER:
View attachment origin.zip

Thanks beforehand for all :*
 
Help! Trying to install OSX Yosemite on HP 15

Hi! I have the same pc and I follow this guide, but when I compile the DSDT (patched or original) it gives me 201 errors etc...
View attachment 148917
What can I do?:banghead:
Can anyone help me?

Here the "origin" folder dumped by CLOVER:
View attachment 148918

Thanks beforehand for all :*

Problem is you didn't disassemble correctly as covered in the guide...

http://www.tonymacx86.com/yosemite-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html

You can disassemble origin files as a group. But since SSDT-3x.aml is a duplicate of SSDT-1.dsl, you need to exclude SSDT-3x.aml from the disassembly (the fact that Clover F4 extracts often contain duplicates is documented in the guide).

So using your files, downloaded to ~/Downloads/origin...
Code:
cd ~/Downloads/origin
mv SSDT-3x.aml SSDT-3x.aml.bak
iasl -da -dl DSDT.aml SSDT*.aml

Then open DSDT.dsl, make sure MaciASL->Prefs is ACPI 5.0. Click compile. You will get (very common) errors having to do with MMTB. Apply "Fix PARSEOP_STORE/MMTB/HRPR Error".

Result is 3 more errors on lines for Externals... these are also very common. Remove each line causing the error.

Result: error free compile.
 
Help! Trying to install OSX Yosemite on HP 15

Problem is you didn't disassemble correctly as covered in the guide...

http://www.tonymacx86.com/yosemite-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html

You can disassemble origin files as a group. But since SSDT-3x.aml is a duplicate of SSDT-1.dsl, you need to exclude SSDT-3x.aml from the disassembly (the fact that Clover F4 extracts often contain duplicates is documented in the guide).

So using your files, downloaded to ~/Downloads/origin...
Code:
cd ~/Downloads/origin
mv SSDT-3x.aml SSDT-3x.aml.bak
iasl -da -dl DSDT.aml SSDT*.aml

Then open DSDT.dsl, make sure MaciASL->Prefs is ACPI 5.0. Click compile. You will get (very common) errors having to do with MMTB. Apply "Fix PARSEOP_STORE/MMTB/HRPR Error".

Result is 3 more errors on lines for Externals... these are also very common. Remove each line causing the error.

Result: error free compile.

Thank you for the speed, but no, alas!
It doesn't work
It still giving 201 errors...
Have you tried to solve this errors or it's only a general rule? Nothing personal, but I think that all these errors are a little too much...:roll2:
 
Help! Trying to install OSX Yosemite on HP 15

Thank you for the speed, but no, alas!
It doesn't work
It still giving 201 errors...
Have you tried to solve this errors or it's only a general rule? Nothing personal, but I think that all these errors are a little too much...:roll2:

You're doing it wrong. Make sure you have ACPI 5.0 selected in MaciASL->Prefs.

I already did it with the files you provided.

It is clear from your description of your issue that you didn't read post #22 carefully.
 
Help! Trying to install OSX Yosemite on HP 15

you didn't read post #22 carefully.

Yes, you were right.:lol:
I did it and then I patched DSDT. Now I saved it as DSDT.dsl. How can I install it?
 
Help! Trying to install OSX Yosemite on HP 15

Yes, you were right.:lol:
I did it and then I patched DSDT. Now I saved it as DSDT.dsl. How can I install it?

You should read the guide. Save As, format: ACPI Machine Language Binary.

Copy it to where your bootloader will load it. It is covered in the guide.
 
Help! Trying to install OSX Yosemite on HP 15

You should read the guide. Save As, format: ACPI Machine Language Binary.

Copy it to where your bootloader will load it. It is covered in the guide.
Thanks ;)
 
Help! Trying to install OSX Yosemite on HP 15


Please provide complete details in your profile/signature
(Profile/Settings link in upper right corner of this site)

System: manufacturer/model + bootloader(Clover/Chameleon/Chimera)
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
Mobo: HP ProBook 4540s (Clover)
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx), and graphics capabilities. For a laptop, these details are important and affect critical installation procedures.
 
Help! Trying to install OSX Yosemite on HP 15

Can you finally post your results of patching my files(mine don't work)?
 
Help! Trying to install OSX Yosemite on HP 15

Can you finally post your results of patching my files(mine don't work)?

Your hack. Your responsibility to learn. Don't expect others to do it for you.
 
Status
Not open for further replies.
Back
Top