Contribute
Register

Help with post installation Yosemite acer-aspire v5-571p clover

Status
Not open for further replies.
Joined
Jul 3, 2014
Messages
310
Motherboard
Acer-aspire v5-571p
CPU
Intel Core i7 3667U/HM77
Graphics
Intel HD4000 mobile 1366x768
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. iOS
OK so i have just installed os x yosemite using clover now i have installed clover to my hdd and i was wondering how do i install kexts? do i just put them in the EFI/CLOVER/KEXTS/OTHER?


I have done it. Kexts are placed in EFI/CLOVER/KEXTS/10.10
 
IS power management working. here is my ioreg and my p state thing. also in about this mac it says it says my hd 4000 has 1024mb of ram... how can i make this say the right thing? and is GPU PM working?

Screen Shot 2015-01-23 at 02.46.43.pngView attachment MacBook Pro.ioreg
 
OK so i have just installed os x yosemite using clover now i have installed clover to my hdd and i was wondering how do i install kexts? do i just put them in the EFI/CLOVER/KEXTS/OTHER?


I have done it. Kexts are placed in EFI/CLOVER/KEXTS/10.10

Kexts should be installed to /S/L/E with Kext Wizard. EFI/Clover/kexts are just for injected kexts necessary for Recovery partition and/or the OS X installer.
 
IS power management working. here is my ioreg and my p state thing. also in about this mac it says it says my hd 4000 has 1024mb of ram... how can i make this say the right thing? and is GPU PM working?

View attachment 123224View attachment 123225

When testing your CPU pstates, do a variety of tasks with the computer.

If you never see it change from x8, it is not working. From what I see in ioreg, it is correctly setup.

GPU PM is not implemented (requires renaming GFX0 to IGPU). See DSDT/SSDT patching guide.
 
I have remade the Clover folder and put the rebooted then placed the SSDT in its place now when i test p states i get:

Screen Shot 2015-01-23 at 08.55.17.png

and here is my ioreg is power management working?

View attachment Ioreg no2.ioreg

also if i don't put a ssdt i get different p-state values...
 
I have remade the Clover folder and put the rebooted then placed the SSDT in its place now when i test p states i get:

View attachment 123249

and here is my ioreg is power management working?

View attachment 123250

also if i don't put a ssdt i get different p-state values...

It does not appear to be working. Run a benchmark such as GeekBench while you monitor pstates. If you're stuck at x8, it is not working (likely you SSDT is wrong).

If that is the case...

Download patchmatic: https://github.com/RehabMan/OS-X-MaciASL-patchmatic.
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.
 
Is the 'patchmatic binary' the patchmatic file in OS-X-MaciASL-patchmatic-master
 
Is the 'patchmatic binary' the patchmatic file in OS-X-MaciASL-patchmatic-master

No (there is no such file in the file I think you're downloading... you're downloading the source code instead of the built product).

It is the file in the ZIP download on bitbucket. Bitbucket is linked by the README.
 
when i paste the code:


Code:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract
I get
Code:
[FONT=Menlo]hamzas-MBP:RehabMan Hamzaom675$ rm -Rf ~/Downloads/RehabMan[/FONT]
[FONT=Menlo]hamzas-MBP:RehabMan Hamzaom675$ mkdir ~/Downloads/RehabMan[/FONT]
[FONT=Menlo]hamzas-MBP:RehabMan Hamzaom675$ cd ~/Downloads/RehabMan[/FONT]
[FONT=Menlo]hamzas-MBP:RehabMan Hamzaom675$ patchmatic -extract[/FONT]
[FONT=Menlo]-bash: patchmatic: command not found[/FONT]
[FONT=Menlo]hamzas-MBP:RehabMan Hamzaom675$[/FONT]


i have the patchmatic folder in /usr/bin/

What am i doing wrong...

And i have folder called RehabMan in downloads but it is empty...
 
when i paste the code:


Code:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract
I get
Code:
[FONT=Menlo]hamzas-MBP:RehabMan Hamzaom675$ rm -Rf ~/Downloads/RehabMan[/FONT]
[FONT=Menlo]hamzas-MBP:RehabMan Hamzaom675$ mkdir ~/Downloads/RehabMan[/FONT]
[FONT=Menlo]hamzas-MBP:RehabMan Hamzaom675$ cd ~/Downloads/RehabMan[/FONT]
[FONT=Menlo]hamzas-MBP:RehabMan Hamzaom675$ patchmatic -extract[/FONT]
[FONT=Menlo]-bash: patchmatic: command not found[/FONT]
[FONT=Menlo]hamzas-MBP:RehabMan Hamzaom675$[/FONT]


i have the patchmatic folder in /usr/bin/

What am i doing wrong...

And i have folder called RehabMan in downloads but it is empty...

It means you don't have the patchmatic binary installed to /usr/bin. There is no 'patchmatic folder'...
 
Status
Not open for further replies.
Back
Top