Contribute
Register

HELP Post-Installatiion!! Asus K551LB

Status
Not open for further replies.

Thanks RehabMan, almost everything works fine now! Would not have been possible without your guidance

but I have a couple of questions left :crazy:
1. Searched all over the internet, no support for AR9485 whatsoever... To the best of your knowledge, correct? I bought external USB wi-fi stick o_O
2. Still struggling with audio... Installed the kext and patched the DSDT, still nothing, please help? (ALC233)
3. Last one, not sure how to put it, but is there some universal method to check whether I torture the hardware too much while using OS X?
 
Thanks RehabMan, almost everything works fine now! Would not have been possible without your guidance

but I have a couple of questions left :crazy:
1. Searched all over the internet, no support for AR9485 whatsoever... To the best of your knowledge, correct? I bought external USB wi-fi stick o_O

That's because AR9485 is not supported. Supported WiFi and recommendations are in the FAQ.

2. Still struggling with audio... Installed the kext and patched the DSDT, still nothing, please help? (ALC233)

Attach ioreg as ZIP: 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.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.

3. Last one, not sure how to put it, but is there some universal method to check whether I torture the hardware too much while using OS X?

Not sure what you mean...
 
Not sure what you mean...

Thanks, will do asap

Last one is just a general question, something to monitor the hardware, whether it overheats or not, etc.
I mean, I can google it right, but some hardware features, as I understood, are simulated
Sorry, cannot be more specific, just need to be sure my laptop will not die or explode because of this hybrid
 
Thanks, will do asap

Last one is just a general question, something to monitor the hardware, whether it overheats or not, etc.
I mean, I can google it right, but some hardware features, as I understood, are simulated
Sorry, cannot be more specific, just need to be sure my laptop will not die or explode because of this hybrid

You can use HwMonitor and the FakeSMC plugins to monitor CPU temperatures.
 
Thanks, using HwMonitor now

kextstat|grep -y acpiplat
Code:
[FONT=Menlo]   13    2 0xffffff7f828a9000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>[/FONT]

kextstat|grep -y appleintelcpu
Code:
nothing

kextstat|grep -y applelpc
Code:
[FONT=Menlo]  106    0 0xffffff7f82501000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 32BDCF9F-0473-32D4-9DAE-F523EFB2D244 <87 12 5 4 3>[/FONT]

kextstat|grep -y applehda
Code:
[FONT=Menlo]   94    0 0xffffff7f82822000 0x1e000    0x1e000    com.apple.driver.AppleHDAController (274.7) CFF7F97F-6E1F-3CF9-A8E3-76125E9CA414 <93 92 75 12 7 6 5 4 3 1>[/FONT]

sudo touch /System/Library/Extensions && sudo kextcache -u /
Code:
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext RealtekRTL8111.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Keyboard.kext[/FONT]
[FONT=Menlo]kext file:///Library/Extensions/ApplePS2ElanTouchpad.kext/Contents/PlugIns/ApplePS2Controller.kext/ is in hash exception list, allowing to load[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2ElanTouchpad.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext[/FONT]

:confused:

View attachment K551LB_CLOVER.zip
View attachment K551LB_IOReg.zip
 
Thanks, using HwMonitor now

kextstat|grep -y acpiplat
Code:
[FONT=Menlo]   13    2 0xffffff7f828a9000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>[/FONT]

kextstat|grep -y appleintelcpu
Code:
nothing

Awesome, thanks, using it now

kextstat|grep -y applelpc
Code:
[FONT=Menlo]  106    0 0xffffff7f82501000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 32BDCF9F-0473-32D4-9DAE-F523EFB2D244 <87 12 5 4 3>[/FONT]

kextstat|grep -y applehda
Code:
[FONT=Menlo]   94    0 0xffffff7f82822000 0x1e000    0x1e000    com.apple.driver.AppleHDAController (274.7) CFF7F97F-6E1F-3CF9-A8E3-76125E9CA414 <93 92 75 12 7 6 5 4 3 1>[/FONT]

sudo touch /System/Library/Extensions && sudo kextcache -u /
Code:
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext RealtekRTL8111.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Keyboard.kext[/FONT]
[FONT=Menlo]kext file:///Library/Extensions/ApplePS2ElanTouchpad.kext/Contents/PlugIns/ApplePS2Controller.kext/ is in hash exception list, allowing to load[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2ElanTouchpad.kext[/FONT]
[FONT=Menlo]kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext[/FONT]

:confused:

View attachment 186457
View attachment 186456

Your kextcache output shows patched AppleHDA.kext is not installed.

Your DSDT is lacking a patch for layout-id and does not have "IRQ Fix"
 
Your kextcache output shows patched AppleHDA.kext is not installed.

Your DSDT is lacking a patch for layout-id and does not have "IRQ Fix"

Weird, did both an hour ago
Downloaded the patched AppleHDA, set layout to 3 in both DSDT and config.plist and applied the IRQ Fix patch, although after that I had to re-patch for the battery percentage as it was gone...
Thanks again, will try again tomorrow


BTW I installed the kext to /L/E, not S/L/E, is that fine for El Capitan 10.11.4 ?
 
Weird, did both an hour ago
Downloaded the patched AppleHDA, set layout to 3 in both DSDT and config.plist and applied the IRQ Fix patch, although after that I had to re-patch for the battery percentage as it was gone...
Thanks again, will try again tomorrow


BTW I installed the kext to /L/E, not S/L/E, is that fine for El Capitan 10.11.4 ?

You must install patched AppleHDA.kext to /S/L/E.
 
Hello,

I have the same model, k551lb and i need the to install sierra.
I boot system and patch graphics, but i need batery, wifi and sound.

Itnarui can u give me your dsdt parched?

its the same laptop maight work.

Thank you.
 
Status
Not open for further replies.
Back
Top