Contribute
Register

DSDT/SSDT Patching Help

Status
Not open for further replies.
Joined
Feb 23, 2015
Messages
21
Motherboard
MSI GS60 2QE 4K
CPU
i7-4710HQ
Graphics
Intel 4600 and GTX 970m
Mac
  1. MacBook Air
  2. MacBook Pro
Classic Mac
  1. 0
Mobile Phone
  1. Android
  2. iOS
  3. Windows Phone
Hey guys please help me as I am still confused on patching DSDT and SSDT.

I have a new MSI GS60 2QE 4k resolution, overall i installed Yosemite 10.10.5 using unibeast UEFI method.

I have the intel 4600 hd working on 1920x1080 using the laptop display. I have patched IOKit and used switchresx to create a custom resolution. I have generated my SSDT using the script:

Code:
cd ~/Projects/y50.git
curl -o ./ssdtPRGen.sh [URL]https://raw.githubusercontent.com/Piker-Alpha/ssdtPRGen.sh/master/ssdtPRGen.sh[/URL]
chmod +x ./ssdtPRGen.sh
./ssdtPRGen.sh

As I have intel i7-4720HQ

Code:
./ssdtPRGen.sh -p 'i7-4710HQ' -f 2600 -turbo 3600[COLOR=#000000]
[/COLOR]


I have extracted my DSDT/SSDT using clover F4.

Please help me which SSDT file i need to apply patches and what patches. and for DSDT what patches i need to apply.

Thank you so much!!

I attached my files below

View attachment MSIGS60-EFI.zip
View attachment GeneratedSSDT.zip
View attachment notpatched.zip
 
Last edited:
...
I have extracted my DSDT/SSDT using clover F4.

Please help me which SSDT file i need to apply patches and what patches. and for DSDT what patches i need to apply.

Read post #1. Keep all OEM SSDTs. Apply all common patches as per guide.
 
In my SSDT-9.

Without applying any patch yet, Im getting an error message:

syntax error, unexpected '}'
syntax error, unexpected $end and premature End-of-File
 
In my SSDT-9.

Without applying any patch yet, Im getting an error message:

syntax error, unexpected '}'
syntax error, unexpected $end and premature End-of-File

No ideas without seeing the file. Errors cannot be diagnosed with only the error message.

Post all native files.
 
nvm fixed it.

I have disabled the nvidia via dsdt/ssdt patching.. now i have to do Audio.

Question about sleep function.. does it normally take about 5-10 secs to go in sleep mode?
 
Question about sleep function.. does it normally take about 5-10 secs to go in sleep mode?

The actual delay is closer to 15 seconds. It is the same on a real Mac, although you can't tell unless you look at system.log.
 
Awesome... i did the audio!!

and sleep is working fine!!!

this is amazing... how do i know if my USB 3.0 are working fine... just test it out using a USB 3.0 External HD?

I will make a guide over the holidays for this laptop.
 
... how do i know if my USB 3.0 are working fine... just test it out using a USB 3.0 External HD?

Test it. Check ioreg that the device is connecting to the super-speed ports.
 
Can you please tell me what I need to fix on my machine..

Here is my ioreg. Thanks heaps.

View attachment 161082

Backlight control not implemented correctly.
Battery status not implemented.

But what kind of problems have you discovered by testing?
 
Status
Not open for further replies.
Back
Top