Contribute
Register

[Guide] Lenovo Z50-70/Z40-70 using Clover UEFI (10.11)

Status
Not open for further replies.
thank you I am gonna try this right now...hope it will work
 
why i get this error again?
i run it whit ./ssdtPRGen.sh but no result


MacBook-Pro-van-serkan:Z50.git serkan$ cd ~/Projects/Z50.git
MacBook-Pro-van-serkan:Z50.git serkan$ curl -o ./ssdtPRGen.sh https://raw.githubusercontent.com/Pi...r/ssdtPRGen.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 21 100 21 0 0 19 0 0:00:01 0:00:01 --:--:-- 19
MacBook-Pro-van-serkan:Z50.git serkan$ chmod +x ./ssdtPRGen.sh
MacBook-Pro-van-serkan:Z50.git serkan$ ./ssdtPRGen.sh
./ssdtPRGen.sh: line 1: 400:: command not found
MacBook-Pro-van-serkan:Z50.git serkan$
 
why i get this error again?
i run it whit ./ssdtPRGen.sh but no result


MacBook-Pro-van-serkan:Z50.git serkan$ cd ~/Projects/Z50.git
MacBook-Pro-van-serkan:Z50.git serkan$ curl -o ./ssdtPRGen.sh https://raw.githubusercontent.com/Pi...r/ssdtPRGen.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 21 100 21 0 0 19 0 0:00:01 0:00:01 --:--:-- 19
MacBook-Pro-van-serkan:Z50.git serkan$ chmod +x ./ssdtPRGen.sh
MacBook-Pro-van-serkan:Z50.git serkan$ ./ssdtPRGen.sh
./ssdtPRGen.sh: line 1: 400:: command not found
MacBook-Pro-van-serkan:Z50.git serkan$

Correct curl command is:
Code:
curl -o ./ssdtPRGen.sh https://raw.githubusercontent.com/Piker-Alpha/ssdtPRGen.sh/master/ssdtPRGen.sh
 
thnx now it works everything
 
Good guide mate, better than the one I made :thumbup:

I just have couple questions:

1. Why using USB patches while it works natively ?

2. Where does the AppleHDA_CX20751 go I would like to know (Because the main reason to see this guide is that I am not completely satisfied with my Audio patch) ?
 
Good guide mate, better than the one I made :thumbup:

I just have couple questions:

1. Why using USB patches while it works natively ?

I know this guide pretty well, as I helped (significantly) to create it.

What specifically do you mean by "USB patches"?

2. Where does the AppleHDA_CX20751 go I would like to know (Because the main reason to see this guide is that I am not completely satisfied with my Audio patch) ?

Kexts are installed to /L/E by install_downloads.sh.
 
I know this guide pretty well, as I helped (significantly) to create it.

What specifically do you mean by "USB patches"?

I mean the USBInjectAll.kext
 
I mean the USBInjectAll.kext

It is used in conjunction with the custom configuration in SSDT-HACK to disable unused USB ports (power savings).
 
It is used in conjunction with the custom configuration in SSDT-HACK to disable unused USB ports (power savings).
Okay thanks, I tried the whole guide on my laptop the performance increased noticably Rehabman Can you tell me the way to patch the AppleHDA manually somewhy the patch_hda.sh not working
 
Okay thanks, I tried the whole guide on my laptop the performance increased noticably Rehabman Can you tell me the way to patch the AppleHDA manually somewhy the patch_hda.sh not working

All you need to do is run install_downloads.sh. Make sure your AppleHDA.kext is vanilla. Run the OS X installer to restore it if necessary.

If your AppleHDA.kext was not vanilla, start over with the repo, as you likely created a damaged AppleHDA injector.

Make sure you follow the instructions for rebuilding cache in post #3.
 
Status
Not open for further replies.
Back
Top