Contribute
Register

[Guide] Clover UEFI - Asus N550JK-DS71T Intel HD4600 Yosemite 10.10.3

Status
Not open for further replies.
Hello,
i did patch backlight control it works fine but sometimes after sleep my brightness is around 30%-40% brightness i have to up manually. how can i fix it?

I have big issue with sound after sleep
codec commander install in folder kexts 10.10
but i see i log
Aug 12 08:45:24 Ngocs-MacBook-Pro.local com.apple.kextd[41]: Kext id org.tw.CodecCommander not found; removing personalities from kernel.
 

Attachments

  • g551jm.zip
    441.2 KB · Views: 90
  • g551jm hdmi.zip
    475.2 KB · Views: 76
Hello,
i did patch backlight control it works fine but sometimes after sleep my brightness is around 30%-40% brightness i have to up manually. how can i fix it?


Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
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:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

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.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder.

I have big issue with sound after sleep
codec commander install in folder kexts 10.10
but i see i log
Aug 12 08:45:24 Ngocs-MacBook-Pro.local com.apple.kextd[41]: Kext id org.tw.CodecCommander not found; removing personalities from kernel.

CodecCommander must be installed to /S/L/E, as should all kexts.
 
yes it works CodecCommander after installed to /S/L/E
I don't known why brightness works fine now. I will extract ioreg when i have issue
 
Hello rnbprofi, i have the same computer. Could you post your last clover folder ?
Can you tell me what extension you have added to the system ?
 
Hi, I have a similar laptop (ASUS N550JK-CMSomethingelse) and I followed your guide (up to the end of first post), but I'm still without fn keys, brightness slider and sleep mode : what should I do in order to enable them? I can't understand what dsdt patch I should apply.
(I'm sorry if maybe it's been already explained in some previous post, I'm new in this forum and I don't know yet how to use it)
 
Hi, I have a similar laptop (ASUS N550JK-CMSomethingelse) and I followed your guide (up to the end of first post), but I'm still without fn keys, brightness slider and sleep mode : what should I do in order to enable them? I can't understand what dsdt patch I should apply.
(I'm sorry if maybe it's been already explained in some previous post, I'm new in this forum and I don't know yet how to use it)

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

http://www.tonymacx86.com/yosemite-laptop-support/146870-guide-native-power-management-laptops.html

http://www.tonymacx86.com/yosemite-...ching-dsdt-ssdt-laptop-backlight-control.html
 
Thanks Rehabman. So I should apply each of this patches to the extracted DSDT.aml using MaciASL?
"Fix _WAK Arg0 v2"

"HPET Fix"
"SMBUS Fix"
"IRQ Fix"
"RTC Fix"
"OS Check Fix"
"Fix Mutex with non-zero SyncLevel"
"Fix PNOT/PPNT"
"Add IMEI"

(At least to get sleep working, before going to the other tutorial)
 
Thanks Rehabman. So I should apply each of this patches to the extracted DSDT.aml using MaciASL?
"Fix _WAK Arg0 v2"

"HPET Fix"
"SMBUS Fix"
"IRQ Fix"
"RTC Fix"
"OS Check Fix"
"Fix Mutex with non-zero SyncLevel"
"Fix PNOT/PPNT"
"Add IMEI"

(At least to get sleep working, before going to the other tutorial)

Sleep requires properly patched DSDT (apply all common patches) and correctly implemented native power management.
 
OK, thanks. I'll try to dump my DSDT using Linux and I'll give a try.
 
I just dumped tables using Ubuntu,tried to disassemble them using iAsl and have a look using MaciASL, but I don't even know where to start to edit DSDT... :(
Can someone help me, if it's possible? :(
Thanks
 
Status
Not open for further replies.
Back
Top